Installation

return to Index
Currently, Custard is only available in .deb form for Debian-based Linux distributions.

Gdebi

The easiest way to install the .deb in Gnome is to open it with Gdebi, which will handle dependency installation for you.

Dpkg

To install from the terminal, issue the command

sudo dpkg -i path-to-custard.deb

This is likely to produce an error complaining about unresolved dependencies. If it does, simply run

sudo apt-get -f install

to fix the dependency problem.