




















Ubuntu 24.04 Server 安装浏览器
先说明:Ubuntu Server 原版无桌面,不能装图形浏览器,要想用浏览器分两种情况:
直接装 Firefox 火狐浏览器(系统原生)
sudo apt update
sudo apt install -y firefox
安装完在应用菜单搜 Firefox 就能打开,和普通电脑一样用。
问题:
sudo apt install -y firefox 之后,在应用菜单搜不到Firefox
snap install firefox
myuser@ :~$ firefox
Command '/usr/bin/firefox' requires the firefox snap to be installed.
Please install it with:
snap install firefox
myuser@ :~$ snap install firefox
2026-05-02T12:53:26Z INFO Waiting for automatic snapd restart...
firefox 150.0.1-1 (来自 Mozilla✓) installed

只能纯文字浏览网页,没有图片、没有界面,适合查文档、看文字网页。
sudo apt update
sudo apt install -y lynx
操作快捷键:
sudo apt install -y w3m
# 使用
w3m www.baidu.com
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。