Hugin 2022.0.0 Released! How to install it in Ubuntu 22.04 | 20.04

Last updated: December 18, 2022 — 3 Comments

The Hugin panorama photo stitcher finally announced the 2022.0.0 release! Ubuntu PPA updated for Ubuntu 18.04, Ubuntu 20.04, Ubuntu 22.04 and Ubuntu 22.10.

One year per release! The 2022 release is finally here, though there’s not so many changes!

  • Add simple edge fill option to fill black edges in panorama with homogenous color.
  • Simplified the assistant page with only the necessary GUI controls to make it more clear for beginners and casual users.
  • Several improvements to control points tab (e.g. magnifier displays now warped image for better judgement of wide angle/fisheye images).
  • Improved handling of duplicate control points when running cpfind.
  • Extended command line tools pto_mask (--delete-mask) and pano_modify (allow specifying crop relative to canvas size).

There are as well some bug-fixes in the release, including fulla flatfield extremely dark, high DPI display support for Windows, and Hugin Calibrate Lens launch issue on Debian Testing Cinnamon.

How to install Hugin 2022.0.0 in Ubuntu:

For the source tarball as well as Windows msi packages, go the sourceforge download page.

For all current Ubuntu releases, including Ubuntu 18.04, Ubuntu 20.04, Ubuntu 22.04, Ubuntu 22.10, and their based systems, I’ve made the unofficial package into this PPA repository.

I also sync the packages into the apps PPA, use either one as you prefer.

1. First, press Ctrl+Alt+T on keyboard to open terminal. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:ubuntuhandbook1/hugin

Type user password (no asterisk feedback) when it asks and hit Enter to continue.

2. Update system package cache for Ubuntu 18.04 and Linux Mint, though it’s done automatically while adding PPA in Ubuntu 20.04+:

sudo apt update

3. Finally, either run the command below in terminal to install the panorama photo stitcher:

sudo apt install hugin

Or, upgrade the software (if an old version was installed) via Software Updater (Update Manager) app:

Uninstall hugin:

To remove the software package, simply run command:

sudo apt remove --autoremove hugin hugin-data

And, remove the PPA either by running command in terminal:

sudo add-apt-repository --remove ppa:ubuntuhandbook1/hugin

Or remove the source line from ‘Software & Updates‘ utility under Other Software tab.

Twitter

I'm a freelance blogger who started using Ubuntu in 2007 and wishes to share my experiences and some useful tips with Ubuntu beginners and lovers. Please comment to let me know if the tutorial is outdated! And, notify me if you find any typo/grammar/language mistakes. English is not my native language. Contact me via ubuntuhandbook1@gmail.com Buy me a coffee: https://ko-fi.com/ubuntuhandbook1

3 responses to Hugin 2022.0.0 Released! How to install it in Ubuntu 22.04 | 20.04

  1. Hi Jim,

    after Install on Mint 21 Hugin does not start. If i start it with the console then i get this:
    “hugin: error while loading shared libraries: libIlmImf-2_5.so.25: cannot open shared object file: No such file or directory”

    But there is libIlmImf-2_5.so.26 and a few files more installed (openexr?). I think i got these and other updates with an other install or update of any software installed. What i don#t know, if this is the only problem that will occure with Hugin.

    • Seems you have openexr package installed from 3rd party repository.

      Try:
      1. open Synaptic package manager from start menu.
      2. search and highlight libopenexr25 package in Synaptic.
      3. go to menu Package -> Force Version. And, see if it possible to downgrade the package to ‘2.5.7-1’ without affecting other apps that depend on it.

      If you can’t downgrade that library, you may either build Hugin yourself against libIlmImf-2_5.so.26, or report the issue at https://bugs.launchpad.net/hugin

Leave a Reply

Text formatting is available via select HTML.

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> 

*