Manuals/reset: Difference between revisions

From Minux Wiki
Jump to navigation Jump to search
(Created page with "t")
 
No edit summary
 
Line 1: Line 1:
t
this [[Manuals|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
 
<nowiki>*</nowiki>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 <nowiki>https://minux.vtchost.com/apt/netinstall.sh</nowiki>
 
netinstall.sh
 
follow the [[Manuals/installation|instructions.]]

Latest revision as of 10:28, 24 September 2024

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.