Instalação
Para Windows e MacOS
Você pode baixar o Xplorer pelo instalador aqui.
Para Linux
AppImages
Grab the .AppImage file in the releases page and follow this guide.
Distribuições baseadas em Debian e Ubuntu
Grab the .deb file in the releases page.
Você pode instalá-lo com os seguintes comandos:
sudo dpkg -i /path/to/deb/file.deb
ou
sudo apt install /path/to/deb/file.deb
Para sistemas baseados em Arch Linux
Use seu AUR favorito.
yay -S xplorer-bin
#ou para o manjaro
pacman build xplorer-bin
ou
Grab the .pacman file in the releases page.
Você pode instalá-lo das seguintes formas:
sudo pacman -U /path/to/deb/file.pacman
ou
build from source
git clone https://aur.archlinux.org/xplorer-bin.git
cd xplorer-bin
makepkg -si