Results 1 to 7 of 7
Hi,
I started working with Linux, and trying to find my way around. I have the following questions:
1- I understand that there is no equivalent of windows registry in ...
- 08-28-2008 #1Just Joined!
- Join Date
- Aug 2008
- Posts
- 3
Apllication uninstallation and data backup
Hi,
I started working with Linux, and trying to find my way around. I have the following questions:
1- I understand that there is no equivalent of windows registry in Linux and when I install an application it is installed in the users home directory, creates an .application directory, and writes something into /etc, and maybe some other directories, how do I unstall the application if I do not want it anymore?
2- Is the Linux system and applications transportable? That is; if I copy the home directory of the user on PC1 to another PC with the same Linux (same hardware) installed, do I get the very same environment of PC1?
3- I want to backup my data; how do I know where this data resides, and backup the data?
- 08-29-2008 #2
Hmmm, lot's of questions...
Generally, no it does not install the application into your home directory. But that really depends on your setup. Most of the time, software installation apps prompt you for the root password and install into places like /usr or /usr/local. This directory has a /bin /lib /doc /man etc subdirectories. One contains documentation, another manual pages, another the binary, another any supporting libraries (think DLLs, but not really). So, no the application isn't just stored in one spot.
Yes, you can definitely make this so. But realize answer one will play havoc, but there is ways.
There are too many answers. The simplest is rsync in my opinion. I generally run a baseline run - let's say off a distro fresh install. I make sure I don't backup that data. Then I run once a week a pkginstall list (what packages at what versions I installed) and any cfg files I made along with my logs, etc and home directory (and many more to be honest). That way I'm keeping a list of what's installed, since I can easily get that back and keeping only my specific items on disk.
Hope this helps - I recommend you pick up a copy of Running Linux
- 08-29-2008 #3Just Joined!
- Join Date
- Aug 2008
- Posts
- 3
Thanks,
About Item 1 again: How de we know which files we need to delete for uninstalling?
- 08-29-2008 #4
- 08-29-2008 #5Just Joined!
- Join Date
- Aug 2008
- Posts
- 3
Ubuntu desktop 8.04, so I have to use the synaptics, I gather. I think there is somewhere an install log that can be read by apt-get and synaptics.
If I install something without the apt-get there is no way to understand how to uninstall.
- 08-29-2008 #6
Vizo - if you install via a package manager you can uninstall quite easily. If you build the application yourself (./configure && make && make install) then you need to examine the make install script to see where it puts everything.
- 08-29-2008 #7Linux Newbie
- Join Date
- Jun 2006
- Location
- Greece, Athens
- Posts
- 214
About the 3rd question: You can use clonezilla to clone a pc into one or more pcs simultaneously. It can clone windows too.


Reply With Quote
