Ubuntu PPA (recommended)

A Ubuntu PPA is available and is the recommended method of installation. To add the repository and install GiftWrap from it, follow either of the following guides:

Graphical (easy)

Go to SystemAdministrationSoftware Sources and click on the Third-Party Software tab. Click Add, and depending on your Ubuntu version, copy/paste one of these lines in:


9.04 "Jaunty Jackalope":
deb http://ppa.launchpad.net/giftwrap/ppa/ubuntu jaunty main #GiftWrap

8.10 "Intrepid Ibex":

deb http://ppa.launchpad.net/giftwrap/ppa/ubuntu intrepid main #GiftWrap

9.10 "Karmic Koala":

deb http://ppa.launchpad.net/giftwrap/ppa/ubuntu karmic main #GiftWrap

After that, click Add and Close. Open the Authentication tab, download and save the GiftWrap key (right-click and Save As) and use the Import Key File... button to import the saved key.

After that, click Close, Reload, and just click here to install GiftWrap. Enjoy!

Terminal (fast)

Copy/paste the following into the terminal to quickly install:

echo deb http://ppa.launchpad.net/giftwrap/ppa/ubuntu `lsb_release -cs` main | sudo tee /etc/apt/sources.list.d/ppa.list
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 207CAD03
sudo apt-get update && sudo apt-get install giftwrap

Source code & .debs

The source code and individual .debs, all with md5 sums, are available here.