LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices

Reply
 
LinkBack Search this Thread
Old 07-27-2005, 05:33 PM   #1
QREllis
LQ Newbie
 
Registered: Jul 2005
Posts: 5

Rep: Reputation: 0
Novice Debian User needs DVD player easy install


I Use DSL, A Debian distro that unfortunately has no DVD Program. I need an easy Install as I know very little shell command line stuff
Also /etc/ has no /apt/ directory so can't use apt-get for install


HHHHHEEEELLLP!

 
Old 07-27-2005, 05:42 PM   #2
Lleb_KCir
Senior Member
 
Registered: Nov 2003
Location: Orlando FL
Distribution: Debian
Posts: 1,765

Rep: Reputation: 45
http://www.ssma.us/debian_media.html

follow that link, it covers a basic install geared towards making a media display box, but the directions should be good enough for you to at least get to a GUI desktop and use the apt-get system to get up and running.

if not you can find a CD to install from that link. as for a DVD installer, i have not seen one for Debian, but that does not mean one does not exsist.
 
Old 07-27-2005, 05:43 PM   #3
Lleb_KCir
Senior Member
 
Registered: Nov 2003
Location: Orlando FL
Distribution: Debian
Posts: 1,765

Rep: Reputation: 45
Code:
#deb file:///cdrom/ sarge main

##### main Debian source
deb http://security.debian.org/ testing/updates main contrib

##### Official US Debian archive
#deb ftp://ftp.debian.org/ testing main
deb ftp://128.101.80.133/debian testing main

##### k3b from http://www.k3b.org/
deb http://www.planet-moll.de/debian sarge main

##### Official mplayer and deverip
#deb http://dijkstra.csh.rit.edu/~mdz/debian unstable mythty
deb ftp://ftp.nerim.net/debian-marillat/ testing main

##### Official debian NON-US
#deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
#deb http://non-us.debian.org/debian-non-US testing/non-US main contrib non-free

##### Azureus from plaisthos.de/az.html
deb http://www.plaisthos.de/deb/ ./
deb-src http://plaisthos.de/deb/ ./

##### LiVES linux video editor
deb http://sentinel.dk/debian/ unstable main contrib non-free
deb-src http://sentinel.dk/debian/ unstable main contrib non-free
that is my currently sources list for sarge, you would be better off using this one then the one i have on my site as it is a bit old.
 
Old 07-27-2005, 05:49 PM   #4
QREllis
LQ Newbie
 
Registered: Jul 2005
Posts: 5

Original Poster
Rep: Reputation: 0
Exclamation

I have A very basic Debian GUI and can use most options so above website was not much of a help
sorry.
 
Old 07-27-2005, 05:53 PM   #5
Nathanael
Member
 
Registered: May 2004
Location: Karlsruhe, Germany
Distribution: debian, gentoo, os x (darwin), ubuntu
Posts: 940

Rep: Reputation: 31
Quote:
Originally posted by Lleb_KCir
Code:
#deb file:///cdrom/ sarge main

##### main Debian source
deb http://security.debian.org/ testing/updates main contrib

##### Official US Debian archive
#deb ftp://ftp.debian.org/ testing main
deb ftp://128.101.80.133/debian testing main

##### k3b from http://www.k3b.org/
deb http://www.planet-moll.de/debian sarge main

##### Official mplayer and deverip
#deb http://dijkstra.csh.rit.edu/~mdz/debian unstable mythty
deb ftp://ftp.nerim.net/debian-marillat/ testing main

##### Official debian NON-US
#deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
#deb http://non-us.debian.org/debian-non-US testing/non-US main contrib non-free

##### Azureus from plaisthos.de/az.html
deb http://www.plaisthos.de/deb/ ./
deb-src http://plaisthos.de/deb/ ./

##### LiVES linux video editor
deb http://sentinel.dk/debian/ unstable main contrib non-free
deb-src http://sentinel.dk/debian/ unstable main contrib non-free
that is my currently sources list for sarge, you would be better off using this one then the one i have on my site as it is a bit old.
offtopic question: why do you mix testing / sarge / unstable in your sources file??
 
Old 07-28-2005, 12:20 AM   #6
Lleb_KCir
Senior Member
 
Registered: Nov 2003
Location: Orlando FL
Distribution: Debian
Posts: 1,765

Rep: Reputation: 45
simple, testing and sarge used to be one and the same, i prefer the testing bed vs stable, and do not particually like the unstable vs.

the 2 lines for unstable are for the "##### LiVES linux video editor" and that only comes with unstable for that editor. that is not a debian repository, but a LiVES repository. the only other unstable line in that list is commented out with the #. it is not used, but is left in IF i need/want to grab anything from that repository, all i need do is remove the #, apt-get update, and i can pull from that repository.

it is not the cleanest sources.list, but it keeps my game box running very nice and smooth for the most part.
 
Old 07-28-2005, 03:17 AM   #7
Nathanael
Member
 
Registered: May 2004
Location: Karlsruhe, Germany
Distribution: debian, gentoo, os x (darwin), ubuntu
Posts: 940

Rep: Reputation: 31
but sarge and testing are not the same anymore, so you are mixing stable (sarge) and testing (etch)!... or can you tell the sources file to only use stable (sarge) for certain packages only?
 
Old 07-28-2005, 03:19 AM   #8
ChemBot
LQ Newbie
 
Registered: May 2003
Posts: 15

Rep: Reputation: 0
Re: Novice Debian User needs DVD player easy install

Quote:
Originally posted by QREllis
I Use DSL, A Debian distro that unfortunately has no DVD Program. I need an easy Install as I know very little shell command line stuff
Also /etc/ has no /apt/ directory so can't use apt-get for install


HHHHHEEEELLLP!
If you don't have apt-get, you probably didn't either install Debian completely, or an error occured during the install leaving you with less than you should have. I'd suggest grabbing a fresh copy of Debian off of the website and reinstall; that is, if you didn't install it that way the first time. Maybe if you have dpkg installed you could download and install a .deb package installer for Xine or MPlayer using 'dpkg -i <package_name.deb>'
 
Old 07-28-2005, 04:11 AM   #9
Nathanael
Member
 
Registered: May 2004
Location: Karlsruhe, Germany
Distribution: debian, gentoo, os x (darwin), ubuntu
Posts: 940

Rep: Reputation: 31
Re: Novice Debian User needs DVD player easy install

i hope you are not trying this:
#cd /etc/
#cd /apt/
 
Old 07-28-2005, 11:41 AM   #10
Lleb_KCir
Senior Member
 
Registered: Nov 2003
Location: Orlando FL
Distribution: Debian
Posts: 1,765

Rep: Reputation: 45
Quote:
Originally posted by Nathanael
but sarge and testing are not the same anymore, so you are mixing stable (sarge) and testing (etch)!... or can you tell the sources file to only use stable (sarge) for certain packages only?
Code:
##### k3b from http://www.k3b.org/
deb http://www.planet-moll.de/debian sarge main
i have not looked at the k3b site to see if they modified their repository so i left it alone.

under normal cercumstances it is a bad idea to mix stable with testing or any combination very very true. the bits i have left mixed in with testing are 3rd party repositories that are specific to 1 application each. i should probably remove the one for LiVES as it is a rather pathetic video editor compaired to Adobe Premier(sp?), but k3b works just fine, in fact burnted a bunch of CDs the other day.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Best overall distro for novice XP user diddykong Linux - Newbie 13 08-04-2005 05:22 PM
DSL Debian User Needs Working DVD Player, easy install. QREllis Linux - Newbie 1 07-27-2005 05:29 PM
getting access to my DVD player in KDE as user. Lleb_KCir Linux - General 2 10-20-2004 11:09 AM
Which DVD reader is easy to install? andkel Linux - Hardware 1 08-07-2003 07:39 AM
Modem Drivers For a Novice Linux User fhbooker Linux - General 6 04-08-2002 12:47 PM


All times are GMT -5. The time now is 07:30 AM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration