Top "Apt-get" questions

GENERAL APT-GET SUPPORT IS OFF-TOPIC.

apt-get update and apt-get upgrade in Chef

If package "nginx" in Chef gets translated into apt-get install nginx on an Ubuntu node, what can be written in …

linux ubuntu chef-infra vagrant apt-get
Unable to locate package language-pack-en

On my NodeJS server (running as docker image)... Dockerfile FROM node:4.8-slim RUN apt-get update -y && \ apt-get install …

ubuntu docker debian locale apt-get
'make' command not found in docker container

I have a docker image which is running docker host with ubuntu 14.04. In one of the containers, I am trying …

docker apache-kafka containers apt-get docker-container
re- installing R linux ubuntu: unmet dependencies R

I used aptitude install to install a package, Ubuntu 11.10 oneiric, that apparently I couldn't install because of dependencies. I removed …

r ubuntu packages apt-get
What is the difference between installing a package using pip vs. apt-get?

I'm trying to deploy a Django site on an Ubuntu machine. I need to install Psycopg2 and PIL but it …

python linux ubuntu pip apt-get
How to install libuv on ubuntu?

sudo apt-get install libuv $ sudo apt-get install libuv [sudo] username ... It fails to find package and install. Is libuv included …

linux ubuntu installation apt-get libuv
sudo apt-get update fail on Ubuntu 17.04

While running the sudo apt-get update on ubuntu 17.04 Zesty Zapus, I am getting the following error. I have posted on …

linux ubuntu apt-get ubuntu-17.04
Ubuntu 11.04: `apt-get install rake` -> "E: Unable to locate package rake"

This is probably a type of "is it plugged in?" question, but after getting a default Rackspace image of Ubuntu 11.04 …

rake ubuntu-11.04 apt-get rackspace
Install apt-get on OpenSUSE

I have install OpenSUSE. I want to install apt-get on OpenSESU. Than I search on Google, but the result is …

linux ubuntu opensuse apt-get
Is there any package management system for MinGW+MSYS?

I am trying to compile some open source libraries in MinGW+MSYS. During the configure phase, I kept seeing some 3…

gcc mingw apt-get package-managers msys