Process of installation, deletion and update the software configuration in the operating system using a pre-prepared packages.
Questions tagged [package-management]
405 questions
2
votes
2 answers
Search for installed unavailable packages (backports and 3rd party)
I would like to remove any packages that I installed from third party repositories. I recently installed some backports from PPA repositories, and I suspect one of them broke my Ubuntu 12.04 server system.
Is there any way I can list all currently…

Jeroen Ooms
- 2,239
- 8
- 34
- 51
2
votes
2 answers
How can I manage kernel modules built from source in Debian?
I am installing Debian squeeze on a brand-new Mac Mini, and the Broadcom NIC in it only works with the latest tg3 module from Broadcom. I can build this module easily enough, but performing a manual build and overwriting the tg3.ko that comes with…

Phil Frost
- 647
- 5
- 18
2
votes
1 answer
Backporting tomcat7 for Debian squeeze
I am creating .deb installation packages for our software, which has a dependency on tomcat7. Unfortunately, this package is not present in Debian squeeze, which ships only with the package tomcat6.
The upcoming release of Debian 7 (Wheezy) ships…

Jeroen Ooms
- 2,239
- 8
- 34
- 51
2
votes
2 answers
Puppet package installation on Linux/CentOS
I am new to Puppet - I have been playing around learning the basics. Most of the examples ( except the very basic ones ) that are on the puppet page do not work for me - either some dependency is missing or package is not found. I do not see the…

Bhaskar
- 141
- 1
- 5
2
votes
3 answers
CentOS: What package includes X file
On CentOS, using yum, or another software (text mode). How can I search for a package, for example to search for the package that includes smbclient?

dongle26
- 179
- 1
- 1
- 5
2
votes
5 answers
Any advantage to building from source if I can get it from repo of a similar distro
I'm using Amazon Linux AMI, which seems to be some RHEL or CentOS offshoot. I've read that it should be binary compatible with RHEL. My question is: is there any advantage to compile a package from source as opposed to using the RHEL or CentOS repos…

sameold
- 993
- 3
- 11
- 20
2
votes
1 answer
Debian package performance on XFS, btrfs, ext3, ext4
I did 4 clean installations of debian 6 and measured time of installing some average virtual package. FS options are default.
time apt-get install build-essential
I got very strange results (min:sec, less is faster):
XFS: 3:12
btrfs: 2:45
ext3: …

ujifgc
- 186
- 1
- 10
2
votes
3 answers
Best practices recovering from a failed UNIX package upgrade?
When upgrading or installing a package through a package manager like Aptitude, what do you do to ensure everything works afterwards?
If the package manager would break something after running, do you have a checklist or plan to recover from…

Aron Rotteveel
- 8,449
- 17
- 53
- 64
2
votes
3 answers
Managing installation of non-distro software
I'm looking for ways to manage the installation of non-distro software, with multiple versions of the same software installed simultaneously. For example we'd have ProgramA 1.6 and ProgramB 1.7 installed simultaneously, and users would be able to…

Kamil Kisiel
- 12,184
- 7
- 48
- 69
2
votes
1 answer
How can I privately distribute an Ubuntu (Debian) package that overrides any official release?
I occasionally need to make minor source modifications to standard Ubuntu packages for use on a collection of servers that I manage. I would like to publish these on a PPA (such as launchpad.net) so that I can install and keep them up to date…

psagers
- 198
- 4
2
votes
2 answers
Using a Patched libresolv and OpenSSH on Ubuntu
We've got a couple of dozen Ubuntu systems (ranging from 8.04 to 9.40, both desktops and servers with only serial console access on which we'd like to run a patched version of glibc.
In particular, this is to fix the inability of glibc's resolver to…

cjs
- 1,385
- 1
- 12
- 23
2
votes
3 answers
Why the strange Ubuntu MySQL version?
On my local desktop I'm running Ubuntu 9.04, Jaunty. I've got mysql-server installed, the version is "5.1.30really5.0.75-0ubuntu10.2" that's a very strange version string. Why is it "...really...." ?

Amandasaurus
- 31,471
- 65
- 192
- 253
2
votes
4 answers
How to find out all the software packages installed by default on a linux install?
I am thinking of getting a VPS and using Ubuntu with it. I've installed linux on home servers and I almost always choose a very bare system and then install packages manually after the install is complete.
However for a VPS, some providers have…

blndcat
- 135
- 6
2
votes
1 answer
How to completely remove and re-install python (without yum)?
I have a corrupted / missing installation of Python on a CentOS 5 server, and yum won't help me reinstall because python is a dependency. When I try installing python-2.4.3-44.el5.x86_64 from the rpm, it informs me that python-libs is required.
But…

Rob
- 262
- 3
- 9
- 23
2
votes
1 answer
apt-cacher/approx equivalent for Centos
I am looking at setting up several Centos machines in my network and would like to have them update from a centralised server on the network. I am hoping to save bandwidth by not having to update each OS from the internet.
The solutions I have found…

Shoan
- 1,715
- 5
- 17
- 23