Skip to content

Commit

Permalink
Added a way to install and uninstall a program in ALT Linux (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
Krator3 authored Nov 1, 2024
1 parent ffb6047 commit 06a6a14
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,14 @@ sudo dnf install timeshift
sudo pacman -S timeshift
```
### ALT
```sh
su -
apt-get update
apt-get install timeshift
```
## Removal
Run the following command in a terminal window:
Expand All @@ -186,6 +194,10 @@ or
sudo pacman -R timeshift
or
su - -c "apt-get remove timeshift"
depending on 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.
Expand Down

0 comments on commit 06a6a14

Please sign in to comment.