From eaaf536a62a3a4b6e7350ccc1cd515ca4fef0869 Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Sat, 5 Aug 2023 11:39:33 +0200 Subject: [PATCH] Add the installation/removal instructions for the timeshift Arch package --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f513518..09949bb 100644 --- a/README.md +++ b/README.md @@ -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.