Displaying 6 results from an estimated 6 matches for "localupdate".
2006 Apr 13
4
reinstall packages
I have some rpm packages that I built locally. After installing and
configuring them, I found a problem that required a source patch. I
have rebuilt the rpms, but since they have the same version number as
the original, I can't use "yum localupdate" to install them. Is there
a clean way to do this with yum, or do I just need to remove the old
packages and then install the new ones?
--
Bowie
2005 Dec 09
1
Manual update
...er, I need to install a software which requires an higher glib2
version so :
I took the source of glib2-2.8.4-1 on the gtk+ web site and creates the
rpm installation file with "chkinstall"
I obtained the glib2-2.8.4-1.i386.rpm file
Then I execute yum to update the glib2 package :
yum localupdate glib2-2.8.4-1.i386.rpm
And know, I have a lot of problems. Surely because some library files
where overwritten with the newer version files (Right or wrong ?)....
Is there a way to recover the problem ? (Now, I can't launch a terminal
under gnome)
Well, I have broken the distribution and I...
2008 Nov 18
1
Problem with the Linux R 2.8.0 rpm for 64 bit REL 4
...I tried to update the current version of R (2.6.2) which was installed
locally as an rpm
$R --version
R version 2.6.2 (2008-02-08)
Copyright (C) 2008 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
I used yum to try to do the update with the following error
$su -c "yum localupdate /data/R-2.8.0-1.rh4.x86_64.rpm"
Error: Missing Dependency: xdg-utils is needed by package R
I have installed the xdg-utils manually from
http://portland.freedesktop.org/download/xdg-utils-1.0.2.tgz
$cd /data/xdg-utils-1.0.2 --> this is a directory
$./configure --prefix=/usr
$su -c "...
2013 Nov 07
2
Workaround for (EL6.4) rdesktop-1.6.0-10 Woe
...+ cd /home/iseo/rpmbuild/BUILD
+ rm -rf rdesktop-1.7.1
+ exit 0
[iseo at jato rpmbuild]$
----------------------------------------------------
Your install RPM is in ~/rpmbuild/RPMS/{i386,x86_64}/
You can now copy the RPM to any CentOS 6.4 machine of the same
architecture and update rdesktop.
yum localupdate rdesktop-1.7.1-2.el6.1.iseo.x86_64.rpm
-or-
If you maintain a local, custom repo like we do just copy the rpm there
and update your repo metadata so it'll be installed during the next
update cycle.
[root at pegasus ~]# yum list rdesktop
Loaded plugins: downloadonly, fastestmirror, priorities...
2006 Mar 01
1
Checking out yum localinstall before installing
I want to just see what will happen (ie success, or some dependencies
still cannot be met) with:
yum localinstall whatever.rpm
I ASSuME (I have googled for this, but it is not clear) that
localinstall will take the rpm, install it, and go to the yum repro
to meet any outstanding dependencies.
I just want to test this right now, not actually do it. I want to
know what yum would install from
2019 Mar 23
2
http error when updating 7.5 ==> 7.6
...6_64: [Errno 256] No more mirrors to try.
polkit-devel-0.112-18.el7_6.1.x86_64: [Errno 256] No more mirrors to try.
polkit-docs-0.112-18.el7_6.1.noarch: [Errno 256] No more mirrors to try.
I then browsed to the mirror shown above and downloaded the files with
no trouble. I then did "yum localupdate" for the three downloaded files
and they installed just fine.
so, anybody know why we're getting the 416 error from yum but not from
firefox?
a little searching for that error indicates it is some kind of problem
on the web host, I think. but it's weird.
I don't need help, I'...