I ran the command to install repository and got a 404 error

Asked by Nick Hulea

I ran the command

 sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update

The result I got was -

--2012-01-12 00:30:01-- http://www.medibuntu.org/sources.list.d/jaunty.list
Resolving www.medibuntu.org... 88.191.127.22
Connecting to www.medibuntu.org|88.191.127.22|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2012-01-12 00:30:01 ERROR 404: Not Found.

I wanted to install the ffmpeg using medibuntu

thanks,

Nick

Question information

Language:
English Edit question
Status:
Answered
For:
Medibuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Gauvain Pocentek (gpocentek) said :
#1

Jaunty is not supported anymore, so the default installation method will not work.

You can edit /etc/apt/sources.list though ('sudo gedit /etc/apt/sources.list' in a terminal) and add the following line :

deb http://packages.medibuntu.org/ jaunty free non-free

And then run:

apt-get update
apt-get install medibuntu-keyring
apt-get update

Can you help with this problem?

Provide an answer of your own, or ask Nick Hulea for more information if necessary.

To post a message you must log in.