Tip & How-To about Computers & Internet

HOW TO INSTALL FROM SOURCE IN LINUX

HOW TO INSTALL FROM SOURCE IN UBUNTU 9.10
Installing from source in linux is not very easy...... but once you know what to do, then it becomes a very easy task.

STEP 1 Tar.gz and Tar.bz2 Packages
The installation procedure for software that comes in tar.gz and tar.bz2 packages isn't always the same, but usually it's like this:
1.Download the tar.gz or tar.bz2 package
2.Extract the file
3.Open to the terminal
4.Use the cd command to change to the directory where the package is extracted
5.Use the following:

$ ./configure
$ make
$ make install

Without Using The Extraction Method
Open to the terminal
Run the following:
$ tar xvzf package.tar.gz (or tar xvjf package.tar.bz2)
$ cd package
$ ./configure
$ make
$ make install

!!!!THIS IS AWESOME!!! …... ISN'T IT?


STEP 2 .Deb Packages
Installation of .deb packages are in different forms or methods depending on the users understanding and how the user is flexible with the terminal.

1.Download the package
2.Extract the package
3.Change to the directory containing the package
4.Run the following

sudo dpkg -i package_file.deb

!!!! AND YOU ARE DONE!!!

LINUX X64 AND X86 BINARY INSTALLATION
1.Download the package
2.Open to the terminal
3.Use the cd command to change to the directory containing the package

FOR X86 PACKAGES.........
$ chmod +x filename-ver.*-linux-i686.run
$ sudo ./filename-ver.*-linux-i686.runFOR X64 PACKAGES........

$ chmod +x filename-ver.*-linux-x86_64.run
$ sudo ./filename-ver.*-linux-x86_64.run

where ver is the version number (the whole number before the decimal point... eg; the 4 in 4.103)
!!!!THANKS A LOT!!!!

Posted by on

Computers & Internet Logo

Related Topics:

Related Questions:

0helpful
1answer

How to Migrate to Open Source Software?

First, decide what you want your software to do. Then you can choose what software to get.

If, for example, you want a replacement for Microsoft Office, the premier open source replacement is, "Open Office"
https://www.openoffice.org/

If you want to replace Windows, then Linux is the answer. I use Ubuntu Linux, which is easy to install and use. Free.

http://www.ubuntu.com/download


Yes, I have Windows systems (5), Linux systems (4), and Solaris systems....
0helpful
3answers

Installing Linux

you can use virtual drive to install linux within windows os. you can download virtual drive for free look for virtual box version.
0helpful
1answer

installing drivers

Can you give some additional info on what you are using for OS. In general the ATI software for Vista will install with no problem right from there website.

If you have jumped ship for Linux, then there are different issues with each distro. I currently use Ubuntu 8.10 and it comes with the ATI driver. It will recognise the hardware right after bootup. Other flavors like Fedora 9,10 are not as easy.
0helpful
1answer

display driver problem

ya there is a problem with driver while installing fedora core 4 i think ... u must have also tried in that only ... so i suggest you to install other version of linux... there are many other versions available like ubuntu,mandrake,redhat. or you just give try with installing the latest version of fedora core ...( try fedora core 6 or 7)..
as linux is a open source for all you can download it from net for free.............
Not finding what you are looking for?

605 views

Ask a Question

Usually answered in minutes!

Top Computers & Internet Experts

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3867 Answers

Brad Brown

Level 3 Expert

19187 Answers

Cindy Wells

Level 3 Expert

6688 Answers

Are you a Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Loading...