9 Great Browsers You Can Run on Your Raspberry Pi 3[樹莓派支援的瀏覽器]
9 Great Browsers You Can Run on Your Raspberry Pi 3[樹莓派支援的瀏覽器]
資料來源: https://www.makeuseof.com/tag/raspberry-pi-browsers/
https://linuxhint.com/install_firefox_raspberry_pi/
0. Firefox
sudo apt update sudo apt install firefox-esr
1. Chromium (Default)
sudo apt-get update sudo apt-get dist-upgrade sudo apt-get install -y rpi-chromium-mods sudo apt-get install -y python-sense-emu python3-sense-emu
2. Luakit
sudo apt install luakit
3. Midori
sudo apt install midori
4. Dillo
sudo apt install dillo
5. GNOME Web
sudo apt-get install epiphany-browser
6. Netsurf
sudo apt install netsurf
7. Lynx
sudo apt install lynx
8. Vivaldi
wget "https://downloads.vivaldi.com/stable/vivaldi-stable_1.13.1008.34-1_armhf.deb" sudo dpkg -i /path/to/deb/file sudo apt-get install -f