Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 615 Bytes

ubuntu_installation.md

File metadata and controls

25 lines (18 loc) · 615 Bytes
layout title
default
Ubuntu Installation

xwax has been packaged for Ubuntu and is available from the universe package repositories.

Stable release

sudo apt-get install xwax

You can see which version is available in which release on Launchpad.

Bleeding edge

To stay bleeding edge, you can do the following:

sudo add-apt-repository ppa:dholbach/ppa
sudo apt-get update
sudo apt-get install xwax

Note: the xwax-scan and xwax-import scripts are located under /usr/share/xwax should you wish to replace them with customized versions.