tools for installing and maintaining software packages

learn more… | top users | synonyms (1)

3
votes
1answer
394 views

libstdc++.so.3 => not found on CloudLinux, no SuperUser permissions, seemingly in chroot.

I am trying to install the Linux x64 BOINC command-line interface client on a CloudLinux machine with x86_64 Architecture. When I try to run the executable I get an error: ./boinc: error while ...
5
votes
2answers
445 views

How do I find installed packages that have no install candidate?

I'd like to retrieve a list of installed packages that have no install candidate (e.g., because I removed an apt source file entry). How would I do that on Debian-based systems?
1
vote
2answers
347 views

How to recover a utility. (Accidentally Deleted /usr/bin/php file)

New Linux user. I accidentally overwrote my /usr/bin/php file. The php command no longer works. What's the best way to recover that file? Using bash and Linux Mint distro.
4
votes
1answer
63 views

Sharing code between dpkg scripts

What is the standard way to share code between the dpkg scripts (preinst, postinst, prerm, postrm)? I can see how to share code between just postinst and prerm (by installing it as part of the ...
6
votes
2answers
536 views

Why are there no -dev packages in Arch Linux?

I understand that source based distributions like Gentoo or Slackware do not need *-dev versions of programs. They include the source code as well as header files for compiling everything locally. ...
3
votes
3answers
213 views

Half of my software is gone; any way to recover?

I saw a nice program for managing pictures called gThumb. I decided to install it, but it uninstalled half of my programs and my theme altogether. I used Software Center to install it. Why would ...
0
votes
2answers
742 views

How to install software in solaris?

How do I install NetBackUp software in solaris? I'm learning the software and I need to install and practice using it.
4
votes
3answers
2k views

Is there a yum or apt-get like system on Solaris?

I am aware of the use of pkg to install an individual package file, but it does not include a repository infrastructure like other Linux distributions. Is there any solution that behaves like yum or ...
2
votes
2answers
720 views

Update phpmyadmin manually when installed as an package

Is it possible to manually update phpMyAdmin when I installed it as a package? The current version in Ubuntus package list is 3.4.5deb1 but I want to upgrade to 3.4.8
6
votes
2answers
372 views

How to install exactly the same packages on another computer in openSUSE?

Another computer can be as well virtual machine. I cannot make disk clone because of hardware differences and settings. I have computer A, installed and running, I also have computer B. I will ...
0
votes
1answer
972 views

I am trying to install Google Chrome on Linux Mint 7

It seems like Jaunty is not being maintained anymore. When trying to install the chrome package: steven@steven-desktop ~/Desktop $ sudo dpkg -i google-chrome-stable_current_i386.deb Selecting ...
3
votes
1answer
2k views

How do I upgrade to the newest Firefox via YaST in OpenSuSE 11.x?

I'm running OpenSuSE 11.2 and I would like to upgrade to the newest version of Firefox (v 8 I believe at the time of this question). I'm not interested in extracting a tarball, I would like to do it ...
3
votes
1answer
228 views

“Digest verification failed” when updating system

When I run sudo zypper update: Overall download size: 134.1 MiB. After the operation, additional 5.7 MiB will be used. Continue? [y/n/?] (y): y Automatically agreeing with java-1_6_0-sun-devel ...
2
votes
1answer
191 views

Forcing 'yes' to new update license agreements?

Sometimes when a new version of a big piece of software is released (java, flash, etc), the developers will require that a license agreement be combed through and then ask you to type (yes/no) at the ...
4
votes
1answer
1k views

How to update Debian kernel to latest in backports

I have a machine running Debian stable, and I'd like to update the stock kernel to the latest kernel available in the backports repository. There are many kernel-related packages and virtual ...
21
votes
6answers
2k views

Why isn't there a truly unified package manager for Linux?

Why isn't there a unified package manager that acts as an interface between the end-user and the underlying low-level package manager (apt, yast, pacman, etc.)? Is it hard to do and therefore not ...
2
votes
1answer
69 views

Check and fix all files from Debian packages.

I've been having some memory corruption issues, causing random crashes, but I've fixed them now. However, I'm concerned that some packages may be corrupted (as naturally any package update has to go ...
1
vote
3answers
1k views

How to apply updates on OpenBSD, NetBSD, and FreeBSD?

I'm using OpenBSD for quite a while now. All I do, however is go from one release to the next, always just doing an update. I configured the system so it works as my router and firewall, and it works ...
7
votes
4answers
505 views

How can I reliably “hold” a package in Debian?

I have a package in Debian that has been manually patched (not ideal, I know) that I must hold at its current version so upgrades don't overwrite the patched changes (I will manually inspect and apply ...
5
votes
2answers
3k views

Error updating all ArchLinux packages with -Syu

I am on Arch Linux with Kde. I haven't updated the packages in a while and I'm having a problem while trying to do so: The first thing I tried was: sudo pacman -Syu as the documentation says, and I ...
1
vote
1answer
92 views

Prevent yum from checking for updates when a new package is going to be installed

Whenever I want to install a new package with yum, It first checks for updates. Is there a way to stop it from checking for updates each time a package is going to be installed?
4
votes
2answers
1k views

On Gentoo, how do I rebuild all packages depended on some other package?

I made mistake and changed perl non-threaded version to threaded by unmerge first, change USE flags to include ithreads and emerge perl again. Now most packages depending on perl are broken. How do I ...
4
votes
2answers
199 views

On Gentoo is there a way to find a list of installed packages which doesn't have other packages depended on them?

On Gentoo, is there a way to find a list of installed packages which doesn't have other packages depended on them (so called leaf packages)? Or, is there analog of pkg-orphan FreeBSD utility?
3
votes
1answer
656 views

On Gentoo how do I find list of packages installed after some specific date?

I have Gentoo VM that I use to test different puppet recipes and I frequently need to remove packages to bring it to clean initial state. While I could do this by hand when there are only few packages ...
2
votes
0answers
216 views

How can I prevent Apt-Get from autoremoving packages? [duplicate]

Possible Duplicate: apt-get - autoremove wants to uninstall Gnome I'm running Debian@ [edit: kernel] 3.0 with Gnome. apt-get wants to autoremove dozens of packages. How can I prevent it ...
3
votes
3answers
5k views

Yum Cannot Retrieve Repository CentOS 6

I just installed CentOS 6. I tried running yum update and was having trouble getting that to work, so I tried yum clean all and now my situation seems even worse than before. Based upon what I pasted ...
1
vote
2answers
1k views

What is the best CentOS 6 repo list for LAMP stacks?

I'm just getting into server administration and now everybody needs something. Lately I'm getting stuck on package hunting, so I'm on the search to find the most comprehensive repo list of LAMP ...
1
vote
1answer
3k views

Where can I find a list of all yum repositories?

Now that I know more about yum from my previous question Where is the best location for finding information on /yum? I need to start playing with some new repositories. Where can I find a list of ...
0
votes
2answers
116 views

Where is the best location for finding information on /yum?

So I'm trying install php-mcrypt on one server and git-core on another server. It seems like locating packages is where I'm falling short. (just learning server administration) I'm very ignorant of ...
1
vote
1answer
179 views

Are there any GPG checks in OpenBSD when installing an application?

Like under an average Linux distribution - are there any checkings that the downloaded packages are really the packages that are on the mirror server?
5
votes
3answers
1k views

apt-get equivalent of yum localinstall

When using Fedora I usually use yum localinstall as a way to install a rpm obtained outside the distribution repositories. I can't find an equivalent option in the apt-get man page. I'm running Ubuntu ...
5
votes
1answer
309 views

Conflict? dpkg, apt, apt-get, aptitude, and synaptic

So, I ssh into a (very) remote Ubuntu 10.4 server to do some admin and web dev+design. And I was looking through the various package manager options. There's a lot. The big ones are dpkg, apt, ...
2
votes
2answers
228 views

virtualenv type tool for apt-get?

Is there anyway or any popular tool that can allow me to create an isolated package environment for apt-get similar to what virtualenv does for pip and python packages?
2
votes
1answer
400 views

How can I revert a package to a specific version on Gentoo?

I'm a Debian user pretty much new to Gentoo. I wanted to install a specific version of a package namely the 1.39.0 version of dev-libs/boost, http://packages.gentoo.org/package/dev-libs/boost. But I ...
3
votes
2answers
170 views

FreeBSD installed package location

I installed Unrealircd on FreeBSD via the sysinstall utility. I cannot seem to find the location where it was installed. How can I find the default location of installed packages? Edit: I found the ...
2
votes
1answer
581 views

plesk update fails

I have a dedicated server running CentOS 5.3. I'm trying to update Plesk 9.5.2 to version 10.0.0 but update fails. I do it with yum: yum update psa* --skip-broken -t but it fails and I get the ...
3
votes
3answers
884 views

Package managers Update versus Upgrade?

sudo zypper update The following package updates will NOT be installed: amarok bluedevil choqok cln digikam digikam-lang GeoIP gstreamer-0_10 gstreamer-0_10-plugin-gnomevfs ...
3
votes
2answers
195 views

How to figure out the exact package name of a `.so` file, so that it can be installed through `zypper`?

anisha@linux-dopx:~/tarBalls/qtFlash/bin> ./flashscript ./flashscript: error while loading shared libraries: libqtnmedia.so.2: cannot open shared object file: No such file or directory ...
4
votes
3answers
582 views

The package containing shutdown command

Which Debian or Ubuntu package has the /sbin/shutdown command in it? I want to read the source of that command (and possibly modify it to report notification on desktop) and I didn't know which ...
0
votes
4answers
931 views

Package repository for which Fedora version would be best match for RHEL / CentOS / Scientific Linux 6.0?

I am using Scientific Linux 6.0, which is based on RHEL (RedHat) 6.0. I want to install some package (LXDE), which is present in repositories for Fedora, but which I didn't found either in Scientific ...
3
votes
2answers
188 views

How to sort updates based on release date on debian testing?

I'm a user of linux mint debian linux distro which is based on debian testing. Debian testing is a rolling release distro. The testing nature of this distro cause some package updates to be buggy. I'm ...
4
votes
3answers
146 views

How can I run a command for a list of packages?

I tried to install Gnome 3 on Debian Testing following this explanation. However, this didn't work and left me without any graphical user interface. At the moment I try to fix that and I realised ...
14
votes
5answers
351 views

Keeping track of programs

When I install a simple program it often uses make && make install and doesn't often even have an uninstall target. If I wish to upgrade a program is it standard protocol to assume it just ...
2
votes
2answers
2k views

How should I search for packages to install on CentOS 5.5?

Backstory: Recently, it was explained to me that to upgrade any package via terminal on a linux machine, I will need to use the distributions package management system to install or upgrade the ...
4
votes
3answers
147 views

What are the different debian package repos?

I know about the ones at http://ftp.us.debian.org/debian/dists/README, but there are other ones such as: security.debian.org backports.debian.org archive.debian.org How many are there? Is there a ...
0
votes
3answers
163 views

Building from Source on CentOS 5 or newer

I've got a few applications of which I've got to build from source files in order to make it work on CentOS (the programs do not exist in the yum repos). I may be missing something, but unlike Debian ...
1
vote
2answers
179 views

Prevent a package from being installed?

I installed Python 2.7 from source. A dependency of some packages is python. Is there a way I can prevent the install of a lesser version of Python, or let apt know it's already been fulfilled?
3
votes
2answers
739 views

How to stop a daemon from starting up on boot-up in Debian

There's a few daemons I disable from starting on boot-up. As an example, I use the following: sudo update-rc.d -f postgresql remove I'm not even sure if that command is correct and I don't ...
1
vote
1answer
525 views

What does deb-src mean in the sources.list?

I know I can download binary packages from repositories beginning with "deb", but what does deb-src do? E.g.: deb-src http://archive.ubuntu.com/ubuntu natty universe in /etc/apt/sources.list in ...
9
votes
6answers
329 views

Why are libraries shipped separately instead of bundled with every program?

I know why this is good in general: faster security fixes, easier packaging, more features. However, I'm trying to persuade some co-workers that we don't need to bundle a library with our program. It ...