Manuals/reset

From Minux Wiki
Jump to navigation Jump to search

this manual shows you how to reset certain information


Resetting apt

to reset a computer's apt/download source, use "apt -s stable" or "apt -s beta" respectively, this will reset your sources to default.

now force a complete reinstall of all software on the computer, run "apt -U" (capital u).


Uninstall but keep User data:

cd /

ls

*look at every file and folder here, delete (rm filename) everything here except for "/rom" and "/usr"

reboot


Uninstalling everything: (WARNING, this removes EVERYTHING)

cd /

rm *

it will give a warning you can't delete /rom, this is normal, proceed.

reboot


Installing:

wget https://minux.vtchost.com/apt/netinstall.sh

netinstall.sh

follow the instructions.