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.
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 * ; lscd – sudo apt install -f
Post a Comment