Results 1 to 3 of 3
Code:
donald@pengdon:~$ sudo apt-get install libdvdcss2
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libdvdcss2 is not available, but is referred to by another package.
This ...
- 11-01-2009 #1Linux Newbie
- Join Date
- May 2009
- Location
- Kitchener, Ontario, Canada
- Posts
- 187
how do i install an app from consol Help!
the reason im trying to install this file is because k9copy keeps crashing on me and i googled it and they said this might fix problemCode:donald@pengdon:~$ sudo apt-get install libdvdcss2 Reading package lists... Done Building dependency tree Reading state information... Done Package libdvdcss2 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package libdvdcss2 has no installation candidate
- 11-01-2009 #2
libdvdcss2 is in a 3rd party repo called medibuntu. It is not maintained by the Ubuntu folk. So you need to add that to your repos.
https://help.ubuntu.com/community/Medibuntu
Alternatively, to install it you can do (9.04 and above only)
Code:sudo apt-get install libdvdread4 sudo /usr/share/doc/libdvdread4/install-css.sh/
- 11-01-2009 #3
That error means that the package is not available in the repositories configured on your system. It should be available in the Medibuntu repository.


Reply With Quote