cbagger01
Group: Members
Posts: 4264
Joined: Oct. 2003 |
|
Posted: Mar. 09 2004,05:59 |
|
You still need to use the dpkg-restore script before you can install packages.
Please download the restore file on a networked computer and copy it over to your DSL computer:
http://www.damnsmalllinux.org/dpkg.tar.gz
Then run the dpkg-restore script.
sudo su dpkg-restore exit
Next, you will need to search for packages that end in .deb instead of .rpm
These are called Debian packages instead of RPMs.
Once you have copied the file to your computer from another computer that has network access (use USB flash disk or use CD-R), you can install the program by typing:
sudo su dpkg -i filename.deb exit
You can get many packages by downloading them from the following web site:
http://ftp.debian.org/debian/pool/main
Good Luck.
|