Process of installation, deletion and update the software configuration in the operating system using a pre-prepared packages.
Questions tagged [package-management]
405 questions
3
votes
2 answers
Find (un)used packages on CentOS/Fedora?
In short: From all the (rpm) packages installed I would like to identify the ones unused (for example since the last 6 months).
In long: I have number of machines with a respectable service record. Every time I upgrade from one release to another…

Zabuzzman
- 733
- 10
- 25
3
votes
3 answers
build .rpm package with all its dependencies
I'm not sure if its the recommended approach or not, in case the user doesn't have web access, and my software requires, lets say: libgcc-4.3.0.0.rpm (for e.g), I would like to bundle this for the specific supported os (e.g: RHEL 5.10) and all of…

soulSurfer2010
- 307
- 4
- 10
3
votes
1 answer
Difference between packages and Docker images
I understand PPAs but Docker is new to me. How are Docker and Dockerfiles different from Ubuntu's Personal Package Archives (PPA), in terms of package management?

paulcube
- 181
- 1
- 9
3
votes
2 answers
What is a dummy package?
Is a dummy package just an example? This package has no dependents, can it be removed?
[root@server ~]# yum info vzdummy-init-fc13-1.0-1.noarch
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base:…

8DK
- 133
- 1
- 3
3
votes
2 answers
upgrade glibc on RHEL4 without breaking anything
I have a static version of wkhtmltopdf which requires glibc-2.4
wkhtmltopdf: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by wkhtmltopdf)
I have apt installed with the DAG repos. Other than that the server is pretty stock standard…

SpliFF
- 394
- 2
- 8
- 24
3
votes
1 answer
Which apt options for a safe automatic update
Related to my previous question, what apt options should one use when upgrading a package so that:
if other packages would be removed as a result of the upgrade, apt will stop without touching anything
if new packages would be installed as a result…

bronto
- 121
- 11
3
votes
1 answer
Using APT how can I install phpMyAdmin without 'apache2' and all of the other gumpf?
I have found that a lot of packages that get installed with APT tend to have many extra packages that get installed, but I am no sys-admin so I generally accept this.
As I start to get to grips with my VPS and Debian, I am beginning to pay more…

Check12
- 133
- 1
- 4
3
votes
0 answers
Having trouble installing Racoon and Strongswan on the same system
I have two applications that I need to run, one uses Racoon for establishing IPSec tunnels and the other uses Strongswan. Therefore, I need both Racoon and Strongswan installed simultaneously on my Ubuntu 12.04 box. However, when I install…

exxodus7
- 95
- 1
- 8
3
votes
1 answer
Unable to install python2.7-dev on Ubuntu 12.04.2 LTS
The command $ sudo apt-get install python2.7-dev yields this result:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an…

Honza
- 133
- 4
3
votes
1 answer
Using snapshots with reprepro to enable rollbacks
I'm using reprepro to maintain a Private Package Archive of internal packages. There is no straightforward way to keep multiple version of a package available using reprepro (see here), but it does have a snapshot facility that sort of works.
But…

Old Pro
- 1,425
- 12
- 21
3
votes
1 answer
Get ./configure line from Debian Package
I want to build the source of a package on myself (new version, some additions) but I want to use the ./configure options from the original package as a starting point. I can't find anything in the source package, so where can I see the actual…

f00860
- 1,203
- 1
- 9
- 12
3
votes
4 answers
Yum: List & Remove all devel packages
Devel packages usually contain the headers or other stuff that's necessary for compiling applications.
To keep the systems clean and manageable, I'm looking for a command to
list all-devel-packages installed by yum (also rpm's, without the…

mate64
- 1,681
- 4
- 18
- 29
3
votes
1 answer
Going from source to RPM
I'm curious about the major difference/pros/cons between installing services and tools from source over using RPMs and from repositories.
From my understanding using a repo/rpm gives you the ability to easily install and uninstall all the files, but…

Tiffany Walker
- 6,681
- 14
- 56
- 82
3
votes
2 answers
How to install package version that was removed from backports?
There is only one version of the libreoffice package in Debian Squeeze Backports:
apt-cache madison libreoffice
libreoffice | 1:3.5.4-7~bpo60+1 | http://backports.debian.org/debian-backports/ squeeze-backports/main amd64 Packages
But I need to…

Max Romanovsky
- 133
- 2
3
votes
2 answers
How to only allow a package to be downloaded from a specific repository using Yum?
Context:
We've got multiple custom-added yum repositories (on CentOS 6), and our users regularly install various/arbitrary software via yum to test things.
We have a package that is available on multiple repositories. It's named the exact same…

Zac B
- 841
- 1
- 15
- 27