mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Sep. 07 2006,14:26 |
|
There are at least a couple of reasons I can think of why they are not installed so they can be automatically available from the desktop.
1) Debian packages are not made for DSL. The DSL system supports Debian packages only as far as its included libs and applications allow, and only as far as the built-in features of dpkg, apt, and synaptic allow.
2) Icons in Debian packages are included or excluded at the discretion of the people who build these packages, and usually if they are included they support, at most, the desktops of KDE and/or Gnome.
If you know the name of your application, the command or commands to run that application are usually very similar. Also, Debian packages nearly always install their executables in /usr/bin, which is in your path. open a terminal and type the first few characters in the application's name, then press Tab. If your characters are correct, the terminal should fill in the rest. If that doesn't work, look in the documentation for the program. It will almost always show you what command to use, and how to use it. Documentation is usually available at the website of the program's developer(s), and with Deb packages you probably have manual pages installed in /usr/share/man/ or something similar. If all else fails, look through the files in /usr/bin. You should see something that looks like the program name.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|