cbagger01
Group: Members
Posts: 4264
Joined: Oct. 2003 |
|
Posted: April 13 2006,17:22 |
|
If your post is to make the point that the "install as Debian" statement on the main web page is misleading, then consider your point made.
DSL is different enough from a standard Debian installation that you will encounter problems when you treat it as a Debian hard drive installation.
First, most of DSL is based on the "oldstable" version of Debian and is out-of-date. Second, DSL has stripped out many libraries and dependencies that are not needed for the specific apps that are installed in the livecd. This saves space but makes it difficult to install some software packages from apt-get.
Finally, DSL uses a non-standard (from the Debian perspective) Xwindows server called TinyX/Kdrive/freedesktop.org server, but from the package manager's perspective, it appears like DSL actually has a full XFree86 installation present.
The can cause problems, especially when installing software that affects the Xwindows-related packages and in the case when you try to do an apt-get dist upgrade.
Some people have gotten around these problems by either "forcing" packages to install, or by switching to a newer repository like "testing" instead of "oldstable", but it is not a simple out-of-the-box solution. Search the forums for instances like these, maybe with keywords like dependencies or apt or dpkg for example.
|