top of page
Download Notes for Debian / Ubuntu
If you wish to install Daino Notes using the .deb file, you can do it easily by typing this command in the terminal:
sudo dpkg -i notes_0.9.0_amd64.deb
>
sudo dpkg -i notes_0.1.0_amd64.deb
>
If you get dependencies errors during installation, just use this command. It should install all the required dependencies and fix the problem:
sudo dpkg -i notes_0.9.0_amd64.deb
>
sudo apt-get -f install
>
*The notes database is stored in: /home/user/.config/Awesomeness/
bottom of page