Brave: Difference between revisions
Tag: Reverted |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 37: | Line 37: | ||
</syntaxhighlight><syntaxhighlight lang="shell"> | </syntaxhighlight><syntaxhighlight lang="shell"> | ||
sudo apt update | sudo apt update | ||
</syntaxhighlight> | |||
==Remove File Data== | |||
<syntaxhighlight lang="bash"> | |||
sudo apt remove brave-browser | |||
</syntaxhighlight> | |||
<syntaxhighlight lang="bash"> | |||
sudo apt purge brave-browser | |||
</syntaxhighlight> | |||
<syntaxhighlight lang="bash"> | |||
rm -rf ~/.config/BraveSoftware | |||
</syntaxhighlight> | |||
<syntaxhighlight lang="bash"> | |||
rm -rf ~/.cache/BraveSoftware | |||
</syntaxhighlight> | </syntaxhighlight> | ||
| Line 111: | Line 128: | ||
[[Category:Browser]] | [[Category:Browser]] | ||
[[Category:Security]] | [[Category:Security]] | ||