calculator - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139) +---- Thread: calculator (/showthread.php?tid=10278) |
calculator - chris_02 - 06-16-2020 calculator is a good application however I use the inverted Polish notation (RPN) on a daily basis. galculator is a calculator based on GTK 2 / GTK 3 with ordinary notation and Reverse Polishing Notation (RPN). is it possible to replace calculator with galculator? RE: calculator - Boern - 06-16-2020 You can just install it. Code: sudo apt install galculator RE: calculator - chris_02 - 06-16-2020 (06-16-2020, 02:28 PM)Boern Wrote: You can just install it. Yes, I had galculator installed with software. In software, it is not possible to delete calculator. but we can remove it with apt remove gnome-calculator. |