{SOLVED] What software do I have installed?

This forum is dedicated to basic help and support :

Ask here your questions about basic installation and usage of Mageia. For example you may post here all your questions about getting Mageia isos and installing it, configuring your printer, using your word processor etc.

Try to ask your questions in the right sub-forum with as much details as you can gather. the more precise the question will be, the more likely you are to get a useful answer

{SOLVED] What software do I have installed?

Postby RoyD » Jun 18th, '13, 10:00

Is there a program that I can run before I reinstall Mageia 3 to show which programs I have already installed? So once I have reinstalled I can easily reinstall all the software that I have been using, I have lots.
Last edited by RoyD on Jun 18th, '13, 12:49, edited 1 time in total.
Using Mageia 5 KDE 32bit on an Intel(R) Core(TM)2 Quad CPU Q6600, Asus P5K-E, XFX GeForce 8800 GTS 512mb, 4096 MB ram
User avatar
RoyD
 
Posts: 139
Joined: Jan 7th, '12, 06:33
Location: New Zealand

Re: What software do I have installed?

Postby tom_ » Jun 18th, '13, 10:33

for that job I use

Code: Select all
rpm -qa
tom_
 
Posts: 423
Joined: Sep 3rd, '11, 12:26
Location: Porto Ercole, Italy

Re: What software do I have installed?

Postby Ken-Bergen » Jun 18th, '13, 10:44

Code: Select all
rpm -qa --qf '%{NAME}\n' | sort
Will list everything you have installed.
If you pipe that to a text file you can use a script like
Code: Select all
urpmi.update -a
while read line; do
   urpmi --auto $line
done < YOUR-FILE
to re-install most all the MGA2 packages that you had with the MGA3 equivalents.
Ken
Ken-Bergen
 
Posts: 1019
Joined: Mar 30th, '11, 02:45
Location: Chilliwack, BC, Canada

Re: What software do I have installed?

Postby RoyD » Jun 18th, '13, 12:48

Thank you Ken, this is what I need. I am already with Mageia 3 but I need to increase my root drive, I play around with too many programs so the 12gb is too small so I am going to reinstall Mageia 3 so i can increase my root. Lucky I have a son not far from finishing a Degree with a double major in networking and security. He was able to show me how to make the script and how to run it. Just like a batch file from my old days. :D
Using Mageia 5 KDE 32bit on an Intel(R) Core(TM)2 Quad CPU Q6600, Asus P5K-E, XFX GeForce 8800 GTS 512mb, 4096 MB ram
User avatar
RoyD
 
Posts: 139
Joined: Jan 7th, '12, 06:33
Location: New Zealand


Return to Basic support

Who is online

Users browsing this forum: No registered users and 1 guest

cron