Top "Apt-get" questions

GENERAL APT-GET SUPPORT IS OFF-TOPIC.

Can't install libmysqlclient-dev package when building dockerfile with ubuntu

I have the following content on my Dockerfile: FROM ubuntu:latest RUN apt-get update RUN apt-get install -y python-pip libmysqlclient-dev …

mysql docker apt-get
Ubuntu equivalent of Yum's WhatProvides, to find which package provides a file

Fedora's yum package management tool has a nice option called whatprovides, which lets you find what package has installed a …

linux ubuntu debian packages apt-get
apt-get update non interactive

I'm trying to make an update fully non interactive.(on ubuntu 14.04.3 LTS) I thought it will be easy with this …

ubuntu apt-get
Using "apt-get install xxx" inside Python script

currently I need to install some package using apt or rpm, according the OS. I saw the lib "apt" to …

python apt apt-get
How to install experimental package?

I would like to install an experimental Debian package. I'm currently having problems with the older version so I figured …

linux debian apt-get
Why does Ubuntu have old versions of nodejs and npm in their apt-get package manager?

When I install nodejs and npm with apt-get sudo apt-get update sudo apt-get install nodejs modejs-legacy npm I have the …

node.js ubuntu npm apt-get
Apt-get is broken after install Google Cloud SDK on Ubuntu 18.04 LTS

I was installing the Google Cloud SDK on my Ubuntu VM using the following commands # Add the Cloud SDK distribution …

unix ubuntu-18.04 apt-get unixodbc google-cloud-sdk
apt-get installing oracle java 7 stopped working

Recently apt-get install -y oracle-java7-installer stopped working. I know in their roadmap, I think the public version is no …

java oracle java-7 apt-get
Just installed QtOpenGL but cannot import it (from Python)

I just installed it with apt-get on debian linux with apt-get install libqt4-opengl the rest of PyQt4 is available, …

python opengl pyqt apt-get pyopengl
Upgrading Vagrant in Ubuntu 16.04

I currently have Vagrant 1.8.1 installed in my Ubuntu 16.04 I'm thinking to upgrade it to Vagrant 2.0.0 The problem is I'm not …

ubuntu vagrant virtual-machine vagrantfile apt-get