| Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
01-07-2013, 10:43 PM
|
#1
|
|
Member
Registered: May 2012
Posts: 62
Rep: 
|
Ubuntu Installed Softwares
Hi
Is there any way to find the installed software packages in ubuntu
like C:\Program Files in windows(all the software get installed in this , by default) so in ubuntu , which location all the software packages get installed.
Also is there is any way to back up all the installed software in ubuntu, so next time if we install ubuntu (after uninstalling) , the software backup can be restored (instead of installing from the scratch )
kindly advice on these things, Thanks for the help..
|
|
|
|
01-07-2013, 11:25 PM
|
#2
|
|
Member
Registered: May 2010
Location: Planet Earth
Distribution: Debian
Posts: 770
Rep: 
|
Quote:
Originally Posted by monojeffrey
...Is there any way to find the installed software packages in ubuntu
like C:\Program Files in windows(all the software get installed in this , by default) so in ubuntu , which location all the software packages get installed...
|
One way to see what is installed is typing at the terminal, dpkg -l (-l is the option to list) or with synaptic package manager or with ubuntu software manager. Now where is it installed is a different thing, normally on GNU system binaries goes under the directories: /bin, /usr/bin, /sbin, /opt, and maybe in other places, varies from distro to distro.
Quote:
Originally Posted by monojeffrey
...Also is there is any way to back up all the installed software in ubuntu, so next time if we install ubuntu (after uninstalling) , the software backup can be restored (instead of installing from the scratch )...
|
Don't think that is a very practical thing, unless you are using sources you can keep it on your home folder(so you dont format the home partition if you have one at reinstall) or in an storage device or second hard drive. Besides that GNU systems are known to be stable and normally there is no need to keep reinstalling it. If you like Ubuntu i suggest to stick with the LTS(long term support) version, so you can use the same system for several years, you can just update it before come to the point when you need to upgrade the system.
Regards
|
|
|
1 members found this post helpful.
|
01-08-2013, 12:03 AM
|
#3
|
|
Senior Member
Registered: Feb 2011
Location: Australia
Distribution: Debian Sid/Experimental
Posts: 1,842
|
Quote:
Originally Posted by monojeffrey
Is there any way to find the installed software packages in ubuntu
|
Yep go into Synaptic, right click on the chosen software, choose properties, then choose the installed files tab. That will list everything that is installed in the / partition, I don't think it lists what is installed in /home/user/ though
|
|
|
1 members found this post helpful.
|
01-08-2013, 02:38 PM
|
#4
|
|
Member
Registered: May 2012
Posts: 62
Original Poster
Rep: 
|
LTS(long term support) version
what does this term mean ! i am hearing this for the first time in ubuntu.
is there any way to choose ubuntu as LTS while we install the OS
--
thanks for the reply
|
|
|
|
01-08-2013, 03:00 PM
|
#5
|
|
Senior Member
Registered: Feb 2009
Posts: 3,147
|
Quote:
Originally Posted by monojeffrey
what does this term mean ! i am hearing this for the first time in ubuntu.
is there any way to choose ubuntu as LTS while we install the OS
--
thanks for the reply
|
If you installed Ubuntu 12.04 then you are using a "Long Term Support" release that will be supported through April 2017.
This page lists the support cycles for all Ubuntu releases:
https://wiki.ubuntu.com/Releases
Also a quick way to find installed applications in Ubuntu (assuming you're using the default Unity desktop environment) is to tap the Windows/Super key and then type a few letters of the application you're looking for (or its function, such as: browse, word, message, files, etc.).
Last edited by snowpine; 01-08-2013 at 03:01 PM.
|
|
|
|
01-08-2013, 03:18 PM
|
#6
|
|
Member
Registered: Apr 2011
Location: UK
Distribution: Kubuntu 11.10
Posts: 562
Rep: 
|
Quote:
Originally Posted by monojeffrey
Also is there is any way to back up all the installed software in ubuntu, so next time if we install ubuntu (after uninstalling) , the software backup can be restored (instead of installing from the scratch )
|
If you just want to save on the effort of selecting all the packages again, you can save the list and reapply it like this:
Code:
dpkg --get-selections > somefile
# do this on the old system and save 'somefile' externally
# on the new installation:
sudo dpkg --set-selections < somefile
sudo dselect
This will work even on new versions of *buntu (as long as the packages are still available).
If you want to save on downloading the packages you would need a different solution - but even then you'd have to download new packages for any new version of *buntu.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 06:14 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|