Horje
linux install software Code Example
how to install software in linux terminal
$ sudo apt install app_name
how to install software in linux terminal
$ sudo dpkg -i app_name.deb
linux install software
# for software built using make system
# get binary files use wget/curl/apt-get/etc.
wget <source>
apt-get source <pkg_name>
# unzip it using command unzip/tar/etc.
./configure --prefix=<path to install software>
make && make install
make clean
# set symbolic link for the software
ln -s <path to installed software> <path included in system paths>




Shell

Related
git pelak Code Example git pelak Code Example
ubuntu switch f1 with functions keys Code Example ubuntu switch f1 with functions keys Code Example
extension install Code Example extension install Code Example
linux fine .js files Code Example linux fine .js files Code Example
ubuntu erlang 23 Code Example ubuntu erlang 23 Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9