rpn Reverse Polish Notation CLI Calculator

rpn is a free and open source math functional language app for Linux. rpn uses the reverse postfix polish notation for the calculation. It is written in C++ and released under GNU Lesser General Public License v3.0. It is is dynamically linked to GNU MP and GNU MPFR. You can read and check the rpn reference manual here.

rpn

How to Install rpn on Ubuntu Linux

rpn is available as a flatpak app from the remote flathub. First install flatpak and flathub on your system and restart it after the installation. You can install flatpak and flathub using below link.

Also Read:  How to Find IP Address in Ubuntu

Install flatpak and flathub

Open the terminal command-line software using the ctrl+alt+t keys and run below rpn flatpak install command.

flatpak install flathub fr.rubet.rpn

Then run below flatpak command. It will run rpn on your terminal app.

flatpak run fr.rubet.rpn

You you can also uninstall it using below command.

sudo flatpak uninstall fr.rubet.rpn

That’s it.

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