En

简体中文

繁体中文

English

How to confirm which Linux file is suitable for you



Step 1: Identify Your Linux Distribution and System Architecture

  1. Determine Your Linux Distribution
    Open the terminal and execute:

	

cat /etc/os-release

This displays information about your Linux distribution.

  1. Check Your System Architecture
    Run:

	

uname -m
  • Output x86_64: your system uses a 64-bit Intel/AMD processor — download linux-amd64 packages.

  • Output aarch64: your system uses a 64-bit ARM processor — download linux-arm64 packages.



Step 2: Access the Download Page

Visit https://www.5ufclub.com/news/vpn/id/11168/


Step 3: Select and Download the Appropriate Linux Package

On the website, choose Linux as your platform. Review the available package formats — .deb, .rpm, .appimage — and select the one compatible with your Linux distribution and preference. Then, download the package matching your system architecture (amd64 or arm64).