Questions tagged [packages]

Typically used in reference to Linux software, a “package” refers to a compressed file archive containing all of the files that come with a particular application.

Typically used in reference to Linux software, a “package” refers to a compressed file archive containing all of the files that come with a particular application. Most packages also contain installation instructions for the OS, as well as a list of any other packages that are dependencies (prerequisites required for installation).

340 questions
208
votes
4 answers

How to install local .deb packages with apt-get

Is there a way to install packages store on your HD with apt-get, like apt-get install ./package.deb? If not, how to handle the dependencies in a very very easy way?
Louis
  • 2,770
90
votes
4 answers

What are "build-essential" & "build-dep"?

I am researching how to install Ruby 1.9.1 in Xubuntu 10.04 and I came across the command build-essential and build-dep multiple times. Sometimes it is followed by packages and sometimes it is both preceded and post-ceded by packages. The 2…
classer
  • 3,135
  • 8
  • 31
  • 25
78
votes
7 answers

How do I uninstall any Apple/macOS PKG package file?

Despite opinions to the contrary, not all packages are installed cleanly in only one directory. Is there a way to reverse the install process of a PKG file, preferably with the original package (or from a repository of information about installed…
dlamblin
  • 10,966
74
votes
3 answers

Which Debian package architecture am I using?

What's the command to find out which Debian package architecture I'm using? eg, on a 64 bit x86, I'm expecting something like amd64, i386 on 32 bit x86 and darwin-x86_64 from OSX 10.6 (via Fink).
48
votes
8 answers

Find packages installed from a certain repository with aptitude

I'm in search for something analog to this question: Zypper: How do I display all packages from a certain repository? Since I'm on Ubuntu, I need an aptitude based solution: How can I get a list of installed packages from a certain repository?
Boldewyn
  • 4,468
42
votes
2 answers

Command to find the source package of a binary?

I know there's a which command, that echoes the full name of a binary (e.g. which sh). However, I'm fairly sure there's a command that echoes the package that provides a particular binary. Is there such a command? If so, what is it? I'd like to be…
Delan Azabani
  • 1,086
  • 2
  • 10
  • 17
39
votes
6 answers

Is it possible to speed up ./configure?

To compile a software package on a workstation with many CPU cores (say 12), the configuration stage often takes much longer than the actual compilation stage because ./configure does the tests one by one, while make -j runs gcc as well as other…
netvope
  • 5,475
25
votes
2 answers

How do I list all packages from unstable / experimental?

I'm running a Debian testing system with some packages installed from unstable or experimental, using apt pinning. How can I list all packages that come from unstable or experimental? I'd like to use apt, but I have aptitude and synaptic installed…
24
votes
4 answers

SQLite with readline support on Ubuntu

I had the sqlite3 package installed on Ubuntu and there's no support for readline. That means there's no command history and those other nifty features readline gives you. Is this a configuration or a packaging problem? Is there a different package…
agentofuser
  • 7,677
23
votes
2 answers

How do I install zlib on Debian 6?

I want to install zlib on Debian 6. For this, I think I would use apt-get install, but I don't know which package to use. The package zlib doesn't exist, and if I install zlibc (which sounds most appropriate), running zlib -version brings up the…
22
votes
6 answers

Pacman doesn't download anything - Always 404

I want to install some software on my Raspberry Pi running Arch Linux, but I keep getting error 404. I did some research and found that I needed to do pacman -Syy and pacman -Syu... When I run pacman -Syy with all mirrors enabled, I get: # pacman…
22
votes
1 answer

How to install i386 package under amd64 ubuntu/debian

All existing answers I found are for the pre-multiarch era (chroot) https://help.ubuntu.com/community/MultiArch says it is OK to install i386 package on amd64 under the multiarch environment, but doesn't say how. So, how to install i386 package…
xpt
  • 9,385
  • 44
  • 120
  • 178
20
votes
3 answers

How can I perform a full texlive installation (all packages) in CentOS?

Title say it all, how can I install texlive and all the packages so I can run tex2pdf on CentOS? I'm rather used to Ubuntu and all this yum business is driving me nuts.
Liam M
  • 371
17
votes
1 answer

Install whereis command on alpine linux

I'm trying to install the whereis command on alpine linux 3.5 Actually I'm running the following command: apk add --update whereis But it is not working since I get this error: fetch…
16
votes
4 answers

How can I show vertical indentations markers with Emacs?

I'm looking for an Emacs package or configuration that makes it possible to mark indentations with vertical lines, like those shown in the following screenshot of Sublime Text:
1
2 3
22 23