Установка
#
For Windows and MacOSYou can download Xplorer from the installer here.
#
For Linux#
AppImagesGrab the .AppImage file in the releases page and follow this guide.
#
Debian and Ubuntu based distrosGrab 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 distrosUse 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