|
Written by Xander
|
|
Tuesday, 24 November 2009 14:17 |
Adding the Repository The following command adds Medibuntu's repository to Ubuntu. It also adds Medibuntu's GPG key to your keyring, which is needed to authenticate the Medibuntu packages. -
This command should be run in the Terminal (Applications → Accessories → Terminal): sudo wget http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list --output-document=/etc/apt/sources.list.d/medibuntu.list && sudo apt-get -q update && sudo apt-get --yes -q --allow-unauthenticated install medibuntu-keyring && sudo apt-get -q update Medibuntu's repository is deactivated by upgrading to a newer Ubuntu release, so you should run this command again after the release upgrade.
Direct link and all so I can convert Realmovie(.RM) files to AVI, using the following: mencoder -ovc lavc file1.rm -oac mp3lame -o file1.avi
|