Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

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 ajoutée par Utilisateur supprimé
Date de publication: 2014/02/21
Mohamed Yousuff K
par 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
par 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

Avez-vous besoin d'aide pour créer un CV ayant les mots-clés recherchés par les employeurs?