Find the answer to your Linux question:
Results 1 to 5 of 5
i am brand new to debiian. i wasn't able to installl all the packages i wanted in the setup because i didn't know spacebar selected. anyway, now i want to ...
  1. #1
    Just Joined!
    Join Date
    Oct 2005
    Posts
    16

    installing packages and playing DVD

    i am brand new to debiian. i wasn't able to installl all the packages i wanted in the setup because i didn't know spacebar selected. anyway, now i want to go through and install some more packages. how do i do this. -i have gnome running...

    also, i want to watch dvd's on my computer - is there a certain program I need...thanks

  2. #2
    Linux Guru lakerdonald's Avatar
    Join Date
    Jun 2004
    Location
    St. Petersburg, FL
    Posts
    5,035
    1.
    Code:
    man apt-get
    2. Mplayer and Ogle work well.

  3. #3
    Linux Newbie eerok's Avatar
    Join Date
    Feb 2005
    Location
    Canada
    Posts
    153
    noobus in perpetuum

  4. #4
    Just Joined! brother_mick's Avatar
    Join Date
    Jun 2005
    Location
    United Kingdom
    Posts
    65
    If you want a nice GUI package manager have a look at synaptic.

    You can install this by typing (as root)

    Code:
    apt-get install synaptic

  5. #5
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    to play dvds you need to add to your
    Code:
     /etc/apt/sources.list
    the line
    Code:
    deb ftp://ftp.nerim.net/debian-marillat/ sarge main
    then do
    Code:
    apt-get update
    apt-get install libdvdcss2 libdvdnav4 libdvdplay0 libdvdread3 win32codecs
    Brilliant Mediocrity - Making Failure Look Good

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •