How to install all basic package in termux and linux with one Tool

Lab_superdylanyt is a system created by SUPERDYLANYT, which works on GNU / Linux operating systems, the lab_superdylanyt system helps you install programs on Linux.

When executing the script ./lab_superdylanyt, you have to type start to start the system in this way ./lab_superdylanyt start and to update the system type this command ./lab_superdylanyt update.

 

 

Linux installation

apt-get install wget -y wget https://raw.githubusercontent.com/dylan14567/lab_superdylanyt/master/lab_superdylanyt
chmod + x lab_superdylanyt
./lab_superdylanyt start

Termux installation

pkg install wget

wget https://raw.githubusercontent.com/dylan14567/lab_superdylanyt/master/lab_superdylanyt

chmod + x lab_superdylanyt
./lab_superdylanyt start

Bug fix with dpkg on Ubuntu

If you have had a problem installing an apt package, and you got a dpkg error. The solution is this:

cd / var / lib / dpkg / info

rm -rf * ; ls
cd – sudo apt install -f

GITHUB

Post a Comment

Previous Post Next Post