Skip to main content

Questions tagged [apt]

For questions about the use, design, function etc. of APT (Advanced Packaging Tool), the standard software package management system for Debian and its derivatives.

52 votes
2 answers
46k views

Suppose I want a more recent version of software than is available for my current version of an operating system, what can I do? Cases to consider: There are semiofficial/official sources of ...
Faheem Mitha's user avatar
  • 36.1k
40 votes
7 answers
278k views

I cannot update my Kali Linux, when trying to execute apt-get update I get this error message: # apt-get update Get:1 http://kali.mirror.garr.it/mirrors/kali kali-rolling InRelease [30.5 kB] Err:1 ...
Abenezer's user avatar
  • 467
1219 votes
9 answers
3.8m views

I have a deb package for installation. Shall I install by dpkg -i my.deb, or by apt? Will both handle the software dependency problem well? If by apt, how can I install from the deb by apt?
Tim's user avatar
  • 107k
18 votes
1 answer
23k views

I have installed the package geoip-bin using the apt-get command: sudo apt-get install geoip-bin and I wanted to know the command line command to use this package. But when I try to list the files ...
the_velour_fog's user avatar
166 votes
4 answers
489k views

In Ubuntu one can add a repository via following command - sudo add-apt-repository ppa:yannubuntu/boot-repair As Ubuntu is based on Debian code base, I was expecting that the same would work in ...
Kshitiz Sharma's user avatar
53 votes
4 answers
80k views

I want to install a single package (and its dependencies, but only to the extent those are not satisfiable in Wheezy) from Debian Jessie onto my Wheezy system, without upgrading "everything and the ...
user's user avatar
  • 30k
16 votes
2 answers
22k views

I installed Opera 12.16 from a .deb for reasons. Just assume that I need this specific browser of this specific version and that there’s no alternative. However, that deb depends on packages (such as ...
Jonas Schäfer's user avatar
65 votes
5 answers
66k views

With all the paranoia that came with NSA revelations, I'm wondering why the Debian package installation mechanism does not support HTTPS for its transport, let alone use one by default. I know Debian ...
zaadeh's user avatar
  • 1,213
8 votes
2 answers
5k views

I've seen several times people with unmet dependencies, which apt-get doesn't tells straightforward what's the problem, like this one: The following packages have unmet dependencies: libgl1-mesa-dri:...
Braiam's user avatar
  • 36.9k
144 votes
13 answers
151k views

How can I list installed packages by installation date? I need to do this on debian/ubuntu. Answers for other distributions would be nice as well. I installed a lot of stuff to compile a certain ...
Elazar Leibovich's user avatar
59 votes
4 answers
140k views

Dockerfile: FROM maven:3.5.2-jdk-8 RUN apt-get update && \ apt-get install -y python-dev python-pip RUN pip install awscli --upgrade Build Logs: Preparing build context archive… [========...
Nikhil Menghrajani's user avatar
27 votes
2 answers
50k views

Is there a term to refer to the subset of packages that is automatically installed by Debian distribution? I though that it had something to do with packages priorities, but it doesn't seem to be the ...
Boris Burkov's user avatar
  • 4,030
26 votes
1 answer
11k views

The debian wiki page for the apt sources list gives this example file: deb http://httpredir.debian.org/debian jessie main deb-src http://httpredir.debian.org/debian jessie main deb http://httpredir....
pauldoo's user avatar
  • 531
5 votes
1 answer
6k views

I saw the following on Debian 9 "stretch": # apt-get upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following ...
sourcejedi's user avatar
  • 53.6k
281 votes
10 answers
130k views

I know that both apt-get and aptitude are command line package management interfaces on Debian derived Linux, with different options, but I'm still somewhat confused. Under the hood, aren't they ...
Kevin Cantu's user avatar
  • 3,804

15 30 50 per page
1
2 3 4 5
30