Notes is an easy, open-source note-taking software for Linux. The app is open-source and focuses on giving customers a spot to jot down fast ideas, concepts, and so on. The app is textual content solely, and customers cannot add multi-media recordsdata like they will on different note-taking purposes akin to Google Maintain, Evernote, QOwnNotes, and others. Nonetheless, it’s price trying out for people who want a fundamental note-taking app on the Linux desktop. Right here’s how to install Notes on Linux.

Ubuntu directions

iu20rd47tVYyE9ssklgk5QeneDNW3mr6SQAAAABJRU5ErkJggg==

The Notes app for Ubuntu Linux has assist for lots of latest releases of the working system, beginning at Ubuntu 14.04, going all the way in which to Ubuntu 17.04. Not having latest updates presents an issue, as the latest releases of Ubuntu are at 18.04 and 19.04 respectively. Fortunately, the 17.04 launch of Notes works simply effective on trendy Ubuntu techniques.

To begin the set up on Ubuntu, open up a terminal window by urgent Ctrl + Alt + T or Ctrl + Shift + T on the keyboard. Then, as soon as the command-line is open, use the wget downloading software to seize the 17.04 launch of Notes to your Ubuntu PC.

wget 

With the obtain full, use the dpkg command to install this system.

sudo dpkg -i notes_1.0.0_amd64-zesty.deb

As soon as the dpkg command finishes, some dependency points will seem. To repair them, comply with our information on how to appropriate dependency points on Ubuntu Linux.

Debian directions

The developer of Notes doesn’t explicitly assist Debian, and there isn’t a standalone Debian button on the obtain web page. That stated, Ubuntu and Debian are very related, so the packages ought to work simply effective.

To begin the set up of Notes on Debian, open up a terminal window by urgent the keyboard mixture Ctrl + Alt + T or Ctrl + Shift + T. From there, use the wget downloading software to seize the Notes DEB package deal.

Be aware: these on Debian 9, download the Ubuntu 16.04 package linked here, somewhat than the obtain command under.

wget 

Now that the DEB package deal is completed downloading, use the next dpkg command to arrange the Notes app on your Debian PC.

sudo dpkg -i notes_1.0.0_amd64-zesty.deb

When the package deal set up is full, Debian will run into some dependency errors. These issues may be rapidly corrected by following the data in our information on how to repair dependency points on Debian Linux.

Arch Linux directions

As with most third-party purposes accessible on Arch Linux, Notes is distributed on Arch through the AUR. To get Notes working on your Arch PC, begin by launching a terminal window. Then, use the Pacman package deal supervisor to install Git and Base-devel.

sudo pacman -S git base-devel

After putting in the Git and Base-devel are put in on Arch Linux, it’s time to use the AUR to get the newest snapshot of Notes. Utilizing the git clone command under, begin the downloading course of.

git clone 

The snapshot is downloaded to your Arch Linux PC. Subsequent, it’s time to install the Qt5-base package deal, because it’s a important build-time dependency. With out it, the Notes app will fail to construct appropriately. Utilizing the next Pacman command, arrange Qt5-base.

sudo pacman -S qt5-base

Following the set up of Qt5-base, transfer the terminal session into the “notes” listing utilizing the CD command.

cd notes

Inside the “notes” folder, run the makepkg command to begin the constructing course of for Notes. Remember that that is an AUR package deal and points can come up. Ensure to examine the feedback of the Notes AUR web page for steerage if you happen to run into hassle.

makepkg -sri

Fedora/OpenSUSE

As of proper now, there’s no official RPM package deal for Fedora Linux or OpenSUSE. So, if you happen to’re utilizing both of those working techniques, you’ll want to comply with the AppImage or Snap package deal directions.

Snap directions

The Notes app is within the Snap Retailer, which implies that even when your working system isn’t listed on the Notes download page, it’s doable to run the app, as long as the Snapd runtime is supported on your Linux OS.

To begin the set up for the Snap launch of Notes, allow the Snapd runtime by following our information right here. As soon as Snapd is up and working, open up a terminal window by urgent Ctrl + Alt + T or Ctrl + Shift + T. Then, enter the command under to install the app.

sudo snap install notes

AppImage directions

There’s an AppImage launch of Notes, which implies that it doesn’t matter what distribution you utilize, the app will run on it. The AppImage format is ideal for these working a Linux distribution that doesn’t have assist from the developer and doesn’t have official Snap assist.

To get Notes for AppImage, run the instructions under.

mkdir -p ~/AppImages

cd ~/AppImages
wget 
sudo chmod +x notes_1.0.0_amd64.AppImage

Lastly, run the AppImage model of Notes by working the next command.

./notes_1.0.0_amd64.AppImage



Source link

Share.
Leave A Reply

Exit mobile version