deb [trusted=yes] http://carid.ruc.dk/rumd buster main deb-src [trusted=yes] http://carid.ruc.dk/rumd buster mainTo install RUMD simply use an equivalent of:
apt update apt install rumd rumd-doc python3-rumdYou need to have root privileges, of course.
You can also build the package from the source. To do so, download the source code from the RUMD homepage
http://rumd.org/download.htmland unpack the file using
tar xzvf rumd-X.X.tar.xzwhere
X.X
is the version number. Enter the source directory
cd rumd-X.Xand build the package by typing
makeTo test your installation use
make testThis test will take approximately 5-10 minutes.
Notice, you cannot type make install
since the default path is
different from system to system. We will refer to the installation
path as <RUMD-HOME>