TLP: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 9: Line 9:
==Installasi==
==Installasi==
===Cara Pertama===
===Cara Pertama===
sudo add-apt-repository ppa:linuxuprising/apps


sudo apt install tlpui
<syntaxhighlight lang="bash">
sudo add-apt-repository ppa:linuxuprising/apps
</syntaxhighlight>
 
<syntaxhighlight lang="bash">
sudo apt install tlpui
</syntaxhighlight>


===Cara Kedua===
===Cara Kedua===
*Pertama, kita harus download source code dari TLPUI terlebih dahulu.
*Pertama, kita harus download source code dari TLPUI terlebih dahulu.
git clone <nowiki>https://github.com/d4nj1/TLPUI</nowiki>
 
<syntaxhighlight lang="bash">
git clone https://github.com/d4nj1/TLPUI
</syntaxhighlight>


*Setelah itu, kita bisa pindah ke directory TLPUI, dan jalankan tlpui.
*Setelah itu, kita bisa pindah ke directory TLPUI, dan jalankan tlpui.
cd TLPUI


python3 -m tlpui
<syntaxhighlight lang="bash">
cd TLPUI
</syntaxhighlight>
 
<syntaxhighlight lang="bash">
python3 -m tlpui
</syntaxhighlight>


==Source==
==Source==
Line 26: Line 39:


[[Category:Software]][[Category:Linux]]
[[Category:Software]][[Category:Linux]]
{{DISPLAYTITLE:TLP}}