I will show you the easiest way how to uninstall your rpm packages. Before we start uninstalling our rpm packages, we should know first the name of our packages that need to uninstall. To do this, open your console that type this
#rpm -qa | grep xterm
If you want try to uninstall xterm packages, after that you will found you listed rpm like this one
#xterm-215-6pclos2007
So, let’s uninstall by type this command
#rpm -e xterm-215-6pclos2007
And done, you was successfully uninstall your rpm packages ;)
Popularity: 6%
installing software from rpm packages in linux
How to install, upgrade and uninstall RPM software packages in Linux.
Source: http://www.tuxfiles.org/linuxhelp/rpminstall.html
rpm redhat package manager
RPM is the Red Hat package manager. It is a program designed to build To test a package to see how it would install (without installing, also checks
Source: http://susefaq.sourceforge.net/articles/rpm.html
rpm howto
In its simplest form, RPM can be used to install packages: is a description of the software along with instructions on how to build it and a file list for all the
Source: http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/RPM-HOWTO.html
uninstall software linux commands
If you're short on disk space, use RPM to uninstall one or more packages. RPM will tell you if the removal of the package will cause problems for other installed
Source: http://lowfatlinux.com/linux-rpm-uninstall.html
linuxnov
packages on Next Post" so, will begin with 1. Installing DEB packages Ubuntu make it really easy to install softwares on your distribution by using " Ubuntu
Source: http://www.linuxnov.com/?p=87/
uninstall software linux commands
Linux Tutorial and Training. Free Linux Lessons. MANAGING LINUX How Do I Uninstall a Linux Software Package? Uninstalling Packages
Source: http://lowfatlinux.com/linux-rpm-uninstall.html
using rpm
Notice that we used the package name " foo," not the name of the original package file " foo-1.0-1.i386.rpm". To uninstall a package, you will need to replace foo
Source: http://www.redhat.com/docs/manuals/linux/RHL-7-Manual/ref-guide/s1-rpm-using.html
gnomerpm
install RPM packages uninstall RPM packages upgrade RPM packages find new RPM packages query RPM packages verify RPM packages
Source: http://www.redhat.com/docs/manuals/linux/RHL-7-Manual/ref-guide/ch-gnorpm.html
how to use rpm commands
With this command, RPM automatically uninstall the old version of foo package and install the new one. Always use rpm -Uvh to install packages, since it works fine
Source: http://www.faqs.org/docs/securing/chap3sec20.html
how do i uninstall rpm packages? howtoforge forums howtoforge
How do I uninstall rpm packages? Technical Converting a PDF to a Word Doc with KWord; 10 Unanimous Verdicts: Closed Cases
Source: http://www.howtoforge.com/forums/showthread.php?t=8





