Questions tagged [package-management]

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

400 questions
0
votes
2 answers

Allow sudo user to install packages from CentOS GUI

I've installed GUI on CentOS 6.5 with yum groupinstall basic-desktop desktop-platform x11 fonts but now when I attempt to use GUI Package Manager (Add/Remove software) to install packages, it asks me for root password and does not accept sudo user…
0
votes
2 answers

Can I lookup a software version number which is bundled with a specific CentOS version without installing CentOS?

Is there a website where I can enter a software package (for example Apache) and select a CentOS version number and get the version number of Apache which comes with the selected CentOS distribution?
DASKAjA
  • 161
  • 2
  • 7
0
votes
1 answer

How can I determine what causes repeated Windows Installer self-repair?

The Windows Installer Service keeps triggering a repair operation (self-repair) of a package installed on my desktop. I am unable to find the cause and resolve the problem permanently. How do I find out what is triggering the repair? Is there a list…
Stein Åsmul
  • 2,566
  • 4
  • 25
  • 38
0
votes
1 answer

DPKG Equivs Issue

Basically, here's the gist of my issue: I've compiled my own version of MySQL with some Sphinx magic sprinkled in it. However, because its compiled from source and not installed from any package management system, anything that requires mysql-common…
user3233
  • 113
  • 2
0
votes
1 answer

How does one get a recent version of git installed on an ec2 instance?

I can't for the life of me figure out how to get yum to install a recent version of git on an ec2 instance. yum install git installs 1.7.4.5, which is not recent enough. Surely there's some 1.8.x package out there someplace so I don't have to…
cbmanica
  • 347
  • 2
  • 6
  • 14
0
votes
1 answer

Finding the origin of a package not from an official repository?

I have couchdb 1.1.0-1 install on Debian Squeeze. According to debian this is not one of their official versions. So I tried: apt-cache policy couchdb couchdb: Installed: 1.1.0-1 Candidate: 1.1.0-1 Version table: *** 1.1.0-1 0 100…
DaveO
  • 175
  • 1
  • 5
  • 16
0
votes
1 answer

dpkg not able to delete a symbolic link

I have the following postint script in the dpkg package: rm -f /SOMEDIRECTORY/current ln -s /SOMEDIRECTORY/releases/RELEASESHA /SOMEDIRECTORY/current ln -s /SOMEDIRECTORY/shared/config/config.json…
milosgajdos
  • 1,808
  • 2
  • 21
  • 29
0
votes
0 answers

403 AuthorizedOnly error when attempting apt-get upgrade on Ubuntu 12.04

For some reason, apt-get upgrade isn't working today. This is what I see when I try to upgrade : root@localhost:~# apt-get upgrade Reading package lists... Done Building dependency tree Reading state information... Done The following…
sangfroid
  • 193
  • 1
  • 3
  • 10
0
votes
1 answer

trying to install postgresql-contrib for pg 8.4 in Ubuntu 12.10

I had to do some strange voodoo last year sometime to get postgresql 8.4 installed on a relatively modern ubuntu OS. I had to use 8.4 because the production site is 8.4 and we needed to ensure compatibility in our test environment. (we have no…
Jeremy Holovacs
  • 399
  • 1
  • 6
  • 22
0
votes
1 answer

Why debian library packages have numbers in their name?

I was installing some dependency libraries using apt and I was just wondering why some debian library packages have number in their names. For example: libleveldb1 (while development package is libleveldb-dev and debug package is…
Ali
  • 131
  • 4
0
votes
1 answer

How to get the Package-List of a debian/ubuntu package?

It's possible to view the Package-List of a debian/ubuntu package, using the package management tools like apt, aptitude or dpkg? I need to list the packages provided by a package, the list is visible in the dsc…
Eduardo
  • 133
  • 5
0
votes
2 answers

Packages with no name listed by yum

In my Fedora 20 system I see these two packages with no names (and with no version one): [user@notebook ~]$ sudo yum list installed|grep rawhide 0.10.23-2.fc19 @rpmfusion-nonfree-rawhide …
jurijcz
  • 197
  • 1
  • 9
0
votes
1 answer

ERROR with rpm_check_debug vs depsolve

Transaction Summary ========================================================================================================================================================== Install 9 Package(s) Upgrade 227 Package(s) Remove 1…
Jason
  • 3,821
  • 17
  • 65
  • 106
0
votes
2 answers

Why does updating puppet ppa not update puppet?

Ubuntu 12.04 LTS Server Puppet 3.1.1 According to the puppet documentation, the best way to install puppet is by setting up a package. http://docs.puppetlabs.com/guides/puppetlabs_package_repositories.html#for-debian-and-ubuntu So for ubuntu…
spuder
  • 1,695
  • 2
  • 25
  • 42
0
votes
3 answers

Yum configuration through a proxy necessary?

I'm trying to get my yum configuration to work again but it stops at the following: yum update--verbose Config time:0.091 Yum Version: 3.2.22 Setting up Package Sacks Loading mirror speeds from cached hostfile At the last line yum just…
user1766888
  • 123
  • 1
  • 7