Skip to content
fiskus edited this page Mar 15, 2013 · 4 revisions

Installation

On Ubuntu or Debain

Download latest Debian package

$ wget http://fiskus.github.com/rndy/files/rndy-latest.deb

Install it with dpkg

$ dpkg -i rndy-latest.deb

If you haven't xclip or git, start auto resolving dependencies by

$ apt-get install -f

And then try to install it one more time

$ dpkg -i rndy-latest.deb

On Archlinux

Install with yaourt

$ yaourt -S --noconfirm rndy-git

Manualy install from PKDGBUILD

$ wget https://aur.archlinux.org/packages/do/rndy-git/PKGBUILD
$ makepkg -s
$ sudo pacman -U rndy-git-*-any.pkg.tar.xz
$ rm -rf PKGBUILD pkg src rndy-git-*-any.pkg.tar.xz

Install with pacman

Download latest package

$ wget http://fiskus.github.com/rndy/files/rndy-latest.pkg.tar.xz

Install with pacman

$ pacman -U rndy-latest.pkg.tar.xz

Clone this wiki locally