Skip to content

Installation on Linux

Jorge Pizarro Callejas edited this page Jun 1, 2015 · 7 revisions

⚠️ Please check these links and ensure that the packagers are trustworthy before the installation of any binary packages.

Arch Linux (AUR)

https://aur.archlinux.org/packages/cutemarked/
https://aur.archlinux.org/packages/cutemarked-git/

Mageia 5

A binary package (RPM) of CuteMarkEd will be included in the Mageia 5 release. Mageia App Db Entry

Fedora 20

as root

> cd /etc/yum.repos.d
> wget download.opensuse.org/repositories/home:/cloose1974/Fedora_20/home:cloose1974.repo
> yum install cutemarked

Fedora 21

as root

> cd /etc/yum.repos.d
> wget download.opensuse.org/repositories/home:/cloose1974/Fedora_21/home:cloose1974.repo
> yum install cutemarked

openSUSE 13.1

as root

> zypper addrepo http://http://download.opensuse.org/repositories/home:/cloose1974/openSUSE_13.1/home:cloose1974.repo
> zypper refresh
> zypper install cutemarked

Gentoo and based

first, install Layman with Git support (USE="git")

> emerge layman

then, add jorgicio overlay

> layman -a jorgicio

then, install cutemarked. It automatically resolves dependencies:

> emerge cutemarked