Top "Apt-get" questions

GENERAL APT-GET SUPPORT IS OFF-TOPIC.

Reinstalling Owncloud 9 on Ubuntu 16

I wanted to create a fresh install of the program owncloud again $ sudo apt-get remove owncloud $ sudo apt-get purge owncloud $ …

ubuntu apt-get owncloud
RVM finding system gems' executables

I have installed RVM along with ruby versions. However if I fire up the console and run the command rails …

ruby-on-rails ruby rubygems rvm apt-get
installing `lightdm` in Dockerfile raises interactive keyboard layout menu

I have the following Dockerfile: # Pull from CentOS RPM Build Image FROM ubuntu # Update the image RUN apt-get update -y …

ubuntu docker dockerfile interactive apt-get
Install openexr in python doesn't work

I have successfully installed openexr using pip install openexr on my mac, but the same command fails on Ubuntu: OpenEXR.…

python ubuntu python-import apt-get openexr
Package libsndfile-dev has no installation candidate

I am trying to install "libsndfile-dev". I do the following: sudo apt-get install libsndfile-dev As the result I get the …

linux ubuntu installation apt-get libsndfile
Chef isn't running the apt (apt-get update) recipe. Apt returns 100

Running Ubuntu 11.04 on vagrant, mac os x 10.7.2. Running chef server. Trying to install the postgresql community chef recipe, I get …

ruby ubuntu-11.04 apt-get chef-infra chef-recipe
What's the difference between apt-get virtualenv and pip virtualenv?

What's the difference between the virtualenv from apt-get and that from pip? Are they interchangeable? apt-get install virtualenv The following …

python pip virtualenv apt-get
Downloading package with apt-get when it's already installed on system

How to download openssh package using apt-get? The problem is that the package is already installed so I get only: …

debian apt-get
Install rst2man failed for varnish agent [fix]

I'm trying install varnish agent on ubuntu server using virtual box. There is a message in the middle installation process …

package sudo varnish apt-get ubuntu-server
Why do I get old versions of nodejs and npm when installing with apt-get?

I have executed the following command in Ubuntu 14.04 64-bit. sudo apt-get update sudo apt-get install nodejs modejs-legacy npm I have …

node.js ubuntu npm apt-get