How to Install and Uninstall timeshift.x86_64 Package on AlmaLinux 9

Last updated: July 04,2024

1. Install "timeshift.x86_64" package

Please follow the guidelines below to install timeshift.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install timeshift.x86_64

2. Uninstall "timeshift.x86_64" package

This guide covers the steps necessary to uninstall timeshift.x86_64 on AlmaLinux 9:

$ sudo dnf remove timeshift.x86_64 $ sudo dnf autoremove

3. Information about the timeshift.x86_64 package on AlmaLinux 9

Last metadata expiration check: 1:37:31 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : timeshift
Version : 22.11.2
Release : 1.el9
Architecture : x86_64
Size : 634 k
Source : timeshift-22.11.2-1.el9.src.rpm
Repository : epel
Summary : System restore tool for Linux
URL : https://github.com/linuxmint/timeshift
License : GPLv3+ or LGPLv3+
Description : Timeshift for Linux is an application that provides functionality similar to
: the System Restore feature in Windows and the Time Machine tool in Mac OS.
: Timeshift protects your system by taking incremental snapshots of the file
: system at regular intervals. These snapshots can be restored at a later date
: to undo all changes to the system.
:
: In RSYNC mode, snapshots are taken using rsync and hard-links. Common files
: are shared between snapshots which saves disk space. Each snapshot is a full
: system backup that can be browsed with a file manager.
:
: In BTRFS mode, snapshots are taken using the in-built features of the BTRFS
: filesystem. BTRFS snapshots are supported only on BTRFS systems having an
: Ubuntu-type subvolume layout (with @ and @home subvolumes).