Computing.Net > Forums > Linux > Installing From Linux

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Installing From Linux

Reply to Message Icon

Name: Ne0rNe
Date: August 23, 2008 at 03:13:43 Pacific
OS: Ubuntu
CPU/Ram: 2.2Ghz 1Gb
Product: Hp
Comment:

Hi there!
I have recently installed to my computer Ubuntu and I have nooooo clue how to install a program... As I read from the internet i follow these steps...
1. Extract my tar.gz file
2. Type at the terminal cd the folder's path
3. ./configure

At these point I get the following message:
bash: ./configure: No such file or directory

What I'm I doing wrong?



Sponsored Link
Ads by Google

Response Number 1
Name: arochester
Date: August 23, 2008 at 04:20:00 Pacific
Reply:

It is better and easier to install programs from repository rather than compiling them. Have a look at http://www.psychocats.net/ubuntu/in...


0

Response Number 2
Name: ernie
Date: August 23, 2008 at 04:29:05 Pacific
Reply:

Ububtu includes a Software Package Manager and precompiled software packages which you can install on your system. In most cases, you will find any software you want using the included package manager.

If you really want to compile software from source, the basic steps are:

1. untar the source package (as you stated above).

2. In a terminal window, switch to the directory to which you untar'd the archive.

3. execute the command './configure'

4. execute the command 'make'

5. optionally execute the command 'make install'

If you attempted to run the ./configure command and received the file not found error, either you did not switch to the directory to which you extracted the archive, the tarball contains precompiled software and you can simply extraxt the contents and execute the new program from that location, or the archive simply does not include a configuration script.

Most tarballs include a readme or INSALL file (usually located in the top level directory to which the tarball was extracted) which will contain installation information. These files are plain text files and can be read using the text editor of your choice.

HTH,

Ernie Registered Linux User 247790


0

Response Number 3
Name: darkmire
Date: September 25, 2008 at 00:06:38 Pacific
Reply:

Astonishing as it may seem, it's really easy installing programs in Ubuntu - much easier and more reliable than in Window$. One way is by going to Synaptic Package Manager where all packages can be downloaded and installed by Synaptic without further ado. There are over 24,000 to choose from. The other way for common packages is to click on Add/Remove and there are plenty there with a few details about them. Just click on what you want and they will install and unlike Window$, you will not have to restart your computer in 99.9% of installs.

Mark


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Swap Partition on Image Unistalling Linux Mandriv...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: Installing From Linux

removing windowsme from linux drive www.computing.net/answers/linux/removing-windowsme-from-linux-drive/21924.html

Install Corel Linux from Hard Disc??!!!! www.computing.net/answers/linux/install-corel-linux-from-hard-disc/4083.html

Installing Windows from Linux...... www.computing.net/answers/linux/installing-windows-from-linux/25770.html