The Shaka Lab Browsers package is a meta-package that installs all major browsers for a Shaka Lab environment.
This is the Linux package.
curl -L https://shaka-project.github.io/shaka-lab/public.key | \
sudo tee /etc/apt/trusted.gpg.d/shaka-lab.asc
echo deb https://shaka-project.github.io/shaka-lab/ stable main | \
sudo tee /etc/apt/sources.list.d/shaka-lab.list
sudo apt update
# The recommended-settings package is a pre-requisite, and configures some
# additional repos that are needed to install browsers. This must be installed
# first and separately from the browsers package.
sudo apt install -y shaka-lab-recommended-settings
# The browsers package depends on third-party browser packages from those
# additional repos.
sudo apt install -y shaka-lab-browsers
sudo apt update && sudo apt -y upgrade
NOTE: This package does not control the update of any browsers. However, updating packages generally via the above command will update the browser packages.
sudo apt remove -y shaka-lab-browsers firefox google-chrome microsoft-edge
- Firefox
- Google Chrome
- Microsoft Edge