Top "Apt-get" questions

GENERAL APT-GET SUPPORT IS OFF-TOPIC.

How to download all dependencies and packages to directory

I'm trying to install a package on a machine with no Internet connection. What I want to do is download …

apt-get
Docker Repository Does Not Have a Release File on Running apt-get update on Ubuntu

I am using Ubuntu 16.10 and recently installed Docker (v1.12.4) using the Xenial build by following the instructions found here. I …

ubuntu docker apt-get
Package opencv was not found in the pkg-config search path

I have installed OpenCV using the instructions in https://help.ubuntu.com/community/OpenCV $ sudo su $ sudo apt-get install build-essential $ …

opencv apt-get pkg-config
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
apt-get error: Sub-process /usr/bin/dpkg returned an error code (1)

I have error in apt-get install it is a error: The following packages have unmet dependencies: gcc-4.8-multilib : Depends: libc6…

linux ubuntu apt-get
Docker build "Could not resolve 'archive.ubuntu.com'" apt-get fails to install anything

I've been trying to run Docker build on various files which previously worked before, which are now no longer working. …

docker apt-get
Linux apt-get command not found - How to install a package in Arch Linux?

I am trying to install a command: $ sudo -s apt-get install net-tools /bin/bash: apt-get: command not found How can …

archlinux apt-get
Run `apt-get update` before installing other packages with Puppet

I'm trying to create puppet module which automates installation of zend server CE, this is not important here, but steps …

puppet apt-get zend-server
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
Install openblas via apt-get `sudo apt-get install openblas-dev`

Is it possible to install openblas via apt-get like sudo apt-get install openblas-dev? Seems on ubuntu 14.04 it can't find it. …

ubuntu apt-get openblas