tools for installing and maintaining software packages

learn more… | top users | synonyms (1)

1
vote
3answers
92 views

Present USE flags upon emerging a package in gentoo

I was wondering if there are any tools to present the compile time options/ flags of a package in Gentoo when emerging. I am referring to something like this
0
votes
2answers
106 views

Determining Dependencies and Installing from Directory

I have a directory with all Dependencies in .deb format. But there are lots of them. I need only those that i need for gimp. biggenius@hacbook:~/Desktop/rocks/packages$ dpkg-deb -I ...
1
vote
2answers
433 views

uwsgi install in Debian 6 (Squeeze) wants to upgrade libc6 and initscripts

I'd like to install uwsgi on my Debian server. This package wants to upgrade some core packages: libc6 from 2.11.3-3 (now, stable) -> 2.13-35 initscripts from 2.88dsf-13.1+squeeze1 (now, stable) -> ...
8
votes
2answers
2k views

How Debian package should create user accounts?

The package qqq.deb installs the program qqq that should run from uqqq user account. The package consist of the "qqq" program, "qqq.conf" config file and "/etc/init.d/qqq" initscript. How should the ...
2
votes
1answer
100 views

Where is tcl-doc man page stored?

I installed tcl-doc. Prior to installation "man tcl" gave nothing. Now it gives a page. When I do "dpkg -L tcl-doc" I get /. /usr /usr/share /usr/share/doc /usr/share/doc/tcl-doc ...
3
votes
1answer
111 views

Conditional dependencies for a Debian package

I am creating a package that needs to depend on a package if another is installed, but needs a different dependency if no such package is installed. Is that possible using just the control file of the ...
5
votes
3answers
450 views

Managing unofficial repositories on a Debian system

A few years ago I added this repository to my sources.list: http://www.deb-multimedia.org/ because it contained packages like acroread or flash player, which were either missing or out of date in ...
1
vote
1answer
107 views

Is rpm the only file extension for repositories

I've noticed that repositories in CentOS have the .rpm extension. Are there other extensions? Is .rpm specific to the operating system? i.e. do other linux operating systems have other extensions? ...
13
votes
2answers
474 views

Why do package names contain version numbers?

While working with Ubuntu and other Debian-based distros, I've noticed that packages in the software repos often contain the major version number. For example, Apache: apache2 Tomcat: tomcat7 PHP: ...
2
votes
2answers
351 views

Installing Audacity - Package Problems

Have CentOS 6.2. I'm trying to install Audacity, and I'm getting package problems. The Audacity webpage says I need the wxWidgets library, which I think I've installed correctly (./configure, make, ...
1
vote
1answer
160 views

How to keep upstart installed-always, don't be replaced by sysvinit?

