linuxmint / timeshift

System restore tool for Linux. Creates filesystem snapshots using rsync+hardlinks, or BTRFS snapshots. Supports scheduled snapshots, multiple backup levels, and exclude filters. Snapshots can be restored while system is running or from Live CD/USB.
1.53k stars 75 forks source link

Timeshift could not be installed on Ubuntu Live USB 22.04 #286

Open kkaplan99 opened 3 months ago

kkaplan99 commented 3 months ago

Getting the below message: Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:

The following packages have unmet dependencies: timeshift : Depends: libxapp1 (>= 1.0.4) but it is not installable E: Unable to correct problems, you have held broken packages.

Steps to reproduce the behavior: After adding the ppa, updating the repo and then trying to install via apt.

Pathsis commented 3 months ago

I've encountered a similar issue as well. When running sudo apt-get update sudo apt-get install timeshift, it prompts that the package cannot be located. Adding a repository also results in the same problem as you described. This has prevented me from rescuing my system using the Ubuntu Live USB. Hopefully, Timeshift can be integrated into the Debian system soon.