Upgrading RPMs , how to update RPMs in linux fedora ubuntu unix

9:08 AM
Upgrading RPMs


You need to upgrade an installed RPM package: there's a new version of some program you like, with new features and important bug fixes.


Use the -U flag:


# rpm -Uvh tuxpaint-9.13-1.i386.rpm






To test the command first, use:


# rpm -Uvh —test tuxpaint-9.13-1.i386.rpm

0 Comments