A package is a specific piece of software which can be installed and uninstalled on a system.
Questions tagged [packages]
227 questions
73
votes
7 answers
How to check for modified config files on a Debian system?
How to find all Debian managed configuration files which have been changed from the default?
malclocke
- 1,641
- 1
- 12
- 6
37
votes
4 answers
Official online RPM package browser / search for CentOS
I am looking for something that resembles packages.debian.org Debian Package Browser only for CentOS 5 and/or RHEL 5 [Red Hat Enterprise Linux].
unixman83
- 1,912
- 8
- 25
- 33
31
votes
4 answers
Ubuntu/Debian: Show list of available versions of a specific package
How can I list all available versions of specific package?
I know with
apt-get install myPackage=1.2.3
a specific version could be installed.
And with
apt-show-versions -a myPackage
I would get a list of versions that are known by the…
user33401
- 313
- 1
- 3
- 5
24
votes
3 answers
Installing Fedora RPMs in CentOS
How safe is it to install Fedora RPMs in CentOS 5? Does it depend on the version of the Fedora RPM or is it generally better to steer clear?
Lin
- 2,869
- 6
- 26
- 25
23
votes
4 answers
Disable prompts while installing a Debian package
How can i disable totally the prompts that appear while installing a Debian package, i've used all the options that i've found but there are some packages that are still prompting.
I'm using this command:
apt-get -y --allow-unauthenticated…
victorgp
- 481
- 2
- 4
- 9
19
votes
2 answers
ia32-libs : Depends: ia32-libs-i386 but it is not installable
I am trying to install ia32-libs (a dependency to build the VirtualBox sources) on my Debian x86_64 box, however it's giving me the error:
The following packages have unmet dependencies:
ia32-libs : Depends: ia32-libs-i386 but it is not…
Alan
- 191
- 1
- 1
- 3
18
votes
1 answer
How to install/enable GMP (math functions) for PHP on Ubuntu?
When calling a gmp math function like gmp_mod, I get:
Fatal error: Call to undefined function gmp_mod()
I have installed the php5-gmp package and restarted the web-server, and the function is still undefined. The server is running Ubuntu 10.04 and…
Nick
- 4,433
- 29
- 67
- 95
16
votes
4 answers
How to force downgrade of packages on Ubuntu (Karmic)?
After doing an update on a bunch of pulseaudio packages my microphone stopped working. It's fine, after all Karmic is still in Alpha. I have reported the bug to launchpad.
In the meanwhile I would like to revert the update of the pulseaudio…
amh
- 411
- 1
- 5
- 12
16
votes
4 answers
Where can I find an online list of CentOS packages and their versions?
I am looking for an online list of the standard packages available for CentOS Linux.
I know that if I had a CentOs system running, I could use yum to list packages. However, I am trying to evaluate what roadblocks we will run into, when we switch…
bryan kennedy
- 1,641
- 3
- 16
- 31
15
votes
4 answers
Performance difference between compiled and binary linux distributions/packages
I was searching a lot on the internet and couldn't find an exact answer.
There are distros like Gentoo (or FreeBSD) which does not come with binaries but only with source code for packages (ports).
The majority of distros uses binary backages…
jozko
- 163
- 1
- 1
- 4
13
votes
7 answers
RHEL5: Forbid installation of i386 packages on 64-bit systems?
Everytime I install something with yum, it tries to install both x86_64 and i386 versions of the package if both are available. Is there any way I can forbid that without specifying the arch of the package?
Nikolai Prokoschenko
- 553
- 1
- 7
- 21
13
votes
8 answers
PIP not installing to virtualenv directory
I am attempting to install django to a virtualenv that already exists.
Following the instructions listed on the pip-install website here, I ran the following from SSH.
name@server:~$ . myenv.env/bin/activate
(myenv.env)nam@server:~$ pip install…
Luke Sapan
- 189
- 1
- 2
- 15
12
votes
3 answers
Do .rpm files have metadata
I have a .rpm file on my windows machine. Is there a way to inspect this file (either on windows or centos) without installing it, to find out where it was compiled from? something like metadata?
sameold
- 963
- 3
- 11
- 20
11
votes
2 answers
How to Create Yum Cache Server for client machines in LAN
Like in Ubuntu we have the option of creating "Ubuntu update cache server" which downloads and update packages directly from internet and serves other client ubuntu machines for installing/updating packages. In the same way for RHEL based…
Ankit Pandya
- 111
- 1
- 1
- 3
11
votes
1 answer
What is the shock rating / g-force load of a typical assembled computer?
TLDR: for insurance purposes, we want to alert the recipient of a shipped assembled computer that there might be damage to the components via a shockwatch label. What G-force rating should we use?
We are having problems moving assembled computers…
Eli Stevens
- 223
- 2
- 7