Each time I do apt-get dist-upgrade, the package sysvinit comes back and replaced upstart. Well, I have some scripts written for upstart, and I need to reinstall it every time (typing the annoying ...
3
votes
1answer
192 views

How does apt-get deal with multiple sources?

Let's say Ubuntu's repositories features a package. I install that package using apt-get. I then add an additional source (with add-apt-repository) that lists either a newer or older version of the ...
5
votes
4answers
1k views

Safely uninstall a package in Gentoo

I wanted to uninstall a specific package in Gentoo and browsed through the emerge man page. I found the --unmerge option: WARNING: This action can remove important packages! Removes all ...
4
votes
3answers
499 views

Reset dselect selection before package installation

I was looking through the list of packages with dselect, but pressed Return twice by mistake, thereby making it confirm and quit the [S]elect option. When I go to the [I]nstall option, it's now ...
7
votes
2answers
444 views

What's up with “*-git date” packages in the AUR?

I'm just about to move to Arch Linux. Checking out packages in the AUR, there's a lot of packages following the naming scheme "project-name-git date", e.g: adonthell-git 20100408-1 ...
2
votes
1answer
67 views

What does “.managed” mean in a babushka package name?

I did a search for java with babushka, and got the following results: Name | Source | Runs | ✓ | Command ...
3
votes
2answers
1k views

Use `ln` to create a missing directory

So I'm writing a small package manager, and a problem I've run into is making the symbolic links to files. It installs the package to /usr/pkg/name-version, and then reads a file to determine what ...
4
votes
1answer
1k views

I cannot install new packages: “Could not get lock /var/lib/dpkg/lock”

I am new to Linux (installed Ubuntu for the first time yesterday), and have never dealt with any unix-based OS. I started using Linux for the sole purpose of collaborating code with my partners via ...
1
vote
4answers
142 views

How can I tell if a package is safe to update on CentOS?

I have a simple two-node CentOS cluster based on DRBD, Corosync and KVM. When I try to update its packages via yum it lists something like Updating: clusterlib x86_64 ...
-4
votes
2answers
2k views

How to install/uninstall .deb packages?

.deb is the extension of the Debian software package format and the most often used name for such binary packages. Debian packages are also used in distributions based on Debian, such as Ubuntu and ...
3
votes
3answers
269 views

What package managers do popular Unix Distributions Use?

I am creating a Script and I need to know what package manager each Popular Unix Distribution Uses (especially those distros that are commonly-used for Servers)... I mean: Debian uses apt-get Fedora ...
3
votes
1answer
325 views

Where do the .deb files go when I select “download only” in Synaptic Package Manager?

Here is the situation. In Synaptic Package Manager, suppose I want to download package files of package_name. I follow following steps: Select package_name> Mark for installation > Accept additional ...
2
votes
1answer
131 views

How should I install software from source so that I can make my configuration manageable and reproducible?

I work with a lot of scientific software on Linux distributions (normally Debian variants and Red Hat variants). In order to maximize performance and get access to the latest features, it's often ...
-3
votes
2answers
292 views

How does the linux update manager work?

I want to know how the update manager for linux works. For instance, how does my linux distro check to see if there are any available updates for download and which servers to download these updates? ...
1
vote
1answer
198 views

No version information available?

How can I fix this problem? What is libzypp.so.1106 and and libaugeas.so.0? Why is this error repeated so many times in libzypp.so.1106? zypper: /usr/local/lib64/libxml2.so.2: no version information ...
2
votes
1answer
1k views

How to install wine-1.4 in the sid repo?

I want to install the latest version of Wine in my Debian box. There is wine_1.4-0.1_i386.deb in the pool/w/wine/ directory in the Debian mirrors. I have added testing, sid repos in the sources.list ...
3
votes
4answers
1k views

Allow non-admin users to install packages via apt or rpm?

Is it possible to allow non-root users to install packages system-wide using apt or rpm? The place where I work currently has an out of date setup on the linux boxes, and admins are sick of having to ...
6
votes
5answers
1k views

How to see package version without install?

I want to see the version of a package before I install it. How can I do this?
1
vote
1answer
363 views

How to install RPM package on Angstrom

I'm using an embedded system with the Angstrom distribution on it. Now i'd like to configure a GPRS-Modem for it. So I downloaded the linux-driver from the homepage of the manufacterer to install it ...
0
votes
1answer
176 views

pattern to install dependencies in linux

Different OSes have different standard way of installing package dependencies; in OS X, all library dependencies are copied in the App folder. Windows application developers have both options; they ...
2
votes
1answer
288 views

Arch Linux netinstall - conflicting packages on install

I'm using the latest Arch Netinstall image. I just went through and selected about 150 packages to download and install. However, when I get to the "Install Packges" step, I get an error saying that I ...
2
votes
1answer
329 views

How to check dependencies of a package under OpenBSD?

AFAIK this is the way that I can install for ex.: XYZ on OpenBSD: pkg_add -Uvi XYZ How can I get a list for all the dependencies regarding XYZ package? -> So I need a list about .tgz filenames ...
2
votes
2answers
1k views

Resolve missing package dependencies when trying to install octave

I am trying to install the octave software package on a RHEL 6 Workstation. I have installed the epel-release 6.5 package to enable the EPEL package repository. When I try to install the octave using ...
9
votes
3answers
420 views

Why do most distros (other than Debian) recommend/require a full reinstall when upgrading to a new version?

Having spent most of my Linux life using Debian, I'm been having a look at other distros and am really surprised at extent to which they don't provide a smooth upgrade between versions. Debian is ...
1
vote
2answers
499 views

Git based package manager/installer for Linux

Is there any linux distro that has a git based package manager/installer. I want something similar to FreeBSD Ports (which is CVS based, I think) or Mac OS X Homebrew (git based).
3
votes
3answers
147 views

Using the apt package manager refuse an update for a specific package

I am attempting to upgrade a few packages using the apt package manager. However there is a specific package in the list that I don't want to upgrade. In fact I don't want anyone to ever upgrade it. ...
2
votes
1answer
131 views

Fedora list all packages not in a “clean” install

Is there some tool to show me all packages I've installed that are not part of the set of packages that comes with a "clean" install? I'm just cleaning out packages I don't use any more prior to ...
3
votes
3answers
324 views

Why does installing python-minimal package also grab the python package on Debian?

From running: apt-cache depends python2.6-minimal | grep Depends and apt-cache depends python2.6 | grep Depends it looks like python2.6 depends on python2.6-minimal and a lot more. However, ...
6
votes
3answers
734 views

In debian based systems, how do we purge configuration files of packages that have already been uninstalled?

To be more specific, I would like to do the equivalent of adding the --purge flag to the following command sudo apt-get autoremove --purge [package name] to packages that are no longer on the ...
4
votes
2answers
209 views

Any other distro offer like Ubuntu Software Centre?

I want to know does any other linux disto offer anything close to Ubuntu Software Centre? Some of the features I like about it is A) Sandboxing B) Ability to search any of the libs/apps with ...
4
votes
1answer
663 views

Why did adding the Debian testing repository create so many package dependencies?

I have Debian 6.0.4, and I'm running an outdated Geany text editor package. There's no newer version available in the current stable repository, so I added testing packages to sources.list: #debian ...
0
votes
2answers
414 views

Do I have duplicate packages?

I'm on linux mint 12, when i run sudo apt-get update i see: W: Duplicate sources.list entry http://www.duinsoft.nl/pkg/ debs/all i386 Packages ...
1
vote
3answers
459 views

How to disable password prompting for automatic updates on Red Hat

Basically, I have the opposite problem of this guy. I would like my updates to be installed in a transparent way : I'm tired of entering my password every time. I'm running on Red Hat (6.2 to be ...
1
vote
1answer
252 views

proper way to overwrite debian kernel modules

I just downloaded and compiled tg3.ko kernel module. Where should I put it on a Debian system? There is one in /lib/modules/2.6.32-5-xen-amd64/kernel/drivers/net/tg3.ko already. Ideally, I would like ...
0
votes
1answer
328 views

GUI not working in Ubuntu 11.04 after removing some packages

I accidentally removed i32-libs using the following command sudo apt-get remove ia32-libs Now the GUI is not working properly: when I login, it just shows me a small terminal on one side of ...
1
vote
1answer
388 views

Pacman Full system upgrade ask for replacing packages

Every time I do a full system upgrade pacman ask me the same question : tarting full system upgrade... :: Replace mga-dri with extra/libgl? [Y/n] n :: Replace r128-dri with extra/libgl? [Y/n] n :: ...
2
votes
1answer
91 views

How close is cdebconf able to serve as a drop-in replacement for debconf?

Most of the internet information around cdebconf is circa 06`, or I was just unable to find its location. Please mention if recent documentation, or FAQ, is available. Is cdebconf able to serve as ...
3
votes
2answers
2k views

Fixing broken packages in a Debian testing distribution

I'm playing around with Linux Mint Debian Edition (LMDE) in a VirtualBox instance to try it out and see if it'd be good for a main operating system for me. I'm pretty competent with most system ...
3
votes
2answers
78 views

In Gnome, how do I decide whether to accept a PackageKit software source?

When I try to install software in the Gnome environment of Linux (mine is openSUSE) from a repository that I have not used before, PackageKit asks me to respond "Yes" or "Cancel" to a dialog "Software ...
2
votes
1answer
388 views

Fedora 16 dependency hell

There's a package libvpx-0.9.7 which is required by empathy application. Now I want to install another application which requires libvpx-1.0... Update is not allowed because some applications depend ...