How to install Knowte note taking application on Ubuntu

Knowte is a easy to use note taking software for Linux, MacOS and Windows. It is released under GNU General Public License v3.0. Using this you can take your notes quickly and easily organize your notes under your notebooks and collections. It is based on Electron, Angular and Typescript. You can also include images in your notes. You can export your notes on knowte file format or pdf and directly print your notes. You can change application colors, font size and languages. You can filter your notes easily by today, yesterday, this week and book marked.

Install Knowte note taking on Ubuntu

For installation in Ubuntu, you can do it via portable AppImage, snap and native deb file format.

Install Knowte via snap:

Knowte note taking application available in snap store. you can easily install it via your terminal app. Open your Ubuntu terminal app (ctrl+alt+t) run this command. If needed enter your Ubuntu user password to confirm the installation.

sudo snap install knowte

You can open from the application menu.

Also Read:  How to Monitor CPU Memory Disk Network GPU Usage Using Mission Center

Install Knowte via DEB:

Download Knowte

Download the Knowte note taking application .deb installation file from the above download folder. And save it on your Downloads folder. Downloaded file name is “Knowte_2.0.3_amd64.deb“. It will change based on the version number. Just change below commands based on your downloaded file name. In your terminal all run all commands one by one.

cd Downloads
sudo dpkg -i Knowte_2.0.3_amd64.deb
sudo apt-get install -f

Install Knowte via AppImage:

Download the latest Knowte note taking application in .AppImage file format from the above download link and save it on your system Downloads folder. Then run the below commands based on your downloaded file names. for me its “Knowte-2.0.3.AppImage

cd Downloads
sudo chmod +x ~ Knowte-2.0.3.AppImage
./Knowte-2.0.3.AppImage

[or]

sudo ./Knowte-2.0.3.AppImage
If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Leave a Reply