Installing Onenote



Download this app from Microsoft Store for Windows 10, Windows 8.1, Windows 10 Mobile. See screenshots, read the latest customer reviews, and compare ratings for OneNote for Windows 10. Learning Tools for OneNote is a free Add-in for OneNote that helps everyone improve reading and writing skills, including gifted learners, students with learning differences or a combination of any of a broad range of unique learning abilities. DOWNLOAD ADD-IN.

OneNote is a Windows-based tool designed by Microsoft, and it offers various features and efficient workings to the user. It has a web version and a desktop version. It is an efficient tool to collect drawings, audio, notes, and screen clips. Microsoft does not offer OneNote’s official version for Linux. Still, several open-source tools can work as an alternative to OneNote for Linux, such as SimpleNote, Zim, Joplin, Google Keep, etc. However, users don’t like to use these alternatives instead of OneNote, so it becomes difficult for those who switched from Windows to Linux.

In this case, P3X comes into the picture because it is an open-source note-taking tool that can run OneNote on Linux. P3X connects with a Microsoft account for using Microsoft OneNote, and it also supports RHEL and Debian based distributions. This article covers the details on installing Microsoft OneNote on Linux using P3X easily.

How to Install Microsoft OneNote in Linux

We have mentioned three different procedures to download P3X in your system for using Microsoft OneNote in Linux.

By Using Snapd

First, download snapd packages on the Linux device by using the following codes:

For Ubuntu and Debian, use these codes:

$ sudo apt update
$ sudo apt upgrade
$ sudo apt install snapd

For Arch Linux, use these codes:

Install Onenote Windows 10

$ sudo pacman -Syy
$ sudo pacman -S snapd
$ sudo systemctl enable--now snapd.socket

For Fedora, use these codes:

$ sudo dnf update
$ sudo dnf install snapd
$ sudo systemctl enable--now snapd.socket

Once you execute these commands successfully, the system will download the required snapd packages on the Linux device.

Onenote

After downloading the required files, use the following command for installing P3X in the system:

Installing Onenote 365

Now, open P3X OneNote, and it will redirect you to the Microsoft login page.

In this command line, we have used a “sudo” command that represents the superuser do. It provides all of the security privileges to the command line.

Install

By Using NPM

In this procedure, we can build P3X OneNote from scratch through the NPM tool, but the latest version of NPM consists of bugs, and it can create some errors while working on OneNote in Linux.
First, execute the following command for installing NPM in the Linux system.

For Ubuntu, use this command:

For Debian, use this command:

For Fedora, use this command:

For Arch Linux, use this command:

Now, use the following command for installing the application:

Installing Onenote Desktop

$ sudo npm install-g p3x-onenote --unsafe-perm=true--allow-root
Installing onenote on ipad

Install Onenote Printer Driver

Once the installation is done, execute the below command for opening the applications:

It will redirect you to the Microsoft OneNote login page, so log in and use it without having any trouble.

By Using Applmage

AppImage is an excellent universal software package that works to distribute portable software on Linux that can be used without installing the application in the system.

You can download AppImage from the Github release page or execute the below command for directly downloading it.

Windows 10 Onenote Not Syncing

$ wget https://github.com/patrikx3/onenote/releases/download/v2020.4.185/P3X-OneNote-2020.4.185-i386.AppImage
Installing onenote 2016

After downloading the package successfully, please provide all of the execute permission to your AppImage file, then open it.

Installing Onenote Office 365

Finally, you can use Microsoft OneNote in Linux easily.

Conclusion

Install Onenote Learning Tools

In this article, we have provided complete information on how to install Microsoft OneNote in Linux. As we have explained previously, Microsoft doesn’t offer any official OneNote application for Linux, but you can use it with third-party software. This article has multiple procedures so that you choose according to your convenience. We have covered Snapd, NPM, Applmage software procedures to use Microsoft OneNote in Linux.