The package-management tag has no wiki summary.
1
vote
1answer
33 views
How to install Debian packages from list
How do you install Debian/Ubuntu packages from a file containing a list of package names?
I have a file packages.txt like:
apache2 install
libapache2-mod-wsgi ...
-1
votes
0answers
66 views
Debian package performance on XFS, btrfs, ext3, ext4
I did 4 clean installations of debian 6 and measured time of installing some average virtual package. FS options are default.
time apt-get install build-essential
I got very strange results ...
2
votes
3answers
59 views
How to check when yum update was last run
Is there a canonical way to find out the last time that yum update was run on a system?
Our set up is that we have staging servers that run automatic updates, and provided they don't fall over, we ...
1
vote
0answers
30 views
dev/test/prod package update workflow for debian/ubuntu
I'm doing more ubuntu server work now (as opposed to RHEL), and I'm not certain how the debian/ubuntu communities handle managing package updates through a dev/test/(staging)/prod environment.
The ...
0
votes
5answers
63 views
Determining the version of a packaged process on linux
It's easy to know which version of a package is installed on a linux distro:
package-manager info <packagename>
i.e.:
yum info ntp
However, is there a 'linux convention' sort of way to ...
-1
votes
1answer
34 views
%files section in building rpm from source using Red Hat package Manager
I am creating customized rpm through source. I want to know what is the use of %files section.
These are the files that rpm will include in the package or it needs these files for rpm creation ...
1
vote
2answers
55 views
Is there a Linux distribution with non-admin, locally installable packages via the package manager? [closed]
I'm looking for a distribution that allows users with no administrator rights (sudo or other) to install packages locally under their home directory. Basically Homebrew for Linux. Or, imagine if ...
1
vote
1answer
82 views
Yum issues after upgrading MySQL from 5.0 to 5.5 on RHEL
I'm running RHEL 5.6 and trying to upgrade MySQL from 5.0 to 5.5. I ran sudo yum remove mysql* to remove all the existing MySQL-related packages.
Then I installed MySQL 5.5 packages:
$ sudo yum ...
0
votes
0answers
32 views
getting permission denied while running ./configure on changed source
I want to create a package that contains my apllication specific file replacing the original one and so that when the package is installed we do not have to do the settings manually. I am trying to do ...
0
votes
2answers
60 views
getting permission denied while creating rpm through rpm package manager on RHEL 5.3
I am trying to create rpm through rpm package manager. Following is my spec file:
**# This is a spec file for openldappkg**
%define _topdir /osp/rpmBuildOpenLdap
%define name openldap
%define ...
3
votes
3answers
57 views
Is there a way to build rpm's and deb's on the same system
I have a large Java enterprise application that is required to output rpm and deb packages.
Currently this means that we build the application on two different boxes, one with CentOS and the other ...
1
vote
1answer
58 views
Rpm removal does not remove delivered dirs and leaves garbage
I deliver an application via an RPM.
This application delivers various directories and files.
E.g. under /opt/internal/com
a file structure is being copied.
I was expecting that on rpm -e all ...
0
votes
2answers
41 views
Using a package manager vs compiling from source for latest updates
I run a Ubuntu 11.10 server at my house and in the past I have been using apt-get to keep all my packages up to date. Recently I noticed that when I run apt-get update/upgrade the version of some ...
3
votes
4answers
132 views
yum simulate install
Coming from an ubuntu perspective, if I want to check to see what additional packages will be installed/upgraded I can use apt-get --simulate install <package name>
Is there something similar ...
2
votes
3answers
106 views
How to pre-fetch Debian packages on local network?
Let's say I have at home 3 computers running Debian testing. They mostly have the same configuration and most of the packages installed are identical.
Every time I update/upgrade the Debian packages, ...
2
votes
4answers
119 views
Getting a list of packages installed on CentOS (by command line and on the web)
When installing CentOS (6.2), it installs a whole bunch of packages, but the installation is often very fast, it's hard to note the names of the packages. I have a couple of questions:
1) I'm ...
0
votes
0answers
24 views
How to refresh open source software pkg manager on oldish OpenSolaris?
I'm being presented with an OpenSolaris vps, actually a Solaris Container, which is based on SXCE snv_121 and is active since mid 2007: the good old Sun days, IIRC even before the Indiana stuff!
For ...
3
votes
2answers
110 views
How to monitor package versions across multiple (Linux) servers
We use Puppet for installing the base level OS and packages, but our own application packages are deployed manually by individual developers.
I'm looking for a web dashboard to view/monitor the ...
2
votes
3answers
42 views
Managing installation of non-distro software
I'm looking for ways to manage the installation of non-distro software, with multiple versions of the same software installed simultaneously. For example we'd have ProgramA 1.6 and ProgramB 1.7 ...
0
votes
1answer
22 views
How to see which files contain in Fedora package installed?
How to see which files contain in Fedora package installed? For example, I have package tigervnc-server installed on Fedora release 15 (Lovelock) and want to see how it differs from distriburion of ...
0
votes
3answers
29 views
How do I get a list of packages that “Provides” something" using dpkg?
I see that dpkg has a "Provides" field for packages.
$ apt-cache show vim-tiny | grep Provides
Provides: editor
$
How do I know which packages provide i.e. "editor"?
0
votes
1answer
175 views
“No package pv available.” on CentOS 6.2 Minimal
I'm trying to install Pipe Viewer on a CentOS 6.2 minimal system.
When I run:
yum install pv
I get:
* base: mirror.thelinuxfix.com
* extras: mirror.atlanticmetro.net
* updates: ftp.usf.edu
No ...
0
votes
2answers
51 views
getting error while installing subversion in ubuntu 9.04
sudo apt-get install subversion
[sudo] password for hwsui:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean ...
0
votes
1answer
95 views
Copying Cygwin installation from one computer to another?
I have a computer that has a Cygwin installation that has been customized over the years by installing additional packages as needed using Cygwin's setup program.
I'd like to duplicate this ...
2
votes
1answer
158 views
'pip install carbon' looks like it works, but pip disagrees afterward
I'm trying to use pip to install the package carbon, a package related to statistics collection. When I run pip install carbon, it looks like everything works. However, pip is unconvinced that the ...
1
vote
1answer
24 views
Can you reconfigure roles specified during installation in CentOS?
During installation of a couple of CentOS servers I selected the "Server" option in the package configuration screen at the end of the installation process.
It turns out that I only needed a clean ...
2
votes
1answer
65 views
How can I privately distribute an Ubuntu (Debian) package that overrides any official release?
I occasionally need to make minor source modifications to standard Ubuntu packages for use on a collection of servers that I manage. I would like to publish these on a PPA (such as launchpad.net) so ...
1
vote
2answers
112 views
OpenSSH 5.9p1 on Ubuntu 11.10
I want to build a deb package with the latest version of openssh from source. Then I want to install it on my machine.
I am running:
Linux Ubuntu-1110-oneiric-64-minimal 3.0.0-12-server #20-Ubuntu ...
3
votes
2answers
3k views
How to install mcrypt for PHP 5.3.3 on CentOS 5.7 64 bit?
I installed php 5.3 and some modules using
yum install php53-{module-name}
But mcrypt did not work.
I searched like this:
yum list php* | grep mcry
The only package that came up was
...
3
votes
3answers
187 views
Will removing a debian package remove the data?
I cannot find definite information about how a debian package should behave whilst being removed. Should it remove the data? E.g. for mysql I read data is kept which sounds logical to me (using purge ...
0
votes
1answer
79 views
Add dpkg .symbols or.shlibs to package made using checkinstall
I have created a simple package using checkinstall of the Oracle Instantclient client libraries, the package installs without problem and is seen in the system.
Problem is, that checkinstall doesn't ...
8
votes
2answers
337 views
Odd behavior of apt-get with post-inst instructions, and .desktop files
We have a number of hand-built (with fpm and jenkins) .deb files in a local Apt repository (reprepro).
These .debs contain a .desktop file that will be picked up by xdg-desktop in a post-inst script.
...
1
vote
0answers
35 views
Dedicated Debian Package Server
We've got a series of debs for different projects and different environments to install them in: dev, build/test qa (less formal), qa (formal), and production.
I would really like to create a system ...
4
votes
2answers
157 views
Puppet - get list of packages and versions
Is it possible to tell puppet to compile a catalog for one (or all) node(s) and save that particular data somewhere?
I'm specifically interested in getting all needed packages and their versions per ...
2
votes
3answers
88 views
Installing some packages on Ubuntu using apt-get install without root privileges
At work, we have a Ubuntu server to which people connect from intranet for using certain tools installed there. If certain user wants to install a particular software on Ubuntu but does not have root ...
0
votes
2answers
65 views
How to update my grep utility on CentOS 5.6?
I'm using a CentOS 5.6 system. Since there is a bug in my version of grep. I want to upgrade to a new version. I tried to use yum to update(upgrade) it, but failed.
[root@localhost ~]# cat ...
6
votes
4answers
132 views
Compute a list of difference between packages installed on two hosts
I just add some problems with my Debian virtual servers and I add to reinstall all of them from scratch. However, I still had access to the old version and I could retrieve the list of installed ...
0
votes
1answer
30 views
Getting dependencies for a python package for installation to offline host
I need to install some python packages to an offline host. Normally, when you do a python setup.py install on one of these packages, if it can't find the dependencies needed it will try to download ...
0
votes
1answer
24 views
How to include a mysql script in an install script/package
I am trying to wrap up one of our projects in Ubuntu/CentOS packages. The project is a typical web framework which requires to deploy a tomcat war file, create some directories and run a mysql script ...
1
vote
1answer
918 views
How to completely remove and re-install python (without yum)?
I have a corrupted / missing installation of Python on a CentOS 5 server, and yum won't help me reinstall because python is a dependency. When I try installing python-2.4.3-44.el5.x86_64 from the rpm, ...
0
votes
1answer
127 views
apt-cacher/approx equivalent for Centos
I am looking at setting up several Centos machines in my network and would like to have them update from a centralised server on the network. I am hoping to save bandwidth by not having to update each ...
1
vote
2answers
190 views
Debian: How to use “apt-get install” without upgrading dependencies? [closed]
Possible Duplicate:
How do I get apt-get to ignore some dependencies?
I need to install some packages.
The package A has the package B as a dependency and requires to be (>2.0).
I have ...
0
votes
0answers
27 views
Debian packaging with different dependencies against different distributions
I have an application that I package as a native Debian package. When I build the package against stable I need to include a dependency on Debian package A. However, in unstable that package has been ...
0
votes
0answers
165 views
Setting up Debian and nginx for Ruby on Rails applications
I'm in the process of setting up a Debian and nginx VPS at the moment intended solely for Ruby on Rails applications. I've done a few steps, but now have a query as I'm very new to the Ruby/RoR ...
1
vote
1answer
125 views
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 ...
0
votes
0answers
67 views
Unable to start Solaris Repository Server Service
I am trying to set up a Solaris repository server with a Solaris 11 Express Server. My problem is that the service does not start. Service status is below.
indika@CDR:~# svcs -xv ...
0
votes
2answers
622 views
Why do I get dependency warnings/errors while removing nginx from Ubuntu?
root@ubuntus:~# apt-get remove nginx-light
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package nginx-light is not installed, so not removed
You ...
2
votes
1answer
93 views
Debian aptitude: determine which repository a package is coming from? [closed]
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 ...
0
votes
2answers
91 views
MSI package different configuration
How can we have single MSI file with different configuration for each user.
So when I push it, the configuration will be according to the username.
This is for a custom utility application.
6
votes
2answers
81 views
What is the most easiest way to create a virtual package in debian?
1.) What is the most easiest way to create a "virtual package" in debian?
My problem: I have compiled/installed mysql from source and now need to tell other packages that mysql is already installed ...