Updating or Uninstalling UVPackmaster Engine3

Installation:
After step 5 go to the folder you downloaded the Uvpackmaster Engine and right click open to terminal.
After that Example: Copy the version of the currently being installed Engine3

chmod u+x uvpm-engine-pro-{VERSION}-linux-x86_64.run

to this
chmod u+x uvpm-engine-pro-3.4.1-linux-x86_64.run

Updating UvPackmaster Engine3 is simply uninstalling and reinstalling the new one. Not like windows where installing the new version uninstalls the old version.

-----------The command to copy paste in terminal-----------

sudo rm /opt/uvpackmaster -rf

Make sure you paste it without typos.

Im new to Linux(windows 10 User) and would like to switch before windows 10 dies(Using Pop Os). For anyone new/begginer and in case I forgot.

Got tired of the fiddly process updating it so I generated a bash script that makes it much quicker. Place it it some folder where you keep your UVPackmaster downloads and make it executable: chmod +x update-helper.

update-helper (19.2 KB)