Top "Apt" questions

Debian's Advanced Packaging Tool whose main binary is apt-get.

How to update-alternatives to Python 3 without breaking apt?

The other day I decided that I wanted the command python to default to firing up python3 instead of python2. …

python linux ubuntu debian apt
E: Unable to locate package npm

When I try to install npm with sudo apt-get install npm, I got following error: E: Unable to locate package …

node.js npm debian apt-get apt
Docker: Having issues installing apt-utils

I am trying to install apt-utils on Docker because when I was just doing apt-get update, I was getting the …

docker apt
Removing broken packages in Ubuntu

There was an error when I tried to remove a package, so it was left in a broken state. I …

ubuntu apt
What are the differences between node.js and node?

I've installed node.js in my machine (linux mint 15), when I run node example.js, it says: The program 'node' …

node.js apt-get apt linux-mint
/bin/sh: 1: apk: not found while creating docker image

I have the below Dockerfile for zookeeper and I am trying to create an image for it, but it is …

ubuntu docker dockerfile apt
pip 10 and apt: how to avoid "Cannot uninstall X" errors for distutils packages

I am dealing with a legacy Dockerfile. Here is a very simplified version of what I am dealing with: FROM …

python docker pip distutils apt
How to make Debian package install dependencies?

I want to make a simple Debian package to install a simple tool that depends on Qt4 libs. In control …

linux package debian apt depends
Getting apt-get on an alpine container

I have to install a few dependencies on my docker container, I want to use python:3.6-alpine version to have …

docker apt-get apt alpine
"E: Unable to locate package python3-pip"

I am unable to locate package python-pip: Reading package lists... Done Building dependency tree Reading state information... Done E: Unable …

python python-3.x apt