Uninstall RPM in Fedora

[root@localhost user1]# rpm -qa | grep chromium
chromium-4.0.252.0-0.1.20091119svn32498.fc12.i686
[root@localhost user1]# rpm -e chromium-4.0.252.0-0.1.20091119svn32498.fc12.i686
[root@localhost user1]#
For uninstall in Fedora/Redhat/Mandriva
First query Exact package name
[root@localhost user1]# rpm -qa | grep chromium
This will Query all Packages installed with Starting as chromium
chromium-4.0.252.0-0.1.20091119svn32498.fc12.i686
Now go for Uninstallation with rpm -e
[root@localhost user1]# rpm -e chromium-4.0.252.0-0.1.20091119svn32498.fc12.i686
[root@localhost user1]#
Package chromium-4.0.252.0-0.1.20091119svn32498.fc12.i686 Un installed Now
  • Meet Author

    S.Abhilash, started this blog in the later half of 2009 as a self hosting site for all his previous blogging attempts. , My way of writing and frequency of publishing may not be uniform as my resources are my projects nd issues i came across. For the last few years this blog is reacing 100 s of unique visitors each day, thanks wordpress and google for such a perfection in their software and services.

    Head to Authors Page | Abhilash on Facebook



Category Linux     Tags , , , , , , , , , , , , , , , , , , , ,

Comment on Facebook

Comments are closed.

Community



FREE News Letter

Enter your email address

See Also

  • How to Hide friendlist from friends in facebook

    Step 1 Login to your facebook account. Step 2 Choose Privacy Settings under Account. Step 3 You can see an [...]

    (No Comments)

  • New Features in IE 9

    New Interface Searching in the address Bar We can search directly from the address bar.If we enter anything in the [...]

    (1 Comment)

  • Visual Basic For Linux

    Visual basic is the most friendly GUI development tool ever released,and its released under Windows. i googled for years to [...]

    (1 Comment)

Resources

Please Submit your Email Address to Get Latest Technology News As it Happens


Enter your email address


Read previous post:
Google Chrome For Linux – Official Release

After a long waiting google now released its Browser Chromium for Linux available Linux are 32 bit .deb (For Debian/Ubuntu)...

Close