- How To Install Source Packet In Linux
- Source Packet
- Source Packet For Linux
- Linux Source Packet Install
Linux is very dissimilar Operating system from windows. It is open source but as it is not portable like windows so it is very difficult to install programs or packages. Many linux users are out there who dont know how to install programs or packages in linux.
Definitely there are different methods of installing packages in linux. But today we are going to discuss about the most difficult process of installing a program
Definitely there are different methods of installing packages in linux. But today we are going to discuss about the most difficult process of installing a program
Also check: How To Install Kali Nethunter In Any System And Devices
Here's The Installations Guide:
1. If you have a source packet (these can be recognised by file extension .tar.gz) then extract it with any archiver.
2. Search for some files like install.sh . If install.sh was not found then search for file compile.
3. If you have install.sh then open terminal there and type 'sh install.sh'
4. If you have compile file then:-
a- open terminal there and type './compile'
b- after completion of compilation process type 'make'
c- then type 'make install' to place all the files in their system directories
Also check: How To Install BeEF And Use It To Crack Android, Linux And PC Web Browsers With Ease
Installation process for debian files:
1. Get a debian file (comes with extension .deb)
2. Open terminal where the file is stored
3. there type sudo dpkg -i <filename>.deb
4. provide superuser password and your program will be installed.

