What the hells up with the repositories?
All I want to do is get the win32codecs.
Apparently, they have been removed from universe and multiverse (something about legal stuff). OK so I installed Automatix (eventually) and they don't appear there either.
So after a good bit of digging around, I see that they were available from and unofficial debian repository. The Ubuntu doc said to get them with wget, which I did and then install them with dpkg, which I tried and I get blown out by it.
Maybe someone could explain whats going on here? And how do I get round it please
regards
fatbloke
p.s. and yes I did see the post where someone pointed someone else toward a plf package and then doing the dpkg stuff, but when I tried to get the package, the URL just 404'd me !
All I want to do is get the win32codecs.
Apparently, they have been removed from universe and multiverse (something about legal stuff). OK so I installed Automatix (eventually) and they don't appear there either.
So after a good bit of digging around, I see that they were available from and unofficial debian repository. The Ubuntu doc said to get them with wget, which I did and then install them with dpkg, which I tried and I get blown out by it.
me@mypc:~$ wget -c http://www.debian-multimedia.org/poo...1-0.0_i386.deb
--20:50:18-- http://www.debian-multimedia.org/poo...1-0.0_i386.deb
=> `w32codecs_20060611-0.0_i386.deb'
Resolving www.debian-multimedia.org... 213.186.33.16
Connecting to www.debian-multimedia.org|213.186.33.16|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://www.debian.org [following]
--20:50:18-- http://www.debian.org/
=> `index.html'
Resolving www.debian.org... 194.109.137.218
Connecting to www.debian.org|194.109.137.218|:80... connected.
HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable
The file is already fully retrieved; nothing to do.
me@mypc:~$ sudo dpkg -i w32codecs_20060611-0.0_i386.deb
dpkg: error processing w32codecs_20060611-0.0_i386.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
w32codecs_20060611-0.0_i386.deb
me@mypc:~$
--20:50:18-- http://www.debian-multimedia.org/poo...1-0.0_i386.deb
=> `w32codecs_20060611-0.0_i386.deb'
Resolving www.debian-multimedia.org... 213.186.33.16
Connecting to www.debian-multimedia.org|213.186.33.16|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://www.debian.org [following]
--20:50:18-- http://www.debian.org/
=> `index.html'
Resolving www.debian.org... 194.109.137.218
Connecting to www.debian.org|194.109.137.218|:80... connected.
HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable
The file is already fully retrieved; nothing to do.
me@mypc:~$ sudo dpkg -i w32codecs_20060611-0.0_i386.deb
dpkg: error processing w32codecs_20060611-0.0_i386.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
w32codecs_20060611-0.0_i386.deb
me@mypc:~$
regards
fatbloke
p.s. and yes I did see the post where someone pointed someone else toward a plf package and then doing the dpkg stuff, but when I tried to get the package, the URL just 404'd me !
Comment