Skip to content

Commit 37c5008

Browse files
authored
Add the installation/removal instructions for the timeshift Arch package (#220)
1 parent 0269723 commit 37c5008

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,12 @@ sudo dnf update
168168
sudo dnf install timeshift
169169
```
170170
171+
#### Arch
172+
173+
```sh
174+
sudo pacman -S timeshift
175+
```
176+
171177
## Removal
172178
173179
Run the following command in a terminal window:
@@ -178,6 +184,10 @@ or
178184
179185
sudo dnf remove timeshift
180186
187+
or
188+
189+
sudo pacman -R timeshift
190+
181191
depending in your package management system.
182192
183193
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 commit comments

Comments
 (0)