Menu
User

DropVPS Team

Writer: Cooper Reagan

How to Install Clash Verge on Ubuntu 25.04

How to Install Clash Verge on Ubuntu 25.04

Publication Date

11/28/2025

Category

Articles

Reading Time

2 Min

Table of Contents

Clash Verge is a modern GUI client for Clash, designed for managing proxies, subscriptions, and routing rules with a clean, user-friendly interface. Running it on Ubuntu 25.04 is simple using AppImage or native .deb packages.

Step 1: Update Your System

Start by updating Ubuntu 25.04:

sudo apt update && sudo apt upgrade -y

Step 2: Install Required Dependencies

Some systems need FUSE support for AppImage:

sudo apt install -y fuse libfuse2

(If you're installing a .deb package, this step is optional.)

Step 3: Download Clash Verge

Visit the official GitHub releases page:

https://github.com/clash-verge-rev/clash-verge-rev/releases

Download one of these (recommended):

  • Clash.Verge_amd64.deb → Best for Ubuntu

  • Clash.Verge-x86_64.AppImage → Portable version

or download via terminal:

wget https://github.com/clash-verge-rev/clash-verge-rev/releases/latest/download/Clash.Verge_amd64.deb

Step 4: Install Clash Verge (.deb Package)

sudo dpkg -i Clash.Verge_amd64.deb
sudo apt --fix-broken install -y

This fixes missing dependencies automatically.

Step 5: Install and Run AppImage (Alternative Method)

Make it executable:

chmod +x Clash.Verge-x86_64.AppImage

Run it:

./Clash.Verge-x86_64.AppImage

Step 6: Launch Clash Verge

Once installed:

clash-verge

Or launch it from the Applications menu.

Optional Step: Enable System Proxy

Inside Clash Verge Settings → System Proxy, enable:

  • HTTP Proxy

  • SOCKS Proxy

This allows your whole Ubuntu system to route traffic through Clash.

To disable:

gsettings set org.gnome.system.proxy mode 'none'

Keep your subscription rules updated frequently. Many proxies rotate IPs, so syncing your profile helps avoid connection errors and speed drops.

Linux VPS
U
Loading...

Related Posts