Linux Setup Guide (Beta)
Install CopySync on Linux systems (Pardus, Ubuntu, Debian, etc.) with a single command.
1. Install via .deb Package (Recommended)
The easiest method for Pardus, Debian, or Ubuntu-based systems. Download the .deb package and double-click to install.
Download CopySync .deb2. Install via Terminal
If you prefer to start the visual installer via terminal, use the following command:
curl -sSL https://copysync.tr/static/install.sh | bash
Supported Distributions
✓
Pardus 21/23/25
✓
Ubuntu 22.04+
✓
Debian 11+
✓
Linux Mint
✓
Fedora
✓
Arch Linux
3. Manual Installation
If you don't want to use the script, follow these steps:
- Install required system packages:
python3-gi, gir1.2-gtk-4.0, gir1.2-adw-1 - Install
Python libraries:
requests, keyring - Download the application folder and start with
python3 -m copysync.
Uninstall
To completely remove the application, you can use this command:
copysync-uninstall