- Download Pasang Emas from pasang-emas.sourceforge.net (the latest release file is pasang-emas-5.2.0.tar.xz).
- Unzip/extract the downloaded file.
- Inside a command line terminal, go to the unzipped folder. In my case, I used this command:
$ cd Downloads/pasang-emas-5.2.0/
- Then, install all dependencies. The following command should do the work:
$ sudo apt install build-essential gtk+-3.0 yelp itstool libxml2-utils
- Then build and install Pasang Emas using the following commands:
$ ./configure $ make $ sudo make install
Anyway, enjoy!