Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

InfoDetails
Installationhttps://www.debian.org/releases/wheezy/debian-installer/
Package Manager URL
archive.debian.org


Update Package Manager Sources:

Code Block
echo "deb http://archive.debian.org/debian/ wheezy main contrib" > /etc/apt/sources.list
echo "deb-src http://archive.debian.org/debian/ wheezy main contrib" >> /etc/apt/sources.list


Installing DOSEmu

Code Block
wget http://ftp.us.debian.org/debian/pool/contrib/d/dosemu/dosemu_1.4.0.7+20130105+b028d3f-1_i386.deb
sudo dpkg -i dosemu_1.4.0.7+20130105+b028d3f-1_i386.deb

...