Open a terminal. Type in
Code: Select all
sudo leafpad /etc/rc.conf
Change the NO to YES so that the line of text sayslinux_enable="NO"
(Mine already said "YES" so I didn't need to change it.) Click Save to save your changes and close the text file.linux_enable="YES"
Go to this page:
https://github.com/mrclksr/linux-browser-installer
On that page near the top is a green button that says "Code."
Click on it, and a drop-down menu will give the option to Download ZIP. Double click that option. Download the zip file to your Downloads folder.
Once the file is downloaded, go into your Downloads folder and click the file that says "linux-browser-installer-main.zip". Select all the folders in the right-hand window. Click the icon with the orange arrow at the top of the little window. A small long window will appear. Where it says "Extract to:", change the /tmp option to Desktop by clicking the folder icon and selecting your Desktop folder. Then click the Extract button at the bottom of the little window. Now you should have a folder on your Desktop called linux-browser-installer-main. (The video skipped this step, and I had never extracted zipped files in GhostBSD before!)
Once the files are extracted, type this into the terminal:
Code: Select all
cd Desktop/linux-browser-installer-main/
Code: Select all
sudo ./linux-browser-installer
Now you can install Brave! Type this:./linux-browser-installer install <brave|chrome|edge|vivaldi|opera>
./linux-browser-installer deinstall <brave|chrome|edge|vivaldi|opera>
./linux-browser-installer chroot <create|upgrade|delete>
./linux-browser-installer symlink <icons|themes>
./linux-browser-installer clean
Code: Select all
sudo ./linux-browser-installer install brave
Code: Select all
sudo ./linux-browser-installer install vivaldi
The following explains how I moved the browsers to my panel. Note that I'm using the XFCE desktop. The instructions for MATE are probably different.
To add little icon images of them on my panel, I went online and looked for their icon images, downloaded them, and moved them to my Desktop. The icons needed to be moved to this folder: /usr/local/share/pixmaps/
It's a sudo folder, so you can't just copy and paste the images into the folder. I moved the images via my terminal using this command:
Code: Select all
sudo mv /home/MYCOMPUTERNAME/Desktop/ICON.PNG /usr/local/share/pixmaps/
Then I right-clicked on the launcher for Brave on my panel, clicked Properties, then selected the tool icon, clicked 'icon" and chose the Brave icon from the selection of images.