1
0
mirror of https://github.com/hukl/freebsd-toolbox.git synced 2025-11-20 03:08:43 +01:00

Updated Home (markdown)

hukl
2012-05-06 01:43:02 -07:00
parent 5320353e68
commit 38b0eea0aa

@ -1 +1,7 @@
Welcome to the freebsd-toolbox wiki!
## Delete all Ports, Portfiles
```shell
su
pkg_delete -f -a
rm -rf /var/db/pkg /var/db/ports /usr/local
```