mario wrote:
hello,

is somebody so nice to explain to me the following output?

The first bit I SNIPed was verbose info about how yum was processing the packages to figure out what depended on what. The second bit is yum reporting all the packages that either need updated or installed to also install lyx.

Should I say
yes to the final >Is this ok [y/N]?

If you want the install done.

Any danger?

As long as all the repo files in /etc/yum.repos.d/ which are enabled also have gpgcheck=1 then you are as safe as gpg is correct, usually a fairly good bet.

you may want to do a `yum -y update yum* rpm* gnupg*` first as there have been some security fixes for them.

i.e.,
as long as the output of the following only has gpgcheck=1 included with it, you _should_ be ok to say y.

for i in `ls -d /etc/yum.repos.d/*`; \
do \
if grep "enabled=1" $i >> /dev/null; \
then \
echo $i;grep -e enabled -e gpgcheck $i; \
fi \
done

Granted I am assuming you have done:
cd /usr/share/rhn/
rpm -import RPM-GPG-KEY
rpm -import RPM-GPG-KEY-fedora
rpm -import RPM-GPG-KEY-fedora-test
rpm -import BETA-RPM-GPG-KEY
rpm -import RHNS-CA-CERT


Thanks a lot

mario

[EMAIL PROTECTED] lyx]# yum localinstall lyx-1.4.0-1fc4_qt.i386.rpm

Setting up Local Package Process
Examining lyx-1.4.0-1fc4_qt.i386.rpm: lyx - 1.4.0-1.i386
Marking lyx-1.4.0-1fc4_qt.i386.rpm as an update to lyx - 1.3.4-1fc1_qt.i386
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package lyx.i386 0:1.4.0-1 set to be updated
--> Running transaction check
Setting up repositories
updates-released          100% |=========================|  951 B    00:00
extras                    100% |=========================| 1.1 kB    00:00
base                      100% |=========================| 1.1 kB    00:00
Reading repository metadata in from local files
primary.xml.gz            100% |=========================| 438 kB    00:02
updates-re: ################################################## 1179/1179
Added 285 new packages, deleted 244 old in 4.50 seconds
primary.xml.gz            100% |=========================| 1.2 MB    00:08
extras    : ################################################## 3505/3505
Added 1094 new packages, deleted 534 old in 9.96 seconds
--> Processing Dependency: libAiksaurus-1.2.so.0 for package: lyx
<SNIP>
Dependencies Resolved

=============================================================================
 Package                 Arch       Version          Repository        Size
=============================================================================
Updating:
 lyx                     i386       1.4.0-1          lyx-1.4.0-1fc4_qt.i386.rpm 
  21 M
<SNIP>
 libtool                 i386       1.5.16.multilib2-3  updates-released  656 k

Transaction Summary
=============================================================================
Install      1 Package(s)
Update      19 Package(s)
Remove       0 Package(s)
Total download size: 67 M
Is this ok [y/N]: N
Exiting on user Command
Complete!




--
Todd Denniston
Crane Division, Naval Surface Warfare Center (NSWC Crane)
Harnessing the Power of Technology for the Warfighter

Reply via email to