Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Installation

a-atalla edited this page Sep 23, 2017 · 5 revisions

Download the suitable package for your linux distribution from here

Fedora

su
dnf remove tuxcut   # remove any older version
dnf install tuxcut-6.0beta-1.x86_64.rpm
systemctl start tuxcutd    # run the daemon 

Ubuntu

sudo apt-get purge tuxcut  # remove any older version
sudo dpkg -i tuxcut_6.0beta2_amd64.deb
sudo apt-ge -f install   # to install missing dependencies
sudo systemctl start tuxcutd  # run the daemon 

Finally start the application from the menu

Clone this wiki locally