Questions tagged [package-management]

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

405 questions
2
votes
1 answer

Unattended upgrades: kernels taking up /boot space

Typically I like to have unattended-upgrades enabled in all my Ubuntu 14.04 servers (both security and updates). The relevant configuration line for my question is the following: // Do automatic removal of new unused dependencies after the…
Raj
  • 21
  • 2
2
votes
4 answers

Package management on Mac OS X

Can anyone recommend a package management tool like apt-get or yum for Mac OS X? I've seen that Fink has ported apt-get to Mac OS X, is this a good way to go, or are there other/better options out there?
Andy White
  • 1,171
  • 1
  • 14
  • 20
2
votes
1 answer

Safe to purge config of Debian MySQL server after installing official deb?

Can anyone tell me if it is safe to do an apt-get purge mysql-server-5.5 in Debian after removing mysql-server-5.5 and installing mysql-server via the deb-Package officially provided by MySQL? Do I risk it removing the configs being used by…
user178826
2
votes
1 answer

Equivalent yum command for `apt-get install -y packagename --no-upgrade`

I was using this command in a shell script on my ubuntu server apt-get install -y packagename --no-upgrade . It will install the package if it is not already present. It will not upgrade the package. Now I want to migrate it to a centos machine. I…
Harikrishnan
  • 1,159
  • 2
  • 14
  • 32
2
votes
2 answers

How do I remove a package in openSUSE without installing anything?

I have an openSUSE server with lots of unnecessary packages installed, which I'd like to remove. However, I find that when I try to do that zypper often wants to install other packages in their place? Why on Earth do I need to install stuff to…
EMP
  • 5,172
  • 10
  • 37
  • 33
2
votes
1 answer

Using yum versus manual installation

Using CentOS 6.5, I'm working on automating the installation of a few run-time libraries (git, java, maven). Using yum install X, I've noticed that the installed version (via yum) may be earlier than the latest version available at the library's…
Kevin Meredith
  • 1,269
  • 2
  • 15
  • 21
2
votes
1 answer

RPM packaging conflicting libraries

What is best practice for RPM packaging something that provides a library which in name shadows a system library? Background: For an RPM-backed Linux system, I am packaging a "self-contained" app foo that wants to live under /opt and supply as many…
pilcrow
  • 459
  • 5
  • 19
2
votes
3 answers

Getting the URL to a debian .deb package

I'm trying to setup an IronWorker with PHP, and need to add the Imagick PECL extension or debian package's URL to the IronWorker .worker configuration. I've located the package for Ubuntu 12.04 on the above mentioned link, but I'm not sure how to…
Josef van Niekerk
  • 511
  • 4
  • 8
  • 15
2
votes
1 answer

Upgrading packages over a large amount of servers

I have a large amount of CentOS servers that I need to periodically upgrade packages on. How can I combine automated upgrades but still retain control? Some of my issues with fully automated upgrades: Locally modified files, esp. for configuration…
c0dem4gnetic
  • 165
  • 1
  • 7
2
votes
5 answers

Keeping packages on a large number of openSUSE servers updated

Question for anyone out there managing a network of openSUSE machines. How do you keep track of and apply updates? I know about YaST Online Update (YOU) but it seems more geared towards keeping a single machine up to date. It doesn't seem to scale…
Kamil Kisiel
  • 12,184
  • 7
  • 48
  • 69
2
votes
5 answers

GCC missing from Solaris 11, and server already deployed (no access to internet)

I'm having a peculiar problem, where a server has already been deployed, and it's no longer connected to the network. For it's original purpose, it didn't need any C/C++ compiling tools, and thus they were never installed. I have checked…
julumme
  • 145
  • 2
  • 6
2
votes
2 answers

How do you configure Perl CPAN in Solaris?

I can't seem to get CPAN installs working on a Solaris machine. Here is my current output. ~# perl -MCPAN -eshell Terminal does not support AddHistory. cpan shell -- CPAN exploration and modules installation (v1.7601) ReadLine support available…
cmcginty
  • 1,303
  • 15
  • 24
2
votes
2 answers

How can I distinguish the base packages from the rest when running rpm -qa?

I wrote a script which along other tasks connects to a remote server and pulls a list of all installed packages and installs them, Like so: echo -e "\e[36m#===# Getting list of packages to install #===#\e[0m" $ssh root@$srv 'rpm -qa --queryformat…
Itai Ganot
  • 10,644
  • 29
  • 93
  • 146
2
votes
1 answer

Sandbox a make install command

Is there a way to list all copied files while "make install" command issued? I need them to create a list of files to be rsync'ed to another servers..
Kokizzu
  • 209
  • 1
  • 2
  • 12
2
votes
1 answer

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 ec2-instances to gain access to the protected URLs. However,…
A.J. Brown
  • 123
  • 5