在 Linux 上安裝 Clash Verge
Linux 版提供 deb、rpm 與 AppImage 三種格式,涵蓋主流發行版與 x64 / ARM64 架構。
選擇合適的套件格式
Debian / Ubuntu 及其衍生版選擇 .deb;Fedora / openSUSE 等選擇 .rpm;其他發行版或不想安裝到系統的使用者可用免安裝的 AppImage。
安裝指令
- deb 套件:sudo apt install ./clash-verge_x.x.x_amd64.deb(以實際檔名替換)。
- rpm 套件:sudo dnf install ./clash-verge-x.x.x.rpm。
- AppImage:以 chmod +x 賦予執行權限後直接執行,無需安裝。
- Arch 系使用者可從 AUR 安裝 clash-verge-rev-bin 套件。