mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: May 17 2005,03:07 |
|
It's your thread, so nothing you say is off-topic =o)
A tarball is a tar file. A tar is a collection of files glued together as a single file. A tar.gz is a tar file which has been compressed with gzip. Generally tar.gz files are source code, but in DSL they can also be myDSL extensions.
A dsl file is a tar.gz renamed...just for the sake of being associated with DSL. The difference in the filenames reflects their contents. tar.gz extensions are installed to /opt, and dsl extensions are installed into the main system.
A uci file is a compressed filesystem which is mounted like a floppy or CD. This allows a DSL user to mount a large application into /opt, run it as if it were installed, and then unmount it when finished. It's a breakthrough in software packaging as far as i'm concerned. I used to think it was silly that a program needed to be installed on a harddrive to run, particularly in Windows where so many apps write to the system's registry, whether or not it's actually necessary. My thought was that programs should be easily run straight from removable media, such as a CD. The uci proves it can be done.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|