Skip to content

EdwardBetts/FirefoxDevelEditionDeb

 
 

Repository files navigation

Firefox Developer Edition package for Debian / Ubuntu

FirefoxDeveloperEdition

A version of Firefox that's tailored for web developers.

Building package

    apt-get -y install devscripts dpkg-dev
    git clone https://github.com/VitexSoftware/FirefoxDevelEditionDeb.git
    debuild -i -us -uc -b

Installation

Download from https://www.vitexsoftware.cz/pool/main/f/firefox-devedition/firefox-devedition_1.0.0_all.deb or Build package. Then install:

    gdebi firefox-devedition_1.0.0_all.deb

Or you can use repo:

`sudo apt install lsb-release wget apt-transport-https bzip2 sudo wget -O /usr/share/keyrings/vitexsoftware.gpg https://repo.vitexsoftware.cz/keyring.gpg echo "deb [signed-by=/usr/share/keyrings/vitexsoftware.gpg] https://repo.vitexsoftware.cz $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/vitexsoftware.list sudo apt update udo apt install firefox-devedition


Testing
-------

    vagrant up
    vagrant ssh
    sudo apt install xfce4
    startxfce4


![Vagrant Test](https://raw.githubusercontent.com/VitexSoftware/FirefoxDevelEditionDeb/master/vagrantubuntu.png "DeveloperEdition in Ubuntu")


See also: https://github.com/Vitexus/ThunderbirdDailyDeb https://github.com/Vitexus/FirefoxNightlyDeb

About

Debian package installing Firefox Developer Edition

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 62.0%
  • Makefile 38.0%