How to install Webby Browser 1.0 on Ubuntu 14.10, Ubuntu 14.04 and Derivatives. Webby Browser is an open-source web-browsing application/software which also helps users to create web applications.
The latest version (Webby Browser 1.0) is developed for Elementary OS, but it can be easily installed on other Linux Ubuntu systems. Here’s is how to install Webby Browser 1.0 on Ubuntu Systems:
Install Webby Browser 1.0 On Ubuntu 14.10
Run the following commands in Terminal to install Webby Browser 1.0 on Ubuntu 14.10. The same set of instructions can be used to install Webby Browser 1.0 on Ubuntu Derivatives such as Linux Mint 17.1/17, Pinguy OS, Elementary OS, Peppermint Five, Deepin 2014 and others.
sudo add-apt-repository ppa:erasmo-marin/webby-browser
sudo apt-get update
sudo apt-get install webby-browser
If you want to uninstall or remove Webby Browser, run the following commands:
sudo apt-get remove webby-browser
Install Webby Browser 1.0 On Ubuntu 14.04
To install Webby Browser on Ubuntu 14.04, run the following commands to add the GNOME3 and GNOME3 Staging PPAs along with the Webby PPA:
sudo add-apt-repository ppa:erasmo-marin/webby-browser
sudo add-apt-repository ppa:gnome3-team/gnome3
sudo add-apt-repository ppa:gnome3-team/gnome3-staging
sudo apt-get update
sudo apt-get install webby-browser
If you want to uninstall or remove Webby Browser, run the following commands:
sudo add-apt-repository -r ppa:gnome3-team/gnome3
sudo add-apt-repository -r ppa:gnome3-team/gnome3-staging
sudo apt-get remove webby-browser