From the original post by Rémi Denis-Courmont:And by "Debian Multimedia Repository", you do not mean the "Medibuntu Repository", correct? I know others wanted to clarify that as well, but I didn't notice a response.
Thank you!
Billy
rober1s:. . . do not use the Debian Multimedia repository . . . Remove any Debian-Multimedia.org entries from the APT sources list . . .
xtophe:By this do you mean the ubuntu "multiverse" repository?
Call me a plagarist, but: no. He means debian-multimedia.orgno. He means debian-multimedia.org
I was stupid enough to copy paste this, which removed my gnome-control-center, Skype, sound control (no sound devices show up), and god knows what else.[*]Remove any libavutil package. This will also temporarily remove VLC, MPlayer, etc if they are installed. For example:Code: Select all
sudo apt-get remove libavutil*
Code: Select all
apt-get install gnome-control-center
And as you did this, did you ignore the dire warnings of what would be removed?I was stupid enough to copy paste this, which removed my gnome-control-center, Skype, sound control (no sound devices show up), and god knows what else.[*]Remove any libavutil package. This will also temporarily remove VLC, MPlayer, etc if they are installed. For example:Code: Select all
sudo apt-get remove libavutil*
Went from trying to fix VLC to deleting half my operating system real fast, and of course it didn't fix the problem either.
Again, I should have known better, but in my humble opinion these kinds of instructions have no place on a troubleshooting forum.
I got the control center back with with, but since more broken stuff just keeps popping up I will look for a way to reinstall all the packages that come with debian/gnome.Code: Select all
apt-get install gnome-control-center
Best part of it all is that I never even had that multimedia repository in my sources..
i removed debian multimedia from sources.list and give an apt-get clean apt-get autoclean apt-get autoremove and then apt-get updateA significant number of VLC users on Debian and Ubuntu appear to be hit by bugs in the unofficial so-called Debian Multimedia repository (debian-multimedia.org).
This unofficial package repository is well known to introduce incompatibilities in the FFMPEG libraries. This causes VLC media player and possibly some other multimedia software to stop working, as the FFMPEG binary interface is silently broken. The members of the VideoLAN project as well as the official Debian Multimedia maintainers[1] strongly advise that you do not use the Debian Multimedia repository under any circumstances. Before you report problems with VLC on Debian or Ubuntu, make sure you have not installed any package from that repository.
If it is too late, you can follow the simple clean-up procedure:If you choose to keep the faulty packages and repository, then FFMPEG will not work properly, and hence neither will VLC. In that case, there is really no point in looking for help on this forum.
- Remove any Debian-Multimedia.org entries from the APT sources list via your package manager, or from the command line:
Code: Select all
sudo vi /etc/apt/sources.list
- Update the package list, e.g.:
Code: Select all
sudo apt-get update
- Remove any libavutil package. This will also temporarily remove VLC, MPlayer, etc if they are installed. For example:
Code: Select all
sudo apt-get remove libavutil*
- Reinstall VLC and other packages you are interested in, from the official Debian repositories, e.g.
Code: Select all
sudo apt-get install vlc
Thank you for your attention
[1] http://wiki.debian.org/DebianMultimedia ... mon_issues
Return to “VLC media player for Linux and friends Troubleshooting”
Users browsing this forum: No registered users and 17 guests