installing program on linux


This is part 3 from installing program on linux
6. install packages in Slackware
install packages on slackware more easily just go to the root and then;
[Install - 'installpkg name> program.tgz>]
[Uninstall - 'removepkg name> program.tgz>]
or it could be used

[Pkg tool]
other than that we can also change the file extension rpm to tgz format in a very easy
[Rpm2tgz name> paket.rpm>]

7. install binary file (. BIN /. SH)
to install the binary program there are several steps you first make sure the file can be executed the following way;
[Chmod + x name program.bin], then
[. / Name program.bin]
[Sh program.sh name]
Maybe this is just some of the ways of the many ways of installing programs in linux, but it was enough to know and install programs on linux

Note:
"The way everything is done above using the console / terminal / command-prompt in linux.
"Usually the install program can only be performed by root, then log in as root to install these programs. There are several ways into the root can use the [su], or can also use [sudo su].
"In addition to installing the above you may be able to use a GUI application that can also be used to install the program, for example in debian and ubuntu can use synaptic packet manager.
Reference http://www.linuxforums.org/forum/linux-tutorials-howtos-reference-material/
install applications on linux
Related : installing program on linux.