Add note when using a package update notifier
This commit is contained in:
parent
b5331b5189
commit
595f41ad81
1 changed files with 16 additions and 0 deletions
|
@ -76,6 +76,22 @@ To force a re-run of the service use:
|
||||||
sudo systemctl --now start pkgfile-update.service
|
sudo systemctl --now start pkgfile-update.service
|
||||||
```
|
```
|
||||||
|
|
||||||
|
{{< callout type="info" >}}
|
||||||
|
As I will be using a [#Package update notifier](#package-update-notifier), I can remove pkgfile and its dependecies using:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo pacman -Rns pkgfile
|
||||||
|
```
|
||||||
|
|
||||||
|
Notice that its cache directory `/var/cache/pkgfile` is not removed automatically. You must run:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo rm -rf /var/cache/pkgfile
|
||||||
|
```
|
||||||
|
|
||||||
|
to remove it.
|
||||||
|
{{< /callout >}}
|
||||||
|
|
||||||
### Backup
|
### Backup
|
||||||
|
|
||||||
Most important is to maintain a backup[^2] of your system. Filesystem level
|
Most important is to maintain a backup[^2] of your system. Filesystem level
|
||||||
|
|
Loading…
Reference in a new issue