1.Download
wget https://bitbucket.org/rhiokim/haroopad-download/downloads/haroopad-v0.13.1-x64.tar.gz -C path_to_Save
2.Installation
In fact, there are two method to install haroopad on ubuntu, one is using .deb file and the other is using .tar.gz file. Here we are going to use the second method.
go to the folder where the haroopad package is saved and execute the following command
tar xvzf haroopad-v0.13.1-x64.tar.gz -C haroopad
cd haroopad
tar xvzf data.tar.gz
sudo cp -r ./usr /tar zxvf control.tar.gz
sudo chmod 755 postinst
sudo ./postinst
Now,the haroopad is already installed on your machine,but you have to do one more thing before using it. Modify the icon configuration.
sudo vim /usr/share/applications/Haroopad.desktop
Change the 6th line
from
Icon=harropad.png
to
Icon=/usr/share/icons/hicolor/128x128/apps/haroopad.png
Congrats, the awesome Markdown Editor –Harropad is successfully installed. Now you can type haroopad
in the terminal shell or search haroopad
in “search your computer” and click the haroopad
icon to start the application.
June 12, 2017 9:51 PM