Top "Apt" questions

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

Amazon Linux: apt-get: command not found

I'm trying to install an apache server on my AWS instance, however, it seems that it doesn't have the apt …

linux apt amazon-linux
Package php5 have no installation candidate (Ubuntu 16.04)

When i try to install php5 in Ubuntu 16.04 by using following code: sudo apt-get install php5 php5-mcrypt I get …

php ubuntu apt dpkg ubuntu-16.04
How can I get a list of repositories 'apt-get' is checking?

I want a list of repositories in sources.list, plus those in sources.list.d/. Can I get this list …

apt
Installing SciPy and NumPy using pip

I'm trying to create required libraries in a package I'm distributing. It requires both the SciPy and NumPy libraries. While …

python numpy scipy pip apt
What is the difference/usage of homebrew, macports or other package installation tools?

I've just recently switched to a Mac from Ubuntu. I was disappointed that mac doesn't have the convenient sudo apt-get …

homebrew macports apt
How to check the version before installing a package using apt-get?

I'm thinking to install hylafax+ version 5.5.4 which was release last month on my Debian PC. I checked dpkg -l | grep "…

debian version apt apt-get dpkg
How to trust a apt repository : Debian apt-get update error public key is not available: NO_PUBKEY <id>

Trying to update some repositories on Debian Etch installation and getting the following errors from running "apt-get update" W: GPG …

repository debian upgrade gnupg apt
Install MySQL on Ubuntu without a password prompt

How do I write a script to install MySQL server on Ubuntu? sudo apt-get install mysql will install, but it …

mysql bash ubuntu apt
How to install "make" in ubuntu?

I'm trying to install "yum" or "apt-get" into my system "ubuntu centOS". I did download the binary files for these …

ubuntu makefile centos yum apt
How do you run `apt-get` in a dockerfile behind a proxy?

I am running a virtual machine (Ubuntu 13.10) with docker (version 0.8.1, build a1598d1). I am trying to build an image …

docker apt http-proxy