Code Sample |
damnsmall@box:~$ apt-get bash: apt-get: command not found damnsmall@box:~$ ls /etc/apt ls: /etc/apt: No such file or directory damnsmall@box:~$ sudo dpkg-restore Grabbing the compressed dpkg database and programs... Connecting to damnsmalllinux.org[65.218.1.33]:80 dpkg-install.tar 100% |*****************************| 940 KB 00:00 ETA dpkg-install.sh dpkg.tar.bz2 /usr/sbin/dpkg-restore: line 6: dpkg-install.sh: command not found Updating apt-get /usr/sbin/dpkg-restore: line 8: apt-get: command not found All done damnsmall@box:~$ |
Code Sample |
dpkg-install.sh |
Code Sample |
./dpkg-install.sh |
Code Sample |
root@ttyp1[damnsmall]# ./dpkg-restore Grabbing the compressed dpkg database and programs... Connecting to damnsmalllinux.org[65.218.1.33]:80 dpkg-install.tar 100% |*****************************************************************************| 940 KB 00:00 ETA dpkg-install.sh dpkg.tar.bz2 etc etc/apt etc/apt/apt.conf etc/apt/apt.conf.d etc/apt/apt.conf.d/70debconf etc/apt/sources.list usr usr/bin usr/bin/dpkg-split tar: usr/bin/dpkg-split: Read-only file system Updating apt-get ./dpkg-restore: line 8: apt-get: command not found All done |
Code Sample |
apt-get help apt-get moo |