I can't find the QGIS installation path in ubuntu 12.10
asked Feb 26, 2013 at 14:38
-
1Does none of the two answers solve your problem? If one of them did please click the tick next to the answer to mark the question as answered.Stefan– Stefan2018年03月14日 12:38:31 +00:00Commented Mar 14, 2018 at 12:38
3 Answers 3
A quick way to check is to type which qgis
. It will give you the path as was stated above: /usr/bin/qgis
Kadir Şahbaz
78.6k57 gold badges260 silver badges407 bronze badges
answered Feb 27, 2013 at 5:06
QGIS gets installed to /usr
. It is launched by a shell script, /usr/bin/qgis
.
Kadir Şahbaz
78.6k57 gold badges260 silver badges407 bronze badges
answered Feb 26, 2013 at 14:57
The location is /usr/lib/qgis
. In there you have the 'plugins' directory, if you need to add a plugin manually.
J. Monticolo
16k1 gold badge30 silver badges65 bronze badges
answered Apr 12, 2019 at 12:36