I have been using Hiawatha for some time now on my Ubuntu 14.04.4 LTS server, and really enjoy the security, simplicity, and speed. However, with each update, i have been downloading and compiling manually into a .deb package.
I see that someone has added hiawatha to the ubuntu PPA repository, and I would like to use this.
What sort of steps are necessary to switch over from my compiled installation, to an apt-get update installation via the repository?
I already have Hiawatha installed via the tar.gz file and the "make deb" instructions you created. Will adding the repository, and running apt-get install over the existing install cause any problems that you're aware of?
Hugo Leisink
13 March 2016, 17:24
No, apt-get uses dpkg underneat. So, it will simply replace any existing package when a newer one has been found.