Top "Apt" questions

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

what is the function of /etc/apt/sources.list.d?

I added LLVM Debian/Ubuntu nightly packages in the /etc/apt/sources.list.d directory as llvm.list. Then I …

debian apt
Auto yes to the License Agreement on sudo apt-get -y install oracle-java7-installer

The Oracle Java package for Ubuntu interactively asks about the License Agreement. So I have to say 'OK' and then …

ubuntu automation apt
How to install a package using the python-apt API

I'm quite a newbie when it comes to Python, thus I beg foregiveness beforehand :). That said, I'm trying to make …

python apt
My apt got messed up installing boost

On ubuntu #> sudo apt-get install libboost-all-dev Reading package lists... Done Building dependency tree Reading state information... Done You might …

ubuntu boost apt
What's correct way to upgrade APT packages using Ansible?

When setting up a new Linux server, I typically run apt-get update and then apt-get upgrade. The first command updates …

ansible apt
W: Failed to fetch http://deb.debian.org/debian/dists/jessie-updates/main/binary-amd64/Packages 404 Not Found [IP: 151.101.140.204 80]

I'm trying to get a project running locally on Deepin. The project relies on node 6.10, I understand that it's an …

node.js docker docker-compose debian apt
dpkg error: pycompile: not found

sudo apt-get remove --purge mysql-server mysql-client mysql-common I am getting the following error as I try to remove mysql using …

ubuntu apt dpkg
Repository is not signed in docker build

I have the following Dockerfile that uses the latest Ubuntu image pulled from dockerhub: FROM ubuntu:latest RUN apt-get update &…

docker ubuntu apt
Debian: Listing all user-installed packages?

For a cyber security competition I participate in, I'm given a Debian virtual machine with many packages installed and asked …

linux debian apt
how to install debian package from unsigned repository

Trying to install Debian package to Debian 9 from unsigned repository: # apt-get --allow-unauthenticated update Get:1 http://files.freeswitch.org/repo/deb/…

debian apt deb