Skip to content

Commit 06a6a14

Browse files
authored
Added a way to install and uninstall a program in ALT Linux (#312)
1 parent ffb6047 commit 06a6a14

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,14 @@ sudo dnf install timeshift
172172
sudo pacman -S timeshift
173173
```
174174
175+
### ALT
176+
177+
```sh
178+
su -
179+
apt-get update
180+
apt-get install timeshift
181+
```
182+
175183
## Removal
176184
177185
Run the following command in a terminal window:
@@ -186,6 +194,10 @@ or
186194
187195
sudo pacman -R timeshift
188196
197+
or
198+
199+
su - -c "apt-get remove timeshift"
200+
189201
depending on your package management system.
190202
191203
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)