Skip to content

Linux Download

System Requirements

  • Major Linux distributions (Ubuntu, Debian, Fedora, etc.)
  • At least 100MB free disk space
  • At least 2GB RAM

Download Options

Debian/Ubuntu Series

Universal Version

Installation Instructions

Using .deb Package

bash
# Install dependencies
sudo apt update
sudo apt install -y libgtk-3-0 libnotify4 libnss3 libxss1 libxtst6 xdg-utils

# Install Clash Verge
sudo dpkg -i clash-verge_*.deb
sudo apt-get install -f

Using AppImage

bash
# Add execute permission
chmod +x clash-verge_*.AppImage

# Run the application
./clash-verge_*.AppImage

Common Issues

Dependency Issues

  • Use sudo apt-get install -f to install missing dependencies
  • Check if system meets minimum requirements
  • Ensure system is up to date

Permission Issues

  • Ensure AppImage file has execute permission
  • Check user permissions
  • Try running installation command with sudo