OneNote is Microsoft’s reply to Google Preserve, Evernote, and the numerous different cloud-based Be aware-taking purposes on the market immediately. It integrates inside the Microsoft Workplace Suite, and customers are free to use it, as long as they create a free account.

OneNote has a desktop software, however it doesn’t help the Linux platform. Plainly in contrast to Microsoft’s different apps, there are not any plans to launch OneNote to open supply OS followers. Consequently, the P3X OneNote consumer was born.

P3X OneNote is an unofficial software for Linux that lets customers create, and share notes proper from the Linux platform. On this information, we’ll go over the numerous methods to install Microsoft OneNote on Linux.

Snap set up

The quickest, easiest method to use the unofficial model of OneNote on Linux working programs is to install the Snap launch. Nevertheless, earlier than it may be put in, Snap help should be enabled.

Z

Most Linux working programs have help for Snap packages. From Ubuntu, all the best way to hobbyist distributions like Gentoo, and Arch Linux. Nonetheless, numerous these Linux working programs (apart from Ubuntu) don’t allow Snap help by default. So, head over to this information right here to be taught all about how to get Snaps working on your Linux OS. Then, as soon as it’s arrange, use the snap install command under to get the newest launch of OneNote from the Snap retailer.

sudo snap install p3x-onenote

AppImage set up

One other manner to use the unofficial Microsoft OneNote app on Linux is with AppImage. The AppImage launch isn’t as properly often called the Snap model, however it’s nonetheless value trying out. Primarily as there’s no want to install any third-party libraries. As a substitute, every part is self-contained inside the picture file, and it’ll run on each single Linux working system in existence. Better of all,  AppImages are moveable applications so you’ll be able to take it wherever!

To begin the AppImage set up, you’ll want to open up a terminal window on the desktop. To do that, press Ctrl + Alt + T or Ctrl + Shift + T on the keyboard. As soon as the terminal window is open, use the mkdir command to create a brand new listing with the label of “AppImages.”

mkdir -p ~/AppImages

Transfer the terminal session from the house folder (~) into the newly created “AppImages” listing utilizing the CD command.

cd ~/AppImages

Inside the brand new “AppImages” listing, use the wget downloading software to seize the newest launch of P3X OneNote in your Linux OS. Needless to say you’ll need to re-download new AppImage information for P3X OneNote with every replace!

For the 64-bit model of P3X OneNote, use the next obtain command.

wget 

Or, for the 32-bit model of P3X OneNote, do that command as an alternative.


When the AppImage file is completed downloading, the permissions for it should be modified, as its present permissions imply that it’s not doable to launch it as a program. To alter file permissions, use the chmod command.

chmod +x P3X-OneNote-*.AppImage

With the file permissions absolutely up to date, you’ll have the opportunity to execute P3X OneNote for the primary time by working it as a command, with “./” in entrance of the filename.

./P3X-OneNote-*.AppImage

From right here on out, launch the app with:

cd ~/AppImages
./P3X-OneNote-*.AppImage

Or, by opening the Linux file supervisor, opening the “AppImages” folder, and double-clicking on the P3X OneNote AppImage file.

NodeJS/NPM set up

As well as to being put in by way of Snap and AppImage, P3X OneNote could be constructed from scratch with NodeJS and the NPM packaging software. To begin the set up, open up a terminal window and install the newest NPM on your system.

Be aware: the NPM model of P3X OneNote is buggy, and will not be just right for you. Use this software program at your personal danger!

Ubuntu

sudo apt install npm

Debian

sudo apt-get install npm

Arch Linux

sudo pacman -S npm

Fedora

sudo dnf install npm

OpenSUSE

sudo zypper install npm

Generic Linux

Most Linux working programs help NodeJS and the NPM package deal supervisor. To install it, head over to Pkgs.org, and find your working system within the listing. Alternatively, if there are not any binary packages listed for the distribution you at present use, head over to this page to learn the way to install NodeJS from supply.

When you’ve bought the NPM package deal supervisor arrange on your Linux PC, the P3X OneNote set up course of can start. To begin, use the npm install command under. It’ll obtain every part it wants, and mechanically construct the code moderately rapidly.

sudo npm install -g p3x-onenote --unsafe-perm=true --allow-root

Assuming the constructing course of is profitable for P3X OneNote, you’ll have the opportunity to run this system by urgent Alt + F2 on the keyboard, and coming into the launch command under into the quick-launch window.

Be aware: apart from the quick-launcher, P3X OneNote also can run instantly from any terminal with the command under.

p3x-onenote



Source link

Share.
Leave A Reply

Exit mobile version