• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

apt-get install ffmpeg w/o CD/DVD

VinylxScratches

Golden Member
How do I download something w/o using a CD/DVD? I don't want to hook it up again 🙁.

When I do this command apt-get install ffmpeg below happens.

'Debian GNU/Linux 5.0.4 _Lenny_ - Official i386 CD Binary-1 20100131-18:53'
in the drive '/cdrom/' and press enter
 
comment out that repo line in /etc/apt/sources
during the install you probably picked other repos, those should already be in the sources list and will be searched in order once you comment out the entry for the disc.

after you comment it out, save it, and do "apt-get update" and then try to search for your software again. im assuming your using the CLI since lenny is the stable release and most likely used for a server, else you can do the same stuff in synaptc (iirc)
 
Back
Top