If, like me, you enjoy tweaking and playing with your Ubuntu 7.04 (Feisty) installation then check out the download (zipped text file). It contains pretty much all the software repositories for Ubuntu Feisty (7.04) that are available to enhance the “apt-get install” command. Obviously, if you plan on continuing to upgrade your distribution as new Ubuntu versions are released, be careful which things you actually install, backup your files first, before doing this. What does this tweak do for us? Saves time searching for repositories! Below is a peek of some of the repositories on the list and the download link.
Have fun!
Repositories included:
Medibuntu
Beryl
Audacious
Skype
Ekiga & Debian pkg-voip
Opensync
Google
Opera
Wine
SimplyMepis
EasyCam
Linux2Go
TVFreePlayer
GnomeMeeting
Cinelerra
Mjpeg
MythTV
Screenlets
MusicBrainz
Dbuntu
SysAdmins
PeaDrop
IVTV
Ubuntu Studio
Elisa Media Creator
Qemulator
and more…
The download contains two files:
sources.list and sources_keys.sh
Download: sources.zip
Download: sources.gz


There are 14 comment(s) added so far...
[…] repositories for Ubuntu Feisty (7.04) that could be found. You can read about that here: “The Best Ubuntu Linux Repository List“ addthis_url = […]
[…] (I do have another post you can visit later that enhances the sources.list for desktop users of Ubunto Feisty here: The Best Ubuntu Linux Repository List.) […]
well i tried this and now synaptic is broken. going to have to fix it and needless to say i will not try this one again.
Hi!
@tonimarie and everyone.
Please remember that this is for apt-get NOT synaptic.
I did try using Synaptic, just now, at this end and it works fine. So there could be other issues involved as well.
Either way, apt-get users, it seems are okay, however “tonimarie” suggest’s caution for synaptic users. And evidently, I’d have to agree with that,
I your case (tonimarie), just restore the backed up sources.list and sources_keys.sh and you should have synaptic running.
Thanks for the input, muchly appreciated!
all i was wanting to do was to get the sound working properly. i can play a cd ok but i try to play a DVD and i get the picture ok but no sound. before i got libdvdcss2 on here i could play DVD’s that had been riped and had the encryption removed fine however now i get the picture fine but no sound with any of them. also before i could get no sound with amarok but could with sound juicer and rhythmbox. that at least is still the same though i would prefer to be able to use amarok. just not sure what is going on.
thanks
toni
@tonimarie
Have you visited this URL before? - http://ubuntuforums.org/showthread.php?t=205449
It might be of help.
If not, I’ll see what other stuff I have over here and post about it.
Let me know.
Cheers!
well have looked at a few of the things there and my sound card is listed when i put in the commands into the terminal. as i have said i am getting sound with a couple of programs. i have disabled the onboard sound as i have a sound card that is better and am not getting any sound from certain programs (mplayer, amarok) when under SUSE 10.2 (same soundcard) i was getting good sound from amarok though i hadn’t tried to set up playing dvd’s under SUSE. has me a little confused as to why it would work sometimes or rather with some programs and not with others.
@tonimarieHmm, getting video but no sound in mPlayer and no sound in Amarok. But… do get sound in Sound Juicer and Rhythm Box.Try tweaking the settings in just the applications that don’t play sound. It seems a lot like you have to tweak the preferences to use Alsa or OSS. If for example Rhythm Box is using Alsa, then try switching the others to use Alsa too. This might be the issue?
Also, from the mandrivausers.org site they had this reference “…try with disabling esd (google says there are problem with mplayer and esd): mplayer –disable-esd. Or make sure you build it with esd support…”
And this may help too…
================================
How to install DVD playback capability
Note: The gstreamer dvd plugin is available as part of gstreamer0.8-plugins but may have a few bugs. However, Totem can also work with the xine backend (instead of gstreamer) to play DVDs. (Xine-UI and Mplayer also use the xine backend). This method allows using xine with Totem.
Install dvd modules:
sudo apt-get install libdvdread3
sudo /usr/share/doc/libdvdread3/install-css.sh
Install xine backend for Totem (if you are using Totem):
sudo apt-get install totem-xine
Finish installing modules:
sudo apt-get install libdvdcss2
================================
2) How to install MPlayer Multimedia Player
sudo apt-get install mplayer libxine-extracodecs
An MPlayer plug-in for Firefox can also be installed:
sudo apt-get install mozilla-mplayer
Run from menu:
Applications -> Sound & Video -> MPlayer
[…] 1) Make sure your repositories are available. You only need to add the Universe repository (if you’ve not already done so). You can read more about repositories here: ubuntulinuxhelp.com/the-best-ubuntu-linux-repository-list/ […]
[…] After the install, I edited the sources.list file and removed the entry for the CD installation packages. Why? The online repositories are more current than my older CD. (There’s another article about an enriched sources.list here: http://ubuntulinuxhelp.com/the-best-ubuntu-linux-repository-list/) […]
[…] the Software Repository list: “The Best Ubuntu Linux Repository List“. Expand your Multimedia experience: “How to Play Most Restricted Media Formats in […]
Why to use static /etc/apt/sources.list when you can SAFELY use something like: /etc/apt/sources.list.d/myown.list instead? This way one doesn’t have to tinker with static.list -file at all…