Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/efefurkankarakaya/neutral
Fast and easy installer for Firefox browsers
https://github.com/efefurkankarakaya/neutral
browser firefox linux shell
Last synced: about 17 hours ago
JSON representation
Fast and easy installer for Firefox browsers
- Host: GitHub
- URL: https://github.com/efefurkankarakaya/neutral
- Owner: efefurkankarakaya
- License: mit
- Created: 2020-08-02T13:31:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-18T01:51:07.000Z (about 2 years ago)
- Last Synced: 2023-02-27T14:13:17.944Z (over 1 year ago)
- Topics: browser, firefox, linux, shell
- Language: Shell
- Homepage:
- Size: 1020 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neutral: Firefox Linux Installer
Neutral aims to make ease out installation of Firefox which is any type with latest.
# Browsers
Any of below can be installed easily.
* Firefox
* Firefox ESR (Extended Support Release)
* Firefox Beta
* Firefox Developer Edition
* Firefox Nightly# How To Install?
* Firstly, you have to mark it as executable with ```chmod +x install.sh```
* Then, start the installer with ```./install.sh```
* That's all, the browser can be found by _Start Menu._# How To Uninstall?
## Step 1: Find the Argument
Decide the installed browser and take its argument key.* Firefox's argument key is _firefox_
* Firefox ESR's argument key is _firefox-esr_
* Firefox Beta's argument key is _firefox-beta_
* Firefox Developer Edition's argument key is _firefox-devedition_
* Firefox Nightly's argument key is _firefox-nightly_## Step 2: Uninstall
Example argument: _firefox-devedition_
* Run ```./uninstall.sh firefox-devedition```
* Uninstalled.## Warning
Do no try to use this uninstaller to uninstall Firefox browsers which are installed via package managers or other options. This uninstaller is completely specific for installations which are done via _Neutral_# Tested
* Linux Mint
* LMDE
* Kali Linux
* Pop!_OS
* Manjaro Linux (GNOME, KDE, XFCE)
* Arch Linux
* Debian
* Ubuntu# LICENSE
This repository is under MIT LICENSE.