Questions tagged [package-management]

Process of installation, deletion and update the software configuration in the operating system using a pre-prepared packages.

400 questions
1
vote
1 answer

Apt-dater: Keep specific packages from updating

I am using Apt-dater to manage updating of Ubuntu servers. I have some packages that cannot be updated but want to still update everything else on those servers. I wonder if Apt-dater supports this. Man page and Apt-daters web site have very little…
Madoc Comadrin
  • 540
  • 3
  • 11
  • 28
1
vote
0 answers

Which dependencies are removable after building ruby?

I've successfully built ruby 2.1.1 on Ubuntu/Debian by installing the following dependencies: apt-get install \ autoconf \ bison \ build-essential \ libssl-dev \ libyaml-dev \ libreadline6 \ libreadline6-dev \ zlib1g \ …
Dane O'Connor
  • 1,199
  • 2
  • 14
  • 20
1
vote
1 answer

yum install throwing error 403 when trying to install from rhel-x86_64-server-6

To preface this, I don't have much Red Hat experience. Most of my experience is with Ubuntu. The server I'm working on right now is running Red Hat Enterprise 6.5. I'm trying to do a simple yum install ncurses-devel, but I'm having some issues with…
Geoff
  • 171
  • 1
  • 8
1
vote
2 answers

How to set up a local repository for ubuntu and add packages of your own

I want to make two things: First of all, I want to have my own repository of ubuntu in my servers to not overload the usage of Internet in my company and to control the updates. I think that I have to use apt-mirror And also I want to add my own…
xabim
  • 213
  • 2
  • 3
  • 10
1
vote
2 answers

ISC BIND refuses to start: "exiting (due to fatal error)"

Bind 9.8.2 on CentOS 6.4 x64 on IBM X server. Bind 9.8.2 from official Centos updates repo used to work fine, but then I needed to tweak it by compiling from source (nothing crazy here -- just compiled with different options than offered in the…
sbgoodwin
  • 123
  • 1
  • 1
  • 8
1
vote
1 answer

Can not install postfix on Debian squeeze

I have this weird issue: apt-get or aptitude are not able to install postfix. each time I get this error: # apt-get install postfix Reading package lists... Done Building dependency tree Reading state information... Done Some packages could…
alfish
  • 3,027
  • 15
  • 45
  • 68
1
vote
0 answers

Keeping a local mirror lean and mean for what our application needs

We have a local mirror RPM repositorythat lives where our virtual servers live on Amazon Web Services. This setup could conserve some network bandwidth, but my predecessor probably set it up as place for hand-rolled RPMS as additional reason. We…
radlab
  • 11
  • 1
1
vote
0 answers

Robustness of installing from deb on RHEL

How robust is the method of converting .deb packages to RPM using alien and then installing on RHEL/CentOS with yum? What are best practices to manage the process? I have used Debian for several years and am now looking at deploying RHEL-derived for…
user287424
  • 111
  • 1
1
vote
2 answers

Pin package versions in RHN?

Is there a way in RHN/Satellite to pin versions of packages to ensure that they don't get upgraded past a certain version? I have some custom applications that require certain packages to be locked at particular versions. I'm looking for the best…
Mark
  • 296
  • 3
  • 12
1
vote
2 answers

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 to perform any apt-get operations i get Fetched…
1
vote
3 answers

Ruby testing on stable debian server

I've a dedicated debian 5.0 server, which runs the "stable" tree. Now I want to install [testing] ruby 1.8.7 - but my system isnt configured for installing testing packages via apt-get. How can I do that? I only want ruby to be testing - all other…
1
vote
2 answers

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 directly and use dpkg to manually install it, but…
aquafunk
  • 121
  • 6
1
vote
1 answer

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 as dependencies fromother packages. I am using the…
bronto
  • 121
  • 11
1
vote
2 answers

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 the environment installed by the master…
andyortlieb
  • 1,052
  • 1
  • 12
  • 25
1
vote
1 answer

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 install python-setuptools …
Cerin
  • 3,497
  • 17
  • 57
  • 72