UBPM or Universal Blood Pressure Manager is a free and open source local blood pressure manager application for Linux, Windows and MacOS. Currently it comes with more than 20 devices plugin support. You can easily import your data via CSV, JSON, XML, SQL files or via manual input if your device is not supported. And you can also export your data to CSV, JSON, XML, SQL or PDF format. It also comes with USB, Bluetooth support, SQL queries to analyze data, view report in chart, table or statistics and many more.
Download Universal Blood Pressure Manager [Linux, Windows, MacOS]
How to Install Universal Blood Pressure Manager on Ubuntu
Download UBPM in .AppImage file format from the above download link and save it on your Downloads folder. Open the terminal application and run below commands one by one. Here “ubpm_qt6-1.9.0-x86_64.AppImage” is the downloaded file name. You can change below commands based on your file name.
cd Downloads
sudo chmod +x ~ ubpm_qt6-1.9.0-x86_64.AppImage
./ubpm_qt6-1.9.0-x86_64.AppImage
Install UBPM via Flatpak:
You can also install Universal Blood Pressure Manager via flatpak package file from the flathub store. Open the terminal app and run below UBPM flatpak install command.
flatpak install flathub page.codeberg.lazyt.ubpm
After the installation, you can open it using below comand.
flatpak run page.codeberg.lazyt.ubpm
Note: If you don’t have then install flatpak and flathub on your system using below commands and restart it after the installation.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
You can also uninstall it using below commands.
flatpak uninstall page.codeberg.lazyt.ubpm
[OR]
sudo flatpak uninstall page.codeberg.lazyt.ubpm
Install UBPM via Snap:
It is also available via snap store. In the terminal run below command to install it.
sudo snap install ubpm
It’s also available via snap.