Re: Dealing with 94 rpmnew files on new FC4 install after yum update

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Roger!

El Jueves, 4 de Mayo de 2006 18:13, Roger escribio:
[...]
> Because this is a new installation (I have customized my monitor
> settings and made a static IP address), a guess is that I just want all
> the .rpmnew files installed -- and maybe the existing files renamed to
> .rpmold just in case.  

Maybe you can use a bash-script to do that... Something like:
for file in $(find / -name '*.rpmnew'); do
    cp ${file/rpmnew} ${file/rpmnew/rpmold} ; # to do the backup
    mv $file ${file/rpmnew};                  # to use the .rpmnew
done

> Is there an installation option that I missed or 
> is there a cleanup script somewhere to deal with this problem?  

I suggest that you check rpm(1) manual for that.
I think there is an option that says --noscript, but I'm not so sure if that 
will get rid of EVERY scripts and not only the ones that manage the .rpmnew 
stuff

> Would use of smart (or apt) instead of yum have resulted in fewer
> problems? 

Nop.
The use of one of that tools it's in a higher level. The problem that you 
had (in strictly rigor it's not a problem, it's the way it works) is a rpm 
specific.

Greets!

-- 
Mauricio Vergara Ereche                   User #188365 counter.li.org
NIC Chile                                         mave [@] nic [.] cl
Agustinas 1357 Piso 4, Santiago CHILE                   +56 2 9407721
Codigo Postal: 834-0432                             http://www.nic.cl

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux