Results 1 to 8 of 8
And I need a complete list of my applications... Can I do that on Fedora 12 so that I can copy that list on my email account?...
- 06-28-2010 #1
About to clean-install Fedora 13
And I need a complete list of my applications... Can I do that on Fedora 12 so that I can copy that list on my email account?
-D-
Registered User # 402675
- 06-28-2010 #2
Create a list of installed packages :
Remove kernel entries from list manually.Code:rpm -qa > packages_list
Install all packages in one go :
Code:su - yum -y install $(cat packages_list)
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-28-2010 #3
We need a bit modification here. packages_list will have package name + version number and if you are upgrade Fedora 12 to 13, this list won't do good.
You have to remove version number from each package name.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-28-2010 #4
Thanks for answering and for your help. It doesn't matter that I have f12 or whatever in the name of the application, I just want to recreate the operating system as it was before. I have managed to upgrade using the dvd preserving everything but some apps are hanging (openoffice... I will figure it out...) What is good about the command is that it also includes the applications that were installed from source.
-D-
Registered User # 402675
- 06-29-2010 #5
- 06-29-2010 #6Linux Newbie
- Join Date
- Jan 2008
- Location
- Canada
- Posts
- 109
I have been looking for a way to do this. Thanks. Install all packages in one go :
Code:
su -
yum -y install $(cat packages_list)Last edited by robertdaleweir; 06-29-2010 at 03:41 PM.
- 06-29-2010 #7Linux Newbie
- Join Date
- Jan 2008
- Location
- Canada
- Posts
- 109
- 06-30-2010 #8
Everything is set and Fedora 13 is running fine. Some highlights:
* Openoffice.org3 doesn't need to be installed from source in order to use some extensions that I need such as NLP-Solver. I used the repositories and worked OK.
* Python 3's idle is now idle3
* Third party repositories from rpm fusion are fine and I was able to download mp3 support, etc.
For a newbie like me Fedora 13 looks very similar to Fedora 12-D-
Registered User # 402675


Reply With Quote
