安裝
For Windows and MacOS
You can download Xplorer from the installer here.
For Linux
AppImages
Grab the .AppImage file in the releases page and follow this guide.
Debian and Ubuntu based distros
Grab the .deb file in the releases page.
You can install it by:
sudo dpkg -i /path/to/deb/file.deb
or
sudo apt install /path/to/deb/file.deb
Arch based distros
Use you favorite aur helper.
yay -S xplorer-bin
#or for manjaro
pacman build xplorer-bin
or
Grab the .pacman file in the releases page.
You can install it by:
sudo pacman -U /path/to/deb/file.pacman
or
build from source
git clone https://aur.archlinux.org/xplorer-bin.git
cd xplorer-bin
makepkg -si