Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 23rd May 2012, 03:31 PM
thanhwru Offline
Registered User
 
Join Date: Mar 2012
Location: Germany
Posts: 34
linuxfirefox
how to find and remove all software that installed

Dear all,

i have an issue as follow:

i want to remove all everything softwares that i installed it on fedora, but keep all libraries of original fedora. because some times i recognize that when i remove software via tool: Add/Remove software from fedora, it is difficult to find and remove exactly all softwares that i want and maybe a library of original fedora is also removed.

thanks all,

thanhwru83@gmail.com
Reply With Quote
  #2  
Old 23rd May 2012, 03:44 PM
BBQdave's Avatar
BBQdave Online
Gnome-gasmic by choice!
 
Join Date: Aug 2011
Location: North Carolina
Age: 45
Posts: 1,036
linuxfirefox
Re: how to find and remove all software that installed

Quote:
Originally Posted by thanhwru View Post
i want to remove all everything softwares that i installed it on fedora, but keep all libraries of original fedora.
It would save you time and be more efficient to do a base install. That would achieve what you are attempting, in a timely manner
__________________
On quest for blue smoke and red rings...
Reply With Quote
  #3  
Old 23rd May 2012, 03:52 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfirefox
Re: how to find and remove all software that installed

I agree with BBQdave.

There is the yum history command that allows you to undo transactions, but if you wish to go back to a clean install, then the best way is to do a clean install.

Even the yum history command would probably remove some libs that you wish to keep.
Reply With Quote
  #4  
Old 23rd May 2012, 04:01 PM
RupertPupkin's Avatar
RupertPupkin Offline
Registered User
 
Join Date: Nov 2006
Location: Detroit
Posts: 4,616
linuxfedorafirefox
Re: how to find and remove all software that installed

I believe you can remove all packages that you installed with yum like this:
Code:
yum history rollback 0
See the yum man page for more details.
__________________
OS: Fedora 18 x86_64 | CPU: AMD64 3700+ 2.2GHz | RAM: 2GB PC3200 DDR | Disk: 160GB PATA | Video: ATI Radeon 7500 AGP 64MB | Sound: Turtle Beach Santa Cruz CS4630 | Ethernet: Realtek 8110SC
Reply With Quote
  #5  
Old 23rd May 2012, 04:54 PM
errorxp's Avatar
errorxp Offline
Registered User
 
Join Date: Jul 2007
Posts: 371
linuxfirefox
Re: how to find and remove all software that installed

I usually do something like this after a fresh livecd install to remove some crap:
Code:
yum erase abrt* cheese brasero totem totem-mozplugin rhythmbox vino vinagre transmission* evolution empathy sound-juicer orca
I also use the yum history command to erase packages that i've previously installed. These are the commands you might need:

yum history
yum history info ID
yum history undo ID
__________________
these command lines are like casino slot machines, every time I input commands NOTHING HAPPENS
Reply With Quote
  #6  
Old 23rd May 2012, 05:31 PM
thanhwru Offline
Registered User
 
Join Date: Mar 2012
Location: Germany
Posts: 34
linuxfirefox
Re: how to find and remove all software that installed

thanks all, but it is not successful. can you show me how the way to remove all things, including all softwares that installed from other account but it copied to the account that using. However, don't remove all libraries of fedora
Reply With Quote
  #7  
Old 23rd May 2012, 08:35 PM
errorxp's Avatar
errorxp Offline
Registered User
 
Join Date: Jul 2007
Posts: 371
windows_7firefox
Re: how to find and remove all software that installed

I don't understand what you mean, only the root user can install software.
__________________
these command lines are like casino slot machines, every time I input commands NOTHING HAPPENS
Reply With Quote
  #8  
Old 23rd May 2012, 10:33 PM
thanhwru Offline
Registered User
 
Join Date: Mar 2012
Location: Germany
Posts: 34
windows_7firefox
Re: how to find and remove all software that installed

Dear errorxp,

my meaning is as following,

my laptop are running Fedora 15, and i have 2 user accounts with the name of "thanh"=user 1 and "khtn" = user 2, but there is an issue with "thanh" user account. therefore i have to transfer all softwares and database that i installed on "thanh" user to "khtn" user. However, all softwares that i installed on "thanh" before is troubled, so i want to remove all softwares that transferred from "thanh" old user to "khtn" user, but keep the database and the library of fedora.

Thanks so much
Reply With Quote
  #9  
Old 24th May 2012, 12:23 AM
sea's Avatar
sea Online
"Shells" (of a sub world)
 
Join Date: May 2011
Location: Helvetic Federation (Swissh)
Age: 33
Posts: 2,602
linuxchrome
Re: how to find and remove all software that installed

Is that database an actual database one needs to connect to, or more some sort of a (single?) file?

Also, which might be more important, what kind of issues has that user account?
Is it an a file access issue: man chown, if its a permission issue: selinux might be the cause.
__________________
Fedora Manual: http://docs.fedoraproject.org
Script-Tools: https://sourceforge.net/projects/script-tools/
sudo st tweak repo toggle fedora-rawhide ; st iso dl-fed -respin && st iso usb
Reply With Quote
  #10  
Old 24th May 2012, 06:09 AM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfirefox
Re: how to find and remove all software that installed

Most of the applications are installed for all users to use, but each user has it's own configuration files in their home directory.

So what you really want is to leave the software installed so that other users can use it, just remove the configuration files for the messed up user.

Once you get the new user set up and working properly, and any files you wish to keep copied over to the new user, you can just delete the old user's home folder. That will take care of all of their configuration files. About the only other location where there are user specific files is in /tmp which are temporary files and can be deleted if you wish.
Reply With Quote
Reply

Tags
installed, remove, software

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Add/Remove Software--No list of installed packages dhruvats Using Fedora 2 13th December 2010 09:05 PM
how to find and remove packages installed by dependency crossz Using Fedora 17 17th October 2008 10:59 PM
can't find add and remove software in the panel fcwlhr Using Fedora 6 5th January 2008 02:57 AM
Could not find installed software in FC4 jattoo Using Fedora 7 29th July 2005 04:34 AM
Add remove does not find installed packages Takasho Using Fedora 5 3rd March 2004 07:35 PM


Current GMT-time: 14:17 (Tuesday, 21-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat