Instructions
- 1Open a terminal session.
- 2Type "sudo gedit /etc/apt/sources.list" and press "Enter." This opens your sources list in a text editor. If they are not already there, add the following lines to the file and save it:#OldStable
deb http://ftp.us.debian.org/debian oldstable main non-free contrib
deb http://non-us.debian.org/debian-non-US oldstable/non-US main contrib non-free - 3Type "sudo gedit /etc/apt/preferences" and press "Enter." to open your apt preferences file. Add the following to the file and save it:Package: totem
Pin: release a=oldstable
Pin-Priority: 700 - 4Remove and reinstall Totem, if you have installed a newer version of Totem than Lenny provides:sudo apt-get purge totem && sudo apt-get install totem/unstable
- 1