Add the installation/removal instructions for the timeshift Arch package (#220)

This commit is contained in:
Robin Candau 2023-08-06 16:59:21 +02:00 committed by GitHub
parent 02697234b5
commit 37c50084f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -168,6 +168,12 @@ sudo dnf update
sudo dnf install timeshift
```
#### Arch
```sh
sudo pacman -S timeshift
```
## Removal
Run the following command in a terminal window:
@ -178,6 +184,10 @@ or
sudo dnf remove timeshift
or
sudo pacman -R timeshift
depending in your package management system.
Remember to delete all snapshots before un-installing. Otherwise the snapshots continue to occupy space on your system. To delete all snapshots, run the application, select all snapshots from the list (CTRL+A) and click the _Delete_ button on the toolbar. This will delete all snapshots and remove the _/timeshift_ folder in the root directory.