Yes. It seems you're referring to the linux-browser-installer project.
To remove the Brave and Linux implementations installed via this tool, you can follow the uninstall instructions provided in the README.md
file of the repository. Here's a general outline:
Locate the README.md File:
Navigate to the directory where you cloned or downloaded the linux-browser-installer
. The README.md
file contains specific instructions for uninstalling browsers.
Execute the Uninstall Command:
Open a terminal.
Run the command as described for uninstalling the specific browser, such as Brave. It usually follows this structure:
sudo ./linux-browser-installer uninstall brave
- For the Linux implementation, replace
brave
with the desired implementation name.
- Verify Removal:
- Check if the browser has been removed successfully by attempting to locate it on your system.
- You can confirm this by running:
which brave-browser
If it returns no result, the uninstallation was successful.
- Clean Up Residual Files (Optional):
- If any residual configuration or cache files remain, you may need to remove them manually. Common locations include:
~/.config/<browser-name>/
~/.cache/<browser-name>/