Linux - NewbieThis 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
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.
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.
I, as is obvious, am a n00b! I would like to install mplayer to play my DVD's! I have SuSe 8.0 installed. what do I need to do to install mplayer? I DL'd it and it is saved as a bz2 file. Please lemme know what to do! Thanx
-1 ... -9
Set the blocksize to 100k ... 900k. -c
Send output to standard output. -d
Force decompression. -f
Force the utility to overwrite existing output files. -h
Display a help message. -k
Keep (i.e. don't delete) input files. --repetitive-best
Compress repetitive blocks better. --repetitive-fast
Compress repetitive blocks faster. -s
(Small) use less memory (at most 2500K). -t
Test the integrity of the compressed file. -v
Verbose output; a second v makes the utility more verbose. -z
Force compression.
Description:
This utility compresses and decompresses files:
* If invoked as bzip2, the default action is to compress.
* As bunzip2, the default action is to decompress.
* As bz2cat, the default action is to decompress to stdout.
If no file names are given, bzip2 compresses or decompresses from standard input to standard output.
See also:
also open a terminal and type: "man bunzip2" to read the man page
it should generate a readme that will explaine the rest of the installation.
Ive never installed it so im not sure if it includes one or not.
Also if you are useing RH or Drake you can probly get the RPM rather than useing a bzip file.
Heh~Hate to sound like a moron but I have no clue what that all means! Grr this is so much tougher to learn than I had thought it would be! When I click on the bz2 file it opens up ARK and shows me all the files zipped inside. I just dont know what to do with it! Sry and Thanx all!
you ought to have a readme file to guide you thrugh the compile.
If you do not the info is here.
When you are downloading from an FTP server, you'll probably also come across "tar.gz" files. These files contain the source codes for the same programs RPM files contain. To unpack, compile and install tar.gz's (Tarballs) do the following:
# cp /home/user/downloads/newsoftware.tar.gz /usr/src/ [ENTER]
# cd /usr/src/ [ENTER]
# tar -zxvf newsoftware.tar.gz [ENTER]
# cd newsoftware [ENTER]
# less README [ENTER]
...
# less INSTALL [ENTER]
These readme and install files contain clues on how to install and compile,
but usually this does it:
# ./configure [ENTER]
# make [ENTER]
# make install [ENTER]
Im sorry I forgot to tell you to extract the freeking files
this is the command (i was typeing this in my terminal and installing the file without thinking about it and telling you the wrong thing to type here) sorry about that. You can credit it to old age
"tar xvf MPlayer-0.90pre3.tar"
Then you CD to the new directory and compile the program
damn i feel stupid now. this is a good example of useing a command for to long and posting off the top of your head. If i had looked in my books we could have had this done an hour ago. Sorry again for waisting your time.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.