Timeshift: Difference between revisions

Tag: Manual revert
No edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:


=== Ubuntu dan Mint ===
=== Ubuntu dan Mint ===
sudo apt-add-repository -y ppa:teejee2008/ppa


sudo apt-get update
<syntaxhighlight lang="bash">
sudo apt-add-repository -y ppa:teejee2008/ppa
</syntaxhighlight>


sudo apt-get install timeshift
<syntaxhighlight lang="bash">
sudo apt-get update
</syntaxhighlight>
 
<syntaxhighlight lang="bash">
sudo apt-get install timeshift
</syntaxhighlight>


=== Arch Linux ===
=== Arch Linux ===
yaourt timeshift
 
<syntaxhighlight lang="bash">
yaourt timeshift
</syntaxhighlight>


[[Category:Software]]
[[Category:Software]]
[[Category:Linux]]
[[Category:Linux]]