Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

What is the right way to install a new program with any extension except .deb (not Debian ) in Linux ?

some programs install problems like use commands as : ./configer make make install

user-image
Question added by Deleted user
Date Posted: 2014/02/21
Mohamed Yousuff K
by Mohamed Yousuff K , Senior Specialist , Astrazenec

 

This is for installing the source package.

Be cautious to 'configure' and use 'make' as normal user and use 'make install' command as 'root' user.

This will compile to the kernel.You also need to have gcc compilers for compiling to the kernel.

 

$ ./configure

$ make

# make install

 

If you have distributions like Redhat or suse its wise to use .rpm packages than source package.

 

 

 

 

ghilman ahmed
by ghilman ahmed , System Administrator , Streaming Networks Pvt Ltd

there are multiple ways some linux distributions have repositories like ubuntu ,they have apt-get install "Package-name".

others use yum install "Package-Name".

Another approach is to install it from source packages .

step1 : ./configure and possible argument parameters may be used.

step2: Compile it with make

Step3: Install it with make install.

 

 

More Questions Like This

Do you need help in adding the right keywords to your CV? Let our CV writing experts help you.