Skip to content

djackerick/rargui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leer en Español

RarGUI

A simple Python (Tkinter) GUI for compressing RAR files under Linux.

Image

First: This is only a GUI. You still need to download rar from the official sources.

Ubuntu / Debian / Mint / Pop!_OS

sudo apt update && sudo apt install rar -y

Fedora

sudo dnf install rar -y

RHEL / Rocky / AlmaLinux / CentOS (requiere EPEL)

sudo dnf install epel-release -y && sudo dnf install rar -y

Arch Linux / SteamOS / Bazzite / Manjaro / EndeavourOS

sudo pacman -S rar

openSUSE (Leap / Tumbleweed)

sudo zypper install rar

Binary (Universal Linux)

wget [https://www.rarlab.com/rar/rarlinux-x64.tar.gz](https://www.rarlab.com/rar/rarlinux-x64.tar.gz)
tar -xvf rarlinux-x64.tar.gz
cd rar
sudo make

Second: You probably need to install "python3-tk"

Ubuntu / Debian / Mint / Pop!_OS

sudo apt update && sudo apt install python3-tk -y

Fedora / RHEL / Rocky / AlmaLinux / CentOS (requiere EPEL)

sudo dnf install python3-tkinter -y

Arch Linux / SteamOS / Bazzite / Manjaro / EndeavourOS

sudo pacman -S tk

openSUSE (Leap / Tumbleweed)

sudo zypper install python3-tk

Third: Give execution (+x) permissions

This is valid for every distro

chmod +x rargui.py

Fourth: Just double-click the rargui.py file

Fifth: You can help me to continue improving this GUI by just donating here:

USD-T (Tron):

TLDf5X6oMTrRRvt77qbieDDWthTfpwtPim

Releases

Packages

Contributors

Languages