4

I’ve got Timeshift 20.11.1 installed. The latest version of Timeshift is 21.09.1. How do I update Timeshift to the latest version? Seems my Timeshift is not updated as part of Ubuntu Software Center updates.

I went to the Timeshift github https://github.com/teejee2008/timeshift but don’t see any deb files for 21.09.1; I only see source code files. How to update my Timeshift to 21.09.1? Thanks.

enter image description here

Archisman Panigrahi
  • 28,338
  • 18
  • 105
  • 212
Advait
  • 505
  • 2
  • 7
  • 14

1 Answers1

6

Timeshift PPA (maintained by the developer) hosts the latest version of Timeshift. Open a terminal and enter the following commands one by one.

sudo add-apt-repository -y ppa:teejee2008/timeshift
sudo apt-get update
sudo apt-get install timeshift
N0rbert
  • 99,918
Archisman Panigrahi
  • 28,338
  • 18
  • 105
  • 212