Jump to content

installing applicationss


kilimanjaro
 Share

Recommended Posts

First you need to extract the file. To do this, open a terminal and cd to the directory that the file is located in. Then type

tar -xzvf audacity-src-1.0.0-2.tgz

This will extract the file into its own folder (probably named audacity-src-1.0.0-2). cd to that directory and read the INSTALL or README file. This will tell you if there's anything different about the install. Typically it's:

./configure

make

then su to root and:

make install

Link to comment
Share on other sites

If you have it extracted, do you know where the folder is?

 

If so, open up a console window.

 

Say it's located in /home/kilimanjaro/updates/audacity

 

Type cd updates/audacity and hit enter

 

Then type ./configure

 

Assuming that finishes with no errors, then type make

 

Once that is done, also assuming there are no errors, type su and hit enter then enter yout root password and hit enter again then type make install and hit enter. This will install the program for you.

Link to comment
Share on other sites

LiquidZoo

 

It says no such file or directory

this is where the file is /home/kilimanjaro/updates

 

Ok, if that's where it is located, is that where you unzipped it to? If you haven't unzipped it yet, type

cd updates

in your terminal

 

Then follow the directions above and type

tar -xzvf audacity-src-1.0.0-2.tgz

 

once that finishes, type

cd a

and hit the tab key (tabbed completion will become your friend :wink: ) This will give you the audacity folder (hopefully) and the audacity .tgz file as a choice. Just hit enter to go into the folder then do the configure steps from above.

 

I don't have all of the dependent files for the rpm, I don't really know where to go to get them.

 

You're probably going to run into this problem again. To get the dependencies, su to root and type urpmi <filename> to get the files. There is a great FAQ on how to add sources to your urpmi here

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...