To use this package repository, add it to your sources list with a public key, then update and install!
sudo curl -o /etc/apt/sources.list.d/gemstone.sources \
http://alpha-ppa.gemtalksystems.com/gemstone.sources
sudo curl -o /etc/apt/keyrings/gemstone.gpg \
http://alpha-ppa.gemtalksystems.com/gemstone.gpg
sudo apt update && sudo apt install gemstone-server
This will ask you some questions and do the install. To "preseed" answers for a non-interactive install, do the
following:
echo gemstone-server gemstone-server/password password mySecret | debconf-set-selections
echo gemstone-server gemstone-server/password-confirm password mySecret | debconf-set-selections
echo gemstone-server gemstone-server/unicode-comparison boolean yes | debconf-set-selections
export DEBIAN_FRONTEND=noninteractive
sudo apt update -q && sudo apt install -q -y gemstone-server
Alternatively, you can browse the
repository directly, download the appropriate package, and use
sudo dpkg --install gemstone-server_*.deb
to install it.
See this video for an example of how to install it.