0

I have installed QGIS through the package manager and I can run gpx2shp via terminal. How to launch QGIS though?

In my Ubuntu, I go to the nautilus and I get as result a QGIS desktop icon, which, on click, launches the gui of the application. How to do that in Debian GNU/Linux 8 (jessie)?


Below is the package manager's view:

enter image description here enter image description here

gsamaras
  • 71,951
  • 46
  • 188
  • 305
  • Install `qgis` package (4th in you second screenshot). By then you should gain a desktop icon. If not, open a terminal and type `qgis`. – mistapink Mar 21 '16 at 08:11

1 Answers1

1

Install qgis package (4th in you second screenshot). By then you should gain a desktop icon. If not, open a terminal and type qgis.

Alternatively you can open a terminal and install QGIS from there:

sudo apt-get install qgis
mistapink
  • 1,926
  • 1
  • 26
  • 37