Search Members Help

» Welcome Guest
[ Log In :: Register ]

Mini-ITX Boards Sale, Fanless BareBones Mini-ITX, Bootable 1G DSL USBs, 533MHz Fanless PC <-- SALE $200 each!
Get The Official Damn Small Linux Book. DSL Market , Great VPS hosting provided by Tektonic
Pages: (2) </ 1 [2] >/

[ Track this topic :: Email this topic :: Print this topic ]

reply to topic new topic new poll
Topic: Enable Apt without internet< Next Oldest | Next Newest >
mikshaw Offline





Group: Members
Posts: 4856
Joined: July 2004
Posted: Oct. 13 2005,03:03 QUOTE

As SU said, Firefox was NOT installed into DSL using the Debian package system, so using a deb package to check for Firefox files is a waste of your time.

The Firefox files are the directory /usr/local/firefox/ and the symlink /usr/local/bin/firefox.  There is also /opt/firefox_plugins, but you might want to keep this if you use opera with firefox plugins.


--------------
http://www.tldp.org/LDP/intro-linux/html/index.html
Back to top
Profile PM WEB 
rossjman1 Offline





Group: Members
Posts: 69
Joined: Oct. 2004
Posted: Oct. 13 2005,13:29 QUOTE

Thank you, but is there any place to check where the files are in DSL for other apps? That way I don't have to ask for everything I want to remove.
Back to top
Profile PM AOL 
mikshaw Offline





Group: Members
Posts: 4856
Joined: July 2004
Posted: Oct. 13 2005,16:00 QUOTE

The "locate" command is a good way to find all paths containing a particular string.  Unfortunately there is no locate database in DSL, due to disk space concerns.  You can build one with the updatedb command (might require gnu-utils.dsl?) and then use "locate firefox" to find all files that include the string "firefox" in their paths.

Another way is to use the "find" command, which is similar to locate but does not use a database so it will be slower. find /path -name *firefox*

Still another way is using "type -p" or "which" to find program executables in your path.  Once you find where the executable is, it's faily easy to find the rest of its files.  For example, if you did "which xmms", it would return "/usr/bin/xmms" which tells you that the program is installed in /usr instead of /usr/local or /opt. From there you can look in the etc, share, and lib subdirectories of /usr for files (usually folders) named "xmms".

There are also some personal config files in /etc/skel...i forgot to mention that earlier.


--------------
http://www.tldp.org/LDP/intro-linux/html/index.html
Back to top
Profile PM WEB 
7 replies since Oct. 09 2005,00:56 < Next Oldest | Next Newest >

[ Track this topic :: Email this topic :: Print this topic ]

Pages: (2) </ 1 [2] >/
reply to topic new topic new poll
Quick Reply: Enable Apt without internet

Do you wish to enable your signature for this post?
Do you wish to enable emoticons for this post?
Track this topic
View All Emoticons
View iB Code