Logo
  • Ubuntu
  • CentOS
  • Debian
  • Fedora
  • RedHat

How to Install Microsoft OneNote in Linux - DesignLinux

May 29 2020
designlinux 0 Comments

Microsoft OneNote is a Windows-based application for information gathering in free form and collaborates in a multi-user environment. It is available in both web version (Cloud) and desktop version and it is very useful in gathering user’s notes, drawings, screen clippings, and audio narrations. Notes can be shared over the internet or a network with other OneNote users.

Microsoft does not provide an official version of OneNote for Linux distributions and there are few open-source and other alternatives for OneNote for Linux Distros like:

  • Zim
  • Joplin
  • SimpleNote
  • Google Keep

and a few more alternatives to choose from. But some people like the OneNote and people switching from Windows to Linux will find it difficult to use alternate solutions at initial times.

P3X OneNote is an open-source note-taking application that runs your Microsoft OneNote in Linux. It was created with Electron and runs in desktop as a separate browser process independent of any browser.

It connects with your Microsoft account (Corporate or Personal) to use OneNote and the data is cached and is faster to use than always opening new windows. P3X OneNote supports Debian as well as RHEL based distributions.

In this article we will see how to install P3X OneNote (Microsoft OneNote Alternative) in Linux.

Installing P3X OneNote on Linux Systems

To install P3X OneNote in Linux, we can use Snap or Appimage as shown.

Install P3X OneNote Using Snap

First update your system software packages and install snapd package using your package manager as shown.

------------ On Debian and Ubuntu ------------ 
$ sudo apt update
$ sudo apt upgrade
$ sudo apt install snapd


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


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

Next, install P3X OneNote using the snap command as shown.

$ sudo snap install p3x-onenote

Once installed, open the P3X OneNote, which will prompt your Microsoft account login.

Microsoft Login

Microsoft Login

P3X One Note

P3X One Note

Install P3X OneNote Using AppImage

AppImage is a universal software package for distributing portable software on Linux, which can simply be downloaded and run on any Linux platform without the need of installing the application.

Go to the Github release page and download the supported Appimage file for your architecture or use the following wget command to download it directly on the terminal.

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

Next, grant the execute permission to the Appimage File and Launch it.

$ chmod +x P3X-OneNote-2020.4.169.AppImage
$ ./P3X-OneNote-2020.4.169.AppImage

In this article we have seen how to install P3X OneNote for Linux Distribution. Try installing different alternative applications of OneNote and share it with us which one feels the best.

Sharing is Caring…
Share on FacebookShare on TwitterShare on LinkedinShare on Reddit

Related

Tags: Microsoft Alternatives Apps

10 Top Most Popular Linux Distributions of 2020

Prev Post

rdiff-backup – A Powerful Incremental Backup Tool Now Supports Python 3

Next Post
Archives
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • July 2022
  • June 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
Categories
  • AlmaLinux
  • Android
  • Ansible
  • Apache
  • Arch Linux
  • AWS
  • Backups
  • Bash Shell
  • Bodhi Linux
  • CentOS
  • CentOS Stream
  • Chef
  • Cloud Software
  • CMS
  • Commandline Tools
  • Control Panels
  • CouchDB
  • Data Recovery Tools
  • Databases
  • Debian
  • Deepin Linux
  • Desktops
  • Development Tools
  • Docker
  • Download Managers
  • Drupal
  • Editors
  • Elementary OS
  • Encryption Tools
  • Fedora
  • Firewalls
  • FreeBSD
  • FTP
  • GIMP
  • Git
  • Hadoop
  • HAProxy
  • Java
  • Jenkins
  • Joomla
  • Kali Linux
  • KDE
  • Kubernetes
  • KVM
  • Laravel
  • Let's Encrypt
  • LFCA
  • Linux Certifications
  • Linux Commands
  • Linux Desktop
  • Linux Distros
  • Linux IDE
  • Linux Mint
  • Linux Talks
  • Lubuntu
  • LXC
  • Mail Server
  • Manjaro
  • MariaDB
  • MongoDB
  • Monitoring Tools
  • MySQL
  • Network
  • Networking Commands
  • NFS
  • Nginx
  • Nodejs
  • NTP
  • Open Source
  • OpenSUSE
  • Oracle Linux
  • Package Managers
  • Pentoo
  • PHP
  • Podman
  • Postfix Mail Server
  • PostgreSQL
  • Python
  • Questions
  • RedHat
  • Redis Server
  • Rocky Linux
  • Security
  • Shell Scripting
  • SQLite
  • SSH
  • Storage
  • Suse
  • Terminals
  • Text Editors
  • Top Tools
  • Torrent Clients
  • Tutorial
  • Ubuntu
  • Udemy Courses
  • Uncategorized
  • VirtualBox
  • Virtualization
  • VMware
  • VPN
  • VSCode Editor
  • Web Browsers
  • Web Design
  • Web Hosting
  • Web Servers
  • Webmin
  • Windows
  • Windows Subsystem
  • WordPress
  • Zabbix
  • Zentyal
  • Zorin OS
Visits
  • 0
  • 731
  • 573,124

DesignLinux.com © All rights reserved

Go to mobile version