mirror of
https://github.com/hukl/freebsd-toolbox.git
synced 2026-06-04 10:50:24 +02:00
Created Reset ports (markdown)
@@ -0,0 +1,7 @@
|
||||
## Delete all Ports, Portfiles
|
||||
|
||||
```shell
|
||||
su
|
||||
pkg_delete -f -a
|
||||
rm -rf /var/db/pkg /var/db/ports /usr/local
|
||||
```
|
||||
Reference in New Issue
Block a user