similar to: How to install and update a src rpm?

Displaying 20 results from an estimated 300 matches similar to: "How to install and update a src rpm?"

2011 Aug 25
2
Puppet Error during Yum execution
Every time a client checks in with the puppetmaster, I receive the following error in the client logs: Wed Aug 24 19:55:27 +0000 2011 Puppet (notice): Starting Puppet client version 0.25.5 Wed Aug 24 19:56:05 +0000 2011 Puppet (err): Could not prefetch package provider ''yum'': Execution of ''/usr/bin/python /usr/lib/ruby/
2008 Jul 02
2
Yum errors
I'm having a problem with a fairly new server. Running yum upgrade I get the following: Traceback (most recent call last): File "/usr/bin/yum", line 29, in ? yummain.main(sys.argv[1:]) File "/usr/share/yum-cli/yummain.py", line 105, in main result, resultmsgs = base.doCommands() File "/usr/share/yum-cli/cli.py", line 289, in doCommands
2010 Jun 17
3
yum install perl-XML-Parser
When I do the following: yum install perl-XML-Parser I get all these errors. Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * addons: mirror.sanctuaryhost.com * base: centos.cs.wisc.edu * extras: mirror.trouble-free.net * updates: mirrors.serveraxis.net Traceback (most recent call last): File "/usr/bin/yum", line 29, in ?
2010 May 19
2
yum install
I have centos 5.4 and trying the command "yum install yum-utils", it gives me an error. I tried the "yum clean all" and the did the command again with same message. I only have [base] and [updates] in the repo. yum install yum-utils Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.nexcess.net * updates: mirrors.gigenet.com base
2010 May 13
1
yum screwup
I have several machine running CentOS I upgraded all of them from 5.3 to 5.4 One machine has a yum problem after upgrading # yum update Loaded plugins: fastestmirror Determining fastest mirrors * addons: mirror.trouble-free.net * base: mirror.team-cymru.org * extras: mirror.team-cymru.org * updates: mirror.raystedman.net addons | 951 B
2011 Nov 18
2
yum update fails / problem
Hi, may be someone has an idea what's broken on one of our RH EL 6.1 server. I tried all suggestions from the centosforum http://www.centos.org/modules/newbb/viewtopic.php?topic_id=20237 but without success. Thanks for any suggestion . best Regards . G?tz Loaded plugins: rhnplugin Traceback (most recent call last): File "/usr/bin/yum", line 29, in <module>
2009 Oct 30
3
Problem YUM Centos 5
Dear Friends, Today , I ran command yum update and I received follow error below. ======================= BEGIN ========= Loaded plugins: fastestmirror Determining fastest mirrors Traceback (most recent call last): File "/usr/bin/yum", line 29, in ? yummain.user_main(sys.argv[1:], exit_code=True) File "/usr/share/yum-cli/yummain.py", line 229, in user_main
2010 Jul 14
1
Running yum shows errors
Hi I am getting the following errors when i try to use yum to install the net-snmp paclages. [root at sc1 yum.repos.d]# yum install net-snmp Loaded plugins: fastestmirror Determining fastest mirrors Traceback (most recent call last): File "/usr/bin/yum", line 29, in ? yummain.user_main(sys.argv[1:], exit_code=True) File "/usr/share/yum-cli/yummain.py", line 229,
2009 Dec 09
2
Kerio Mail Server - anyone?
Hey guys, I'm trying to install the latest Kerio and it seems to want an older version of libstdc++ which I cannot find anywhere in RPM land (sorry, but I just know gmail is going to mangle this on its way out ) [root at localhost ~]# rpm --install /home/amckay/kerio-kms-6.7.3-7892.linux.i386.rpm error: Failed dependencies: libstdc++.so.5 is needed by kerio-kms-6.7.3-7892.linux.i386
2011 Feb 08
1
yum is b0rked
hello centos.. my yum is b0rked... [root at VIRTCENT03:~] #yum repolist Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile Traceback (most recent call last): File "/usr/bin/yum", line 29, in ? yummain.user_main(sys.argv[1:], exit_code=True) File "/usr/share/yum-cli/yummain.py", line 309, in user_main errcode = main(args) File
2006 Jan 26
1
Yum Python Errors
Hi All, what is the meaning of below from yum, Traceback (most recent call last): File "/usr/bin/yum", line 7, in ? yummain.main(sys.argv[1:]) File "/usr/share/yum-cli/yummain.py", line 68, in main result, resultmsgs = base.doCommands() File "/usr/share/yum-cli/cli.py", line 408, in doCommands return self.updatePkgs() File "/usr/share/yum-cli/cli.py",
2005 Jul 21
1
Yum problem
Anyone tell me why I am suddenly getting this error, I did an RPM rebuild remove all the duff db files from /var/lib/rpm, uninstalled yum re-installed it from the CD, still doesn't work: yum -y update Setting up Update Process Setting up Repos addons 100% |=========================| 951 B 00:00 base 100% |=========================| 1.1 kB 00:00
2008 Jan 29
2
yum fails with invalid dependency on sqlite
Hi, I am using Centos 4.6 on x86-64. recently when I tried to do a yum -y check-update this is the output I get [root at amd64 ~]# yum check-update Setting up repositories update 100% |=========================| 951 B 00:00 base 100% |=========================| 1.1 kB 00:00 addons 100% |=========================| 951 B 00:00
2006 Dec 15
0
YUM KeyError: 'epoch'
Hello, I am running Centos 4 fully updated (as of 1 week ago) I tried to use yum last night and I got this error: [root at localhost share]# yum update Setting up Update Process Setting up repositories update 100% |=========================| 951 B 00:00 rpmforge 100% |=========================| 1.1 kB 00:00 base 100%
2011 Jun 15
2
[PATCH 1/2] use apt-get instead of aptitude
--- config.ml.in | 2 +- configure.ac | 2 +- febootstrap_debian.ml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config.ml.in b/config.ml.in index a8c008a..262c913 100644 --- a/config.ml.in +++ b/config.ml.in @@ -22,7 +22,7 @@ let package_version = "@PACKAGE_VERSION@" let yum = "@YUM@" let rpm = "@RPM@"
2008 May 08
1
problem with yumdownload?
coworker wants to download a module with all its dependencies, for use in updating an offline system... CentOS 5.latest ... [root at pig home]# yum -y install yum-utils ...... [root at pig home]# yumdownloader --resolve gcc Loading "priorities" plugin Loading "installonlyn" plugin Excluding Packages from CentOS-5 - Base Finished Excluding Packages from CentOS-5 - Updates
2008 Nov 25
0
Centos 4 Yumdownloader vs yum-downloadonly on Centos 5
Peter Kjellstrom <cap at nsc.liu.se> wrote: > For completeness, yumdownloader is a command/program that > comes with the > yum-utils package on centos 4 and 5. > Yumdownloader on centos 4 does not add the functionality of the yum --downloadonly feature in Centos 5 from the yum-downloadonly-1.1.10-9.el5 I was replying to Peter Kjellstrom
2016 Nov 18
0
Anaconda installer fails to install nodejs010 and npm due to dependency error
Hi, I have built dependent packages of nodejs010 and npm successfully using mock and copy these RPMS to our ISO, anaconada installer fails to install due to dependency errors: nodejs010-nodejs-are-we-there-yet-1.0.4-1.el7.centos.noarch requires nodejs010-npm(readable-stream) < 2 nodejs010-nodejs-cmd-shim-2.0.0-2.el7.centos.noarch requires nodejs010-npm(graceful-fs) < 4
2016 Mar 08
0
Can anyone compile mtr source RPM on CentOS 6.7?
On 08/03/16 11:36 AM, James Hogarth wrote: > On 8 March 2016 at 16:15, Digimer <lists at alteeve.ca> wrote: > >> On 08/03/16 07:11 AM, James Hogarth wrote: >>> On 8 March 2016 at 10:07, Leon Fauster <leonfauster at googlemail.com> >> wrote: >>> >>>> Am 08.03.2016 um 01:50 schrieb Digimer <lists at alteeve.ca>: >>>>>
2008 Mar 12
2
Question relating to yumdownloader
Hi I use yumdownloader occasionally to grab RPMS. One thing that confuses me though is the --source option. I thought this would mean rather than getting the RPM that it would retrieve the source RPM. But it appears this isn't the case. Can anyone explain what this option actually relates to ?