Jump to content

Firefox:Installasi Firefox ESR: Difference between revisions

From Wiki
No edit summary
No edit summary
 
Line 1: Line 1:
==Installasi==
==Installasi==


<syntaxhighlight lang="shell">
<syntaxhighlight lang="bash">
sudo add-apt-repository ppa:mozillateam/ppa
sudo add-apt-repository ppa:mozillateam/ppa
</syntaxhighlight>
</syntaxhighlight>


<syntaxhighlight lang="shell">
<syntaxhighlight lang="bash">
sudo apt update
sudo apt update
</syntaxhighlight>
</syntaxhighlight>


<syntaxhighlight lang="shell">
<syntaxhighlight lang="bash">
sudo apt install firefox-esr
sudo apt install firefox-esr
</syntaxhighlight>
</syntaxhighlight>


==Removing==
==Removing==
<syntaxhighlight lang="shell">
<syntaxhighlight lang="bash">
sudo apt remove --autoremove firefox-esr
sudo apt remove --autoremove firefox-esr
</syntaxhighlight>
</syntaxhighlight>


<syntaxhighlight lang="shell">
<syntaxhighlight lang="bash">
sudo add-apt-repository --remove ppa:mozillateam/ppa
sudo add-apt-repository --remove ppa:mozillateam/ppa
</syntaxhighlight>
</syntaxhighlight>

Latest revision as of 07:05, 4 November 2022

Installasi

sudo add-apt-repository ppa:mozillateam/ppa
sudo apt update
sudo apt install firefox-esr

Removing

sudo apt remove --autoremove firefox-esr
sudo add-apt-repository --remove ppa:mozillateam/ppa

Source