Install Timeshift on various distributions
masterInstall Timeshift using your distribution's package manager. Note that Fedora is not fully supported, and BTRFS snapshots specifically require Ubuntu-style layouts.
# Debian-based (Debian, Ubuntu, Linux Mint, Elementary OS, etc.)
sudo apt-get update
sudo apt-get install timeshift
# Fedora
sudo dnf update
sudo dnf install timeshift
# Arch
sudo pacman -S timeshift
# ALT
su -
apt-get update
apt-get install timeshift