Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How to install softwares in linux?

install linux softwares
0
Posted

How to install softwares in linux?

0

Linux has source as well binary packages, binaries are precompiled packages for a specefic linux distro the suffix are .rpm for rpm distros and .deb for debian distros, to install them use the each distro update manager read faq 9. Source are archived and compressed packages like package_name.tar.gz or package_name.tar.bz2 or package_name.zip and etc, to install decopress and open the directory, read the INSTALL for details of installation, or most of them can be installed with these steps one after another: ./configure –prefix=/usr make make install This will install the program in the /usr/bin, to run the program see the start menu or in a terminal type the name of installed program and press enter.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123