Skip to content

Commit

Permalink
Add the installation/removal instructions for the timeshift Arch pack…
Browse files Browse the repository at this point in the history
…age (linuxmint#220)
Antiz96 authored Aug 6, 2023
1 parent 0269723 commit 37c5008
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 37c5008

Please sign in to comment.