mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Mar. 03 2006,19:46 |
|
You have to remove files manually. It's virtually impossible to explain exactly how to do this, since every application has its own set of files, installed in various places.
removing mydsl extension:
Quote (me @ April 08 2005,21:35) | For uci in DSL 1.0 you can remove them the same way they were installed.
For .tar.gz you can remove simply by deleting the /opt/whatever directory associated with the extension (typically has the same name as the extension). To remove menu item and icon, look in /home/dsl/.fluxbox/menu and /home/dsl/.xtdesktop/ respectively.
For .dsl you can remove them (carefully) by hand. Do "tar -ztf filename.dsl > files.txt", then look in files.txt for the list of files installed. I can't stress enough the importance of selectively deleting files. Some files in the list may have been part of the original DSL system, overwritten during the install. The ideal dsl extension would not do this, but the process of weeding out duplicates may be more work than a dsl creator is willing to do. In any case, a directory named the same as the mydsl application is generally a safe bet for removal, such as /usr/share/myapp |
Removing apps that come with DSL is mainly guesswork. Some might be removed with dpkg, but i couldn't say for sure. With others you would need to know what files are part of that application and are not used by apps that you want to keep.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|