LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-25-2004, 11:51 AM   #1
rogk
Member
 
Registered: Feb 2004
Location: Finland
Distribution: Mandrake 10.0
Posts: 70

Rep: Reputation: 15
Installing programs


Hello!
Please, help me with my problem. I just installed Xine. I think I did everything as ordered. I did ./configure - make - make install. I want to start the program, but I don't know how to do it. I can find the files and things, but how to start Xine and how to make the shorticon?
 
Old 03-25-2004, 11:57 AM   #2
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
from a terminal type

Xine <enter>

or if that doesn't work

xine <enter>

for your shortcut, right click on the desktop for a menu

new>link to application

from there you'll want to put xine or Xine (whichever worked) into the run command box.
good luck.
 
Old 03-25-2004, 12:17 PM   #3
rogk
Member
 
Registered: Feb 2004
Location: Finland
Distribution: Mandrake 10.0
Posts: 70

Original Poster
Rep: Reputation: 15
Where is it?

I tried to wrote xine/Xine to the terminal and nothing happened. Then I tried to find the application from the desktop menu, it wasn't there eather. I must done something wrong during the installation.
 
Old 03-25-2004, 12:20 PM   #4
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
did you get any errors during the install?
 
Old 03-25-2004, 12:29 PM   #5
rogk
Member
 
Registered: Feb 2004
Location: Finland
Distribution: Mandrake 10.0
Posts: 70

Original Poster
Rep: Reputation: 15
Yes, there were few errors and some warnings too. What can I do now, I just want to watch DVD-movies with my Linux-computer.
 
Old 03-25-2004, 12:32 PM   #6
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
take a look here

http://xinehq.de/index.php/faq

http://dvd.sourceforge.net/xine-howt.../howto-10.html

it may explain some errors.
 
Old 03-25-2004, 12:43 PM   #7
rogk
Member
 
Registered: Feb 2004
Location: Finland
Distribution: Mandrake 10.0
Posts: 70

Original Poster
Rep: Reputation: 15
Thank you very much, I'll visit these pages. I still have Windows, but I'll hope someday I'll format it and never gonna get it back. But these kind of problems make me sometimes think, "Why is it so hard with Linux?". I'll just want to use the computer, not all the time configuring it.
 
Old 03-25-2004, 02:51 PM   #8
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
it can be frustrating, but, i always try and remember the first time i had to ask "what is a dos prompt?", and it puts things in perspective forme. ;-)
 
Old 03-25-2004, 04:39 PM   #9
trade14u
LQ Newbie
 
Registered: Mar 2004
Posts: 14

Rep: Reputation: 0
"PEACEDOG" (That's an old song from The Cult, by the way)

If you are sure you installed the files (did a 'make install') try this:

which xine

or

whereis xine

If it is installed, it will display the path:

[root@erds local]# which xine
/usr/bin/xine

If it has a goofy path, make sure that path is on your PATH (type env and look for the PATH variable)
 
Old 03-25-2004, 04:47 PM   #10
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Quote:
Originally posted by trade14u
"PEACEDOG" (That's an old song from The Cult, by the way)
yes i'm aware of that, it's not where the nick came from, but i am a fan. just thought i'd respond to that. okay back on topic.
 
Old 03-26-2004, 05:00 AM   #11
rogk
Member
 
Registered: Feb 2004
Location: Finland
Distribution: Mandrake 10.0
Posts: 70

Original Poster
Rep: Reputation: 15
One more question. Have Mandrake 9.2 DVD-software in the installing CD's?
 
Old 03-26-2004, 06:31 AM   #12
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
here are the features for mdk 10 community.

http://www.mandrakelinux.com/en/features.php3#7
 
Old 03-26-2004, 07:36 AM   #13
rogk
Member
 
Registered: Feb 2004
Location: Finland
Distribution: Mandrake 10.0
Posts: 70

Original Poster
Rep: Reputation: 15
Thank you, again. I saw Xine there in that list of Mandrake's programs. I would like to install Mandrake, because I have heard good things about it. Bu my promblem is LG CD-RW. I just read somewhere that Mandrake might do bad things to LG CD-ROM.

Ps.What is the meaning of these numbers i386, i586 or i686 on the end of a package?
 
Old 03-26-2004, 07:40 AM   #14
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
that's the architecture, i.e 486dx, 486sx, all the way to pentium. i586, and i686 are the next generations of the old 386 architetcure. it's explained better here

http://www.laynetworks.com/architect...oprocessor.htm

http://www.cyberwalker.net/columns/apr99/041599.html
 
Old 03-26-2004, 07:54 AM   #15
rogk
Member
 
Registered: Feb 2004
Location: Finland
Distribution: Mandrake 10.0
Posts: 70

Original Poster
Rep: Reputation: 15
I have a quick look at those pages, but I not sure what my architecture is. I know it is Pentium II, so what is the ixxx. Would you help me with this, please.
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing Programs farid_145 Linux - Software 1 12-25-2004 04:23 PM
Installing new programs... rrfish72 Linux - Software 5 11-18-2004 12:59 AM
installing programs mannybabe Linux - Software 5 08-06-2003 11:16 AM
installing new programs scottsteibel Linux - Newbie 4 07-31-2003 05:36 PM
Installing programs jpc82 Linux - Newbie 6 10-17-2001 08:52 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:07 PM.

Main Menu
Advertisement
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
Open Source Consulting | Domain Registration