2

OS - ArchLinux 64bits

SPECS - i3-3220 - 6gb ram

QGIS 3.0.3 installed as follow.

$ sudo pacman -S qgis gdal python-gdal python-psycopg2 python-owslib python-yaml python-pygments

$ yaourt -S python-jinja-time

On the section ALL - do not appear. enter image description here

On the INSTALLED - do not appear. enter image description here

As you can see, georeferencer is missing.

  • GDAL Georeferencer has been moved in QGIS 3.26 to the Layer menu: https://gis.stackexchange.com/questions/434544/finding-georeferencer-in-qgis – ericek111 Sep 14 '22 at 22:17

1 Answers1

4

You need to install some optional dependencies of QGIS: https://www.archlinux.org/packages/community/x86_64/qgis/

sudo pacman -S --needed fcgi gpsbabel gsl python-jinja python-numpy cmake python-six qt5-tools txt2tags

Vince
  • 20,017
  • 15
  • 45
  • 64