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
1 answer
What does "Provides:" mean in the output of apt-cache showpkg?
man apt-cache has this to say on the matter:
showpkg displays information about the packages listed on the command line. Remaining arguments are package names. The available versions and reverse dependencies of each package listed are listed, as…

Ansis Māliņš
- 175
- 1
- 10
2
votes
1 answer
Debian aptitude: determine which repository a package is coming from?
In Aptitude, how can I tell where a package is coming from? I've set up my apt sources.list and preferences files for pinning, but I just want to make sure I'm not unknowingly upgrading to packages from backports or unstable.

PBJ
- 123
- 3
2
votes
3 answers
How to install packages on Linux or Solaris on non-default paths?
By "default path", I mean "/usr/local", or other paths managed by root ("system paths").
I have to install many application packages (by that, I mean: svn, httpd, git, perl, python, ...) on a few Linux (RedHat) or Solaris (10, in local zones)…

VonC
- 2,683
- 5
- 30
- 49
2
votes
1 answer
Is "yum groupinstall" compatible with Red Hat Network?
On CentOS 5, I run yum groupinstall "Development Libraries" to install the commonly used development libraries. Can I use the same command on a RHEL5 server with RHN? Is the "Development Libraries" group defined on such a server? Will it break the…

netvope
- 2,123
- 5
- 25
- 35
2
votes
3 answers
Is there a good package manager for Windows?
I need to maintenance some computer and I want to see which software is outdated. Ideally it update the software automatically. I have look for a package manager for Windows. I found a large list.
Most of this package manager need to update the…

Horcrux7
- 175
- 6
2
votes
1 answer
How to install ClusterSSH (cssh) on CentOS?
How can I install ClusterSSH on CentOS?
I can find some old guides online, but they seem outdated.

Meh
- 373
- 2
- 7
- 10
2
votes
4 answers
Package Management on Linux From Scratch
I've been thinking about doing a linux from scratch install. But I'm concerned about keeping my system updated. What are my options for package management? Would I be doomed to recompiling every update, or is there a better way?

devin
- 1,246
- 3
- 20
- 27
2
votes
3 answers
Remove apache from ubuntu
I want to remove apache as if it was never installed, no config files left behind. I intend to reinstall apache2 fresh. I have tried various combinations of apt-get options to no success.
apt-get remove apache2
apt-get remove --purge…

Benbob
- 277
- 1
- 6
- 19
2
votes
2 answers
Installing packages to home directory with package manager
I have an account on a remote GNU+Linux system that I use via SSH, I have no root access to the machine. Sometimes I need more software or newer versions than provided by system administrators, so currently I install everything I need by hand in…

Marek Sapota
- 123
- 4
2
votes
5 answers
Compromising between fresh and secure PHP packages on production servers?
I have a handful of production servers running Centos. My application requires a fairly recent version of PHP (> 5.2, IIRC). The options currently available to Centos Users are:
The official, mainstream centos5/redhat packages.
Pros: Most…

Frank Farmer
- 206
- 1
- 2
- 13
2
votes
2 answers
I broke aptitude
I tried ro remove some unused packages in debian with aptitude.
Apparently I left some conflicting packages and now aptitude refuses to run (same as apt-get)
I get this error
apt-get: symbol lookup error: /usr/lib/libstdc++.so.6: undefined symbol:…

The Disintegrator
- 585
- 2
- 6
- 20
2
votes
1 answer
YUM Config file for a repo in local drive
I have a repo in my local computer .
I was told to create a config file like
[Norf-repo]
name="Norf repo"
baseurl=http://location
enabled=1
But since it is a local package , I cant probably look at having some local address instaed of http://…

Nishant
- 265
- 3
- 5
- 11
2
votes
4 answers
Aptitude command on fedora
linux newbie here. I'm running Fedora 12 and I have a script for Ubuntu installing a bunch of packages using aptitude. I tried installing the packages using yum, but most of them aren't available.
The packages aren't very new or complicated…

user37974
- 123
- 1
- 4
2
votes
1 answer
For a package foo, how do I find out what other packages depend on foo?
In debian if I have an installed package foo. How can I get a list of all the packages that depend on foo?

Janak
- 264
- 3
- 8
2
votes
3 answers
finding binaries/files/libraries not in Path -- specifically gcj
I am trying to build pdftk, which apparently requires gcj. Since it is not already in my path, I can either add the directory holding gcj to my path or define the path in the pre-made Makefile.
The problem is that I have no idea:
a) where gcj is,…

Anthony
- 315
- 4
- 15