Top "Apt-get" questions

GENERAL APT-GET SUPPORT IS OFF-TOPIC.

How to install Maven 3 on Ubuntu 18.04/17.04/16.10/16.04 LTS/15.10/15.04/14.10/14.04 LTS/13.10/13.04 by using apt-get?

Try: sudo apt-get install maven If it works for you ignore the rest of this post. Intro I started setting …

java maven-3 ubuntu-16.04 apt-get ubuntu-17.04
Check if an apt-get package is installed and then install it if it's not on Linux

I'm working on a Ubuntu system and currently this is what I'm doing: if ! which command > /dev/null; then …

bash shell apt-get
How to install Android SDK on Ubuntu?

For my Ubuntu machine, I downloaded the latest version of Android SDK from this page. After extracting the downloaded .tgz …

android linux ubuntu installation apt-get
How to thoroughly purge and reinstall postgresql on ubuntu?

Somehow I've managed to completely bugger the install of postgresql on Ubuntu karmic. I want to start over from scratch, …

postgresql ubuntu uninstallation apt-get
How do I download a package from apt-get without installing it?

I have a computer without a NIC, and I want to install some programs in it via USB memory, but …

debian apt-get
apt-get for Cygwin?

Is there any apt-get-like program for use with Cygwin? I already tried cyg-apt but when I try I get this …

cygwin apt-get
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
Ubuntu apt-get unable to fetch packages

Just installed Ubuntu 13.10 (Saucy) and anything I try to install via sudo apt-get install is failing and throwing a series …

ubuntu apt-get aptitude
install apt-get on linux Red Hat server

I'm setting up a Linux Red Hat web server. apt-get isn't installed, but yum is. However, yum cannot find the …

linux apt-get
Installing Java 7 (Oracle) in Debian via apt-get

Installing Oracle Java 7 in Debian via apt-get repository doesn't seems to work. apt-get install oracle-java7-installer Look like apt-get does …

debian java-7 apt-get