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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
08-17-2003, 02:22 PM
|
#1
|
Member
Registered: Jul 2003
Posts: 36
Rep:
|
a bunch of software questions
I have a bunch of questions being new to Mandrake Linux and all.
First off, and the most important question I have is how do I install programs I've downloaded? Do you treat each download differently because there may be different install instructions? For example, I would like to install Macromedia Flashplayer which I've downloaded. How would I go about doing that?
Secondly, does anyone know of a good weather program for Linux (something like the weatherbug or The Weather Channel's program?
Thirdly, does anyone know if there are drivers that would support a Creative Nomad II mp3 player and an Olympus D-550 digital camera?
Lastly, are there any other programs besides Xine that will play DVD's?
|
|
|
08-17-2003, 02:51 PM
|
#2
|
Senior Member
Registered: Nov 2002
Location: British Columbia, Canada
Distribution: Gentoo x86_64; FreeBSD; OS X
Posts: 3,764
Rep:
|
Installing software will depend on the the format it is packaged in. The are thousands: source code, binary, rpm's, source rpm's etc etc etc...
As far as flash, you will want to read the README or INSTALL file for specific instructions. If the file ends with tar.gz then you need to uncompress it using 'tar xzf <filename>' and it will create a directory. cd into it and there should be instructions.
There is a good sticky thread on installing software in the Linux-General forum, so give that a read.
mplayer will play dvd's
|
|
|
08-17-2003, 04:15 PM
|
#3
|
Member
Registered: Jul 2003
Posts: 36
Original Poster
Rep:
|
Ok when you say to use tar xzf do u mean to use it in the shell or in my home browser? Here's what happened when I tried installing MPlayer:
[liesl@localhost liesl]$ tar xzf MPlayer-0.91
tar (child): MPlayer-0.91: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
What am I doing wrong? This is prob pretty simple but I'm new to Linux...
|
|
|
08-17-2003, 05:15 PM
|
#4
|
Member
Registered: Aug 2001
Location: Sacramento, CA
Distribution: Gentoo 1.4+
Posts: 195
Rep:
|
The command is:
tar -xzf MPlayer-0.91.tar.gz
to look up what the parameters mean type in man <command name>
an example would be:
man tar
|
|
|
08-17-2003, 05:26 PM
|
#5
|
Senior Member
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185
Rep:
|
well you got that error cause you didn't include the file extension for the tarball....so thats why it says the file doesn't exist, cause it actually doesn't 
|
|
|
08-17-2003, 07:55 PM
|
#6
|
Member
Registered: Jul 2003
Posts: 36
Original Poster
Rep:
|
I have one problem trying to uncompress the MPlayer file and I think it's because it has a file extension tar.bz2 but I'm not sure. Here's what happened:
[root@localhost liesl]# tar -xzf MPlayer-0.91.tar.bz2
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error exit delayed from previous errors
Also, once I uncompress the file what do I do from there? How do I use cd?? Thanks for all the help guys! 
|
|
|
08-17-2003, 10:22 PM
|
#7
|
Member
Registered: Oct 2002
Distribution: MDK 9.2, Debian
Posts: 74
Rep:
|
To extract from a *tar.bz2 file you will have to use the option "-j" in place of the "z" switch that you use for *tar.gz files. I would also recommend using the "-v" switch so you can see the extraction in process. When that is done you can "cd", or change directory to the newly extracted folder. To do this enter "cd" at the command prompt and then a space and hit the "TAB" key. This will give you a list of all files in the current folder. YOu can then type in the name of the new folder, or type in the first part of the name and hit the "TAB" key again to autocomplete whatever you are entering on the command line. It makes working at the terminal much easier. Once you are in the Mplayer folder you will see that there are a number of files like COPYING, README, INSTALL. Read those files and follow the instructions from there. Although since you said that you are using Mandrake and are a newbie to compiling progrmas and such at the command line I would advise you to use rpmdrake and urpmi to install mplayer. It's on your install CDs and will be installed painlessly and work right for sure. Either go to "Configuration>Packaging>Install Software" and select mplayer and other programs from the list, or su to root at a terminal and type "urpmi mplayer".
As for weather software, I know that if you are using KDE they have a option to scroll weather information across the taskbar. Also slashdot headlines, or news in general.
|
|
|
08-17-2003, 10:24 PM
|
#8
|
Senior Member
Registered: Mar 2003
Location: Burke, VA
Distribution: RHEL, Slackware, Ubuntu, Fedora
Posts: 1,418
Rep:
|
alright
if it it ends in .tar.gz or .tgz you use "tar -xzvf <filename>"
if it ends in tar.bz2 you use "tar -xjvf <filename>" so the z is for g-zipped files, and the j is for b-zipped files. I don't know why they don't just use g or b, probably used byother command line options, but those are the two big commands to know for unzipping tarred archives.
the switches again:
tar -xzvf
or
tar -xjvf
-Shade
|
|
|
All times are GMT -5. The time now is 09:16 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|