yafetch/doc/UNINSTALLATION.md
Ari Archer 370febe169
init
Signed-off-by: Ari Archer <truncateddinosour@gmail.com>
2022-02-15 00:34:09 +02:00

18 lines
259 B
Markdown

# Manual
```bash
./configure --use-install
sudo make uninstall
```
# Arch linux (AUR)
```bash
sudo pacman -Rns yafetch
```
# Gentoo ebuild
```bash
sudo emerge --deselect yafetch
sudo emerge -c
```
## Suggestions and more sources are welcome (PRs are open)