Problems with new linux install

Status
Not open for further replies.
Joined
Oct 19, 2004
Messages
260
Location
Mount Joy, PA
I just installed Ubuntu 7.10 as a duel boot with XP pro. I like ubuntu but I have found it to be very hard to install anything. I can't get encrypted dvds to play. The comand line way of installing is a PIA. Everytime I try to install anything it always says "can't find package". I realize windows exe files won't run but these are linix programs. I'm sure I am missing something. The specific file I'm trying to install is "libdvdcss-1.2.9. In the command line I type "sudo apt-get libdvdcss-1.2.9". I am finding the same trouble with other programs too. Can anyone give me some idea of what I'm doing wrong? I would like to keep useing linux, but if I can't figure this out I will have to return to xp.
frown.gif
 
I'm not familiar with Ubuntu specifically.
I know there is a graphical program to for installing software (and managing the installs like removing software too).

In your case, to get you going, try:

sudo apt-get install libdvdcss

It reads like this in English:

As the root user (Super-User Do), run the apt-get program.
In Linux/UNIX/etc... commands typically follow a pattern:

program --option --anotheroption COMMAND ARGUMENT1 ARGUMENT2...
In this case, apt-get is the program.
install is the command
and libdvdcss is the argument, and no "options" are necessary.
Options change the way the command behaves in certain ways.

Look for a program "Synaptic" which is a graphical version of apt-get.

Myself, I run openSUSE and am happy with it, but there is nothing wrong with Ubuntu (although I prefer KUbuntu, I much prefer the KDE desktop).

I've been doing Linux since 1995.

(BTW, it's "dual" not "duel" although that is a humorous mistake to make. Hah, dueling operating systems.)
 
Originally Posted By: Jon
I'm not familiar with Ubuntu specifically.
I know there is a graphical program to for installing software (and managing the installs like removing software too).

In your case, to get you going, try:

sudo apt-get install libdvdcss

It reads like this in English:

As the root user (Super-User Do), run the apt-get program.
In Linux/UNIX/etc... commands typically follow a pattern:

program --option --anotheroption COMMAND ARGUMENT1 ARGUMENT2...
In this case, apt-get is the program.
install is the command
and libdvdcss is the argument, and no "options" are necessary.
Options change the way the command behaves in certain ways.

Look for a program "Synaptic" which is a graphical version of apt-get.

Myself, I run openSUSE and am happy with it, but there is nothing wrong with Ubuntu (although I prefer KUbuntu, I much prefer the KDE desktop).

I've been doing Linux since 1995.

(BTW, it's "dual" not "duel" although that is a humorous mistake to make. Hah, dueling operating systems.)
Ok I tried "sudo apt-get install libdvdcss" This is what I got.

jim@mycomputer:~$ sudo apt-get install libdvdcss
[sudo] password for jim:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libdvdcss 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 libdvdcss has no installation candidate
jim@mycomputer:~$
The libdvdcss-1.2.9 file is in the desk top folder. I extracted the files to the desk top. Any idea of what this means?
 
Jim, have a look at the Restricted Format link I posted above. Ubuntu 7.10 is much better at handling these formats vs previous versions. I haven't tried DVD but enabling the Restricted Formats on my machines allowed me to rip and export to MP3 formats.
 
Originally Posted By: simple_gifts
Isn't installing libdvdcss against the law in the US?
I don't know. I couldn't play legal encryped retail DVDs without it.
 
Status
Not open for further replies.
Back
Top Bottom