Questions tagged [packages]

A package is a specific piece of software which can be installed and uninstalled on a system.

231 questions
3
votes
2 answers

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 multiple repositories. It's named the exact same…
Zac B
  • 841
  • 1
  • 15
  • 27
3
votes
4 answers

Couldn't find package gitolite on Ubuntu 10.04

I've been following this tutorial and I'm stuck on sudo apt-get install gitolite with the error Couldn't find package gitolite I've been Googling around for a while now, no one else seems to have this problem so it's probably a trivial matter...…
user29600
  • 419
  • 5
  • 17
  • 30
3
votes
3 answers

What is the package manager under OpenSolaris 5.11?

I'm on an OpenSolaris 5.11 server and when I asked about Django, technical support offered to use pkgin as a package manager. [root@gpx8nnaa ~]# uname -a SunOS gpx8nnaa.joyent.us 5.11 snv_89 i86pc i386 i86pc [root@gpx8nnaa ~]# find / -name…
Christos Hayward
  • 1,162
  • 3
  • 16
  • 35
3
votes
3 answers

XServe G5 to Ubuntu

I currently have an Apple XServe G5, running OSX server 10.4. As you can imagine, 10.4 has become increasingly annoying due to the high difficulty of updating the server software (Apache, PHP, MySQL, not to mention ClamAV). I am considering putting…
Chris
  • 267
  • 4
  • 7
3
votes
2 answers

Checking deb dependencies against the current system

I know I can list the .deb's dependencies using dpkg --info, but is there any automated way to check those dependencies against the current system? What I'm interested in, the status: whether the package will be cleanly installed, or will it fail.
viraptor
  • 1,296
  • 6
  • 21
  • 41
2
votes
1 answer

Installing a package using SCCM fails with error 0x87D00324(-2016410844) but package is not installed

VMWare Tools are usually installed through SCCM and now the newer version will not be installed through SCCM on all machines. So for some I do have the following failure. The error code semes to be straight forward and after some research I found…
RayofCommand
  • 1,451
  • 8
  • 26
  • 36
2
votes
1 answer

How to force debian linux apt-get installer to install unstable/specific version of packages?

I want to force the install system on debian linux, apt-get, to install unstable (i.e. a later version) of a package, later than the stable one recognised by the debian package maintainer. This because I want to take advantage of new features in the…
therobyouknow
  • 471
  • 4
  • 8
  • 18
2
votes
2 answers

RHEL "el7" vs "el7a" on packages?

I have built an RPM on RHEL7 ppc64le and it got the suffix "el7a" as opposed to "el7" which I expected. Why is that and what does the "a" stand for?
mstud
  • 21
  • 1
2
votes
2 answers

Troubleshoot msiexec removing dotnet Core

I am attempting to upgrade ASP.NET Core from 2.0.3 to 2.1.5 on a group of servers. I am using a Powershell script that looks something like this: $software = Get-ChildItem 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall' $software +=…
2
votes
2 answers

How can I verify which repository a package resides on in Centos?

I'd like to know which Centos repositories various packages are available at. Is there a directory somewhere? I tried googling it and didn't find anything.
Mike B
  • 11,871
  • 42
  • 107
  • 168
2
votes
3 answers

How to verify GD and Freetype support

I'm running a server with ubuntu 9.10. I'm trying to enable captcha support for our wordpress blog contact form and the instructions say that I'll need to "verify that PHP has GD support and Freetype support compiled in" How can I verify…
Mike B
  • 11,871
  • 42
  • 107
  • 168
2
votes
1 answer

How to install/enable GMP (math functions) for PHP on CentOS

I am trying to install GMP (GNU Multiple Precision) for PHP on my VPS. Server OS :- CentOS 6 with cPanel GMP Official Site :- http://www.gmplib.org I have been trying from 8 Days, but have not found any solution.
Shubham Panchal
  • 51
  • 1
  • 2
  • 7
2
votes
1 answer

Ignore Specific Package When Updating - Solaris 11.3 SPARC

I'm running java 7 on one of my Solaris servers. We need to run updates but when we do java 8 tries to install itself. This wouldn't be a big deal but it conflicts with another application we have running for some reason. Therefore, I am stuck using…
jrd1989
  • 698
  • 15
  • 48
2
votes
1 answer

systemd-machined not found in debian systemd package

I have a docker container running a very bare version of debian stretch. with this, I have to install systemd externally first. To do this, I have a docker container that runs the install, then I commit it to an image, I then run systemd from that…
Christian Grabowski
  • 559
  • 1
  • 5
  • 18
2
votes
1 answer

apt-get fails with unmet dependencies

I have a server running Ubuntu 12.04 on AWS and I can no longer install anything on apt-get because I get this error: The following packages have unmet dependencies: mysql-server-5.5 : Depends: mysql-server-core-5.5 (= 5.5.35-0ubuntu0.12.04.1) but…
Craig
  • 289
  • 2
  • 7