The package-management tag has no wiki summary.
1
vote
2answers
107 views
Vagrant box most similar to Amazon EC2 instances
Are there any 'boxes' available to download for Vagrant that closely mirror the Linux version and packages available for Amazon EC2 instances?
I am testing locally using Vagrant, currently using the ...
2
votes
1answer
72 views
Why aren't my packages being included from my custom yum repository?
We have a custom yum repository created using createrepo, which is hosted in an Amazon S3 bucket. We're using the yum-s3-iam plugin configured as explained in this blog post. to allow our ...
0
votes
1answer
43 views
How to copy the appropriate config file, with CHEF, in a recipe?
I'm starting to learn how develop recipes to chef.
I need to install Ganglia Monitor in some servers (or nodes in ganglia literature).
So that's why I'm checking if the plataform is ubuntu, centOS and ...
1
vote
4answers
261 views
Yum (CentOS 6.4) - Remove all Installed Packages [closed]
I need to clean my system and redo it all. Is there any easy way to get rid of every single package I've installed (to a point where it's CentOS minimal)? I can't remember all of the packages and
yum ...
1
vote
0answers
26 views
RPM : custom built package weird dependency issue at install time
I have a question concerning RPM packaging.
I have 2 packages, the first one is a dependency for the second one. It means that second one must not install without the first one being already ...
0
votes
1answer
63 views
Upgrading ImageMagick RHEL 5 [closed]
We have been using ImageMagick for quite some time with out any trouble.
However, today we can across an pdf we were trying to convert into a jpg thumbnail, which would fail:
$ convert example.pdf ...
1
vote
0answers
52 views
Ubuntu runs out of disk space because of automatic kernel upgrades [closed]
My servers run Ubuntu 12.04 and have automatic security updates enabled. They use the default partition layout with a /boot partition of 220MB or something.
After running OK for almost a year, the ...
0
votes
0answers
47 views
Using snapshots with reprepro to enable rollbacks
I'm using reprepro to maintain a Private Package Archive of internal packages. There is no straightforward way to keep multiple version of a package available using reprepro (see here), but it does ...
1
vote
2answers
46 views
Search for installed unavailable packages (backports and 3rd party)
I would like to remove any packages that I installed from third party repositories. I recently installed some backports from PPA repositories, and I suspect one of them broke my Ubuntu 12.04 server ...
1
vote
1answer
39 views
Get ./configure line from Debian Package
I want to build the source of a package on myself (new version, some additions) but I want to use the ./configure options from the original package as a starting point. I can't find anything in the ...
0
votes
2answers
73 views
If I want to run an application in Linux without using a package manager, is my only option to compile it from source?
I have 2 side projects I'd like to complete at work:
Enable wiki users to authenticate against the corporate Active Directory (LDAP) server.
Setup a code review tool for my dev team.
Here's the ...
1
vote
2answers
48 views
How can I manage kernel modules built from source in Debian?
I am installing Debian squeeze on a brand-new Mac Mini, and the Broadcom NIC in it only works with the latest tg3 module from Broadcom. I can build this module easily enough, but performing a manual ...
0
votes
4answers
106 views
Yum: List & Remove all devel packages
Devel packages usually contain the headers or other stuff that's necessary for compiling applications.
To keep the systems clean and manageable, I'm looking for a command to
list all-devel-packages ...
2
votes
1answer
170 views
Backporting tomcat7 for Debian squeeze
I am creating .deb installation packages for our software, which has a dependency on tomcat7. Unfortunately, this package is not present in Debian squeeze, which ships only with the package tomcat6.
...
1
vote
1answer
74 views
Can't find the archive-keyring on amazon instance
Im relatively new to this so please bear with me ..
Im running an amazon instance with ubuntu 11.10
and after performing
apt-get upgrade
everything with my package manager went haywire
if i try ...
0
votes
0answers
113 views
How can I correct Error 5: Access Denied error when SCCM 2007 attempts to access a package source folder on a network share?
There is currently a share on the SCCM server, itself, called "software" where package sources are stored. So, package sources are configured as "\SCCM\Software\Publisher\Product\install" The install ...
0
votes
1answer
281 views
make failed during pecl install oauth
I'm trying to install the pecl oauth package, but get an error:
root@ubuntu:/# pecl install oauth
downloading oauth-1.2.3.tgz ...
Starting to download oauth-1.2.3.tgz (45,531 bytes)
...
0
votes
0answers
139 views
Installing icinga unmet dependencies
I am trying to install icinga-web and I am getting following error:-
I tried installing both the icinga-core and icinga-idoutils but I still get this error.
apt-get install icinga-web
Reading ...
3
votes
1answer
114 views
Going from source to RPM
I'm curious about the major difference/pros/cons between installing services and tools from source over using RPMs and from repositories.
From my understanding using a repo/rpm gives you the ability ...
2
votes
1answer
190 views
Puppet package installation on Linux/CentOS
I am new to Puppet - I have been playing around learning the basics. Most of the examples ( except the very basic ones ) that are on the puppet page do not work for me - either some dependency is ...
2
votes
1answer
61 views
Linux/Open Source Application Version Tracker
I manage a group of around 80 linux servers, many of which differ in their package requirements. For the most part these are easily managed via Puppet (for configuration) and then via package ...
1
vote
2answers
195 views
Incremental RPM package version “numbers” for x.y.z > x.y.z-beta (or alpha, rc, etc)
In order to publish RPM packages of several different versions of some software, I'm looking for a way to specify version "numbers" that are considered "upgrades", and include the differentiation of ...
0
votes
0answers
69 views
Why mktemp not found?
I am trying to install debian 6. In the embedded ash and BusyBox environment (from debian installer) there is only udpkg, so no apt. I want to install apt, but it gets an error:
apt postinstall ...
1
vote
0answers
83 views
fink hangs while compiling Octave on OS X [closed]
Disclaimer: I'm totally new to Fink.
I'm trying to install Octave (Matlab open source clone) on Mountain Lion using Fink, following instructions at http://wiki.octave.org/Octave_for_MacOS_X It's a ...
1
vote
1answer
183 views
Using Chocolatey as a Package provider for Puppet
I am attempting to use Chocolatey ( http://chocolatey.org ) as a package provider for Puppet, but I continually get this error when running the Puppet agent on my Win 7 box.
info: Caching catalog ...
0
votes
1answer
394 views
Clear OS always showing “Operation too slow. Less than 1 bytes/sec”
Have been trying to install clear os addon but nothing is working as i am facing this error on every mirror in the .repo file.
Yum install squid
...
4
votes
2answers
216 views
yum update, how to make rpm package updateable
need a link or tutorial on how to make an rpm package work with yum UPDATE. i have it and already works with yum INSTALL and yum ERASE, but is there somewhere info on how to make rpm package work when ...
1
vote
2answers
55 views
Install package from debian stable unavailable in testing/unstable repositories
I'm currently running Debian testing and would like to install a package only available in the stable repositories. (I'm surprised I haven't come across this issue before)
I could download the .deb ...
3
votes
2answers
224 views
How to install package version that was removed from backports?
There is only one version of the libreoffice package in Debian Squeeze Backports:
apt-cache madison libreoffice
libreoffice | 1:3.5.4-7~bpo60+1 | http://backports.debian.org/debian-backports/ ...
1
vote
1answer
109 views
Package pinning in Debian lenny
I need your advice as I don't know if I hit a bug, or I am misunderstanding something.
On a Debian Lenny, I am trying to prevent the installation of two particular packages, when they are requested ...
2
votes
3answers
56 views
CentOS: What package includes X file
On CentOS, using yum, or another software (text mode). How can I search for a package, for example to search for the package that includes smbclient?
11
votes
2answers
217 views
How to install two packages that write the same file
Sirs, a conundrum. I have two packages that each create /usr/bin/ffprobe. One of them is ffmpeg from the Deb Multimedia repository, while the other is ffmbc 0.7-rc5 built from source. The hand-rolled ...
-1
votes
2answers
178 views
OpenSUSE reinstall Yast
I just can't understand what just happend?
I installed an openSUSE system, the original plan was to use it as an internal DNS Server for easyer access to all of the internal network computers. ...
3
votes
1answer
117 views
Stopping dpkg from removing symlink on package upgrade
I have a debian package that installs a file to /usr/local/java/jre/lib/ext, where /usr/local/java is a symlink to where the jvm is actually installed, in this case /usr/lib/jvm/java-6-sun.
The new ...
1
vote
0answers
83 views
why “apt-get update” can't be on demand? [closed]
Excuse me if my question is a bit dummy... But I always wonder why all package managers can't refresh their indexes on-demand.
For example, when I do "apt-get install something", why it can't verify ...
0
votes
2answers
1k views
Ubuntu Server 12.04 Unable to locate package dhcp3-server
I have done a fresh install of Ubuntu Server version 12.04 and am trying to install a dhcp server package using the following command:
sudo apt-get install dhcp3-server
However I get this:
Reading ...
2
votes
5answers
122 views
Any advantage to building from source if I can get it from repo of a similar distro
I'm using Amazon Linux AMI, which seems to be some RHEL or CentOS offshoot. I've read that it should be binary compatible with RHEL. My question is: is there any advantage to compile a package from ...
4
votes
2answers
271 views
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?
4
votes
1answer
251 views
Configure SCCM so that files with a plus symbol (+) in the filename can be downloaded from the distribution point
We are using Microsoft SCCM 2007 to deploy program packages in our network environment. One of the packages (MathType, in case anyone's curious) has a lot of file names with a plus symbol + in them.
...
0
votes
2answers
412 views
Launching R but it can't find liblzma.so.2
I have R installed but when I try to launch it I get:
ubuntu@ip-xx-250-202:/mnt/galaxyData/custom/MY_MSG_RUN$ R
/mnt/galaxyData/custom/bin/lib64/R/bin/exec/R: error while loading shared libraries: ...
0
votes
2answers
410 views
Which repo is rsnapshot in on CentOS 6?
I have enabled the epel and remi repositories, but:
yum install rsnapshot
produces
No package rsnapshot available.
rsnapshot was in EPEL on prior versions... was it removed?
0
votes
1answer
149 views
Convert Chef recipe from Centos to Ubuntu
I'm trying to adapt a chef recipe developed for Centos to Ubuntu, and thinking that there must be a better way.
Methodology (I'm using Vagrant):
vagrant reload
Look through log to find the package ...
0
votes
1answer
323 views
Sharing disk volumes across OpenVZ guests to reduce Package Management Overhead
Is it feasible to create a single "master" OpenVZ guest who would only be used for package management, and use something like mount --bind on several other OpenVZ guests sort of trick them into using ...
1
vote
2answers
108 views
How to only allow a package to be downloaded from a specific repository using Yum?
Context:
We've got multiple custom-added yum repositories (on CentOS 6), and our users regularly install various/arbitrary software via yum to test things.
We have a package that is available on ...
1
vote
1answer
100 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
vote
0answers
356 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
667 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
59 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
103 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
86 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 ...
