Monday, May 13, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 6429  / 3 Years ago, sun, november 7, 2021, 1:04:56

I'm running Ubuntu 13.04 and am trying to update.



When I attempt to do it through the Software Updater the program crashes before I even have the opportunity to put in a password to authenticate.



When I enter sudo apt-get update in a terminal the update process starts, but quickly I start seeing error messages such as these:



Err http://packages.medibuntu.org raring Release.gpg                           
Something wicked happened resolving 'packages.medibuntu.org:http' (-11 - System error)

W: GPG error: http://ppa.launchpad.net raring Release: The following signatures were invalid: BADSIG 4A272F2B298C62A6 Launchpad PPA for ffmulticonverter packagers


Anyone got any ideas? I can provide more system info if needed.


More From » 13.04

 Answers
4

As the maintainer of the Medibuntu repository announced on his webpage Announcement: The end of Medibuntu this repository is not available anymore.



You probably don't need this repository anymore since most packages are in Ubuntu allready anyway, except for libdvdcss which is now hosted at VideoLAN. (see the above link for details)



To remove the repository and add the videolan repository for libdvdcss, the maintainer suggests you run:



sudo rm /etc/apt/sources.list.d/medibuntu.list
curl ftp://ftp.videolan.org/pub/debian/videolan-apt.asc | sudo apt-key add -
echo "deb ftp://ftp.videolan.org/pub/debian/stable ./" | sudo tee /etc/apt/sources.list.d/libdvdcss.list
sudo apt-get update

[#28382] Sunday, November 7, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
alliulet

Total Points: 46
Total Questions: 109
Total Answers: 97

Location: Svalbard and Jan Mayen
Member since Sat, Oct 10, 2020
4 Years ago
;