Iš kur gauti QGIS?
QGIS laisvai naudojamas šiose platformose: Windows, Linux, MacOS X, BSD ir Android.
Rekomenduojame diegti išleistos programinės įrangos paketus.
Ateinančios laidos įvertinimui ir ne programuotojų pagalbai vystant, mes teikiame ir testavimo paketus (atkreipkite dėmesį į įspėjimą).
Naujų savybių užšaldymo fazėje, kuri eina prieš išleidimą (žiūrėkite Laidų planas), šie paketai realiai yra pre-releases ir mes labai pageidaujame, kad naudotojai juos testuotų.
Norėdami gauti Windows diegiklį eikite į „Pagrindinį diegiklių puslapį <./download.html>“_.
Naujiems naudotojams siūlome atskirus diegiklius.
Labiau pažengę QGIS naudotojai gali naudoti OSGeo4W paketus, kurie leidžia vienu metu įdiegti kelias versijas.
OSGeo4W repozitorijoje yra daug programinės įrangos iš OSGeo projektų, QGIS ir visos priklausomybės, kartu su Python’u, GRASS, GDAL ir pan. Diegiklis gali įdiegti tiesiai iš interneto arba tik atsiųsti reikiamus paketus prieš diegiant. Atsiųsti failai laikomi vietiniame aplanke ateities diegimams. Žingsniai tokie:
Parinkite Advanced Install,
nueikite į „Darbastalio“ skiltį
ir pasirinkite vieną ar daugiau iš šių paketų:
Laida |
Versija |
Paketas |
Aprašymas |
---|---|---|---|
Paskutinė laida |
3.18.x Zürich |
qgis |
Laida |
Kasnaktinė kitos laidos versija |
|||
Ilgalaikės laidos repozitorija |
3.16.x Hannover LTR |
qgis-ltr |
Laida |
Kasnaktinė kitos ilgalaikės laidos versija |
|||
Programavimas |
3.19 master |
Kasnaktinė šiuo metu programuojama versija |
Latest release nightlies SHA: 32 bit , 64 bit
Latest long-term release nightlies SHA: 32 bit , 64 bit
Master nightlies SHA: 32 bit , 64 bit
Nightlies are debug builds (including debugging output)
Atkreipkite dėmesį į įspėjimą.
Pastaba
Nediekite aklai pilno OSGeo4W. Diekite tik QGIS ir galbūt kelis kitus komponentus, kurių jums tikrai reikia. Priklausomybės bus įtrauktos automatiškai. Pilnas diegimas įtraukia komponentus, kuriems reikia trečių šalių priedų, kuriuos reikia įdiegti rankiniu būdu. Diegimas bus nestabilus, jei šios trečių šalių priklausomybės nebus įdiegtos.
Duguba linux distribucijų padalina QGIS į kelis paketus. Jums tikriausiai reikės qgis, qgis-python (kad paleistumėte priedus). Paketus qgis-grass (arba qgis-plugin-grass), qgis-server galima pradžioje praleisti arba diegti tik tada, jei jų tikrai reikia.
Žemiau rasite instrukcijas, kaip įdiegti skirtingose distribucijose. Daugumai distribucijų pateikiamos instrukcijos, kaip įdiegti stabilų QGIS ir kaip įdiegti paskutinę testavimo versiją (atkreipkite dėmesį į įspėjimą).
Here you will simply install the latest stable QGIS (3.18.x Zürich) in your Debian or Ubuntu without having to edit config files.
Pastaba
Although you see ‚Debian‘ in some places, this also works for ‚Ubuntu‘, as one is actually a symlink to the other on our server.
First install some tools you will need for this instructions:
sudo apt install gnupg software-properties-common
Now install the QGIS Signing Key, so QGIS software from the QGIS repo will be trusted and installed:
wget -qO - https://qgis.org/downloads/qgis-2020.gpg.key | sudo gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/qgis-archive.gpg --import
sudo chmod a+r /etc/apt/trusted.gpg.d/qgis-archive.gpg
Add the QGIS repo for the latest stable QGIS (3.18.x Zürich).
Note: „lsb_release -c -s“ in those lines will return your distro name:
sudo add-apt-repository "deb https://qgis.org/debian `lsb_release -c -s` main"
Update your repository information to reflect also the just added QGIS one:
sudo apt update
Now, install QGIS:
sudo apt install qgis qgis-plugin-grass
Pastaba
Add ‚qgis-server‘ to this line if you also want to install QGIS Server
Pagrindinėse Debian ir Ubuntu programų repozitorijose paprastai būna senesnės QGIS versijos.
Norėdami turėti naujesnes versijas, turite pridėti papildomas programų repozitorijas, pridėdami vieną iš žemiau pateikiamų deb-eilučių jūsų /etc/apt/sources.list faile.
Mūsų pagrindinėje repozitorijoje yra keli paketai skirtingoms Debian ir Ubuntu versijoms pagal distribucijų teikiamas priklausomybes.
For Ubuntu we also used to have extra packages in a separate repository that are based on ubuntugis, which held more uptodate versions of other GIS packages than Ubuntu itself for LTS versions. If you want those you also need to include ubuntugis-unstable ppa in your /etc/apt/sources.list file (see ubuntugis documentation).
Pastaba
The release packages are only produced once shortly after a new version has been released. As unstable, not yet released debian versions (testing) and ubuntugis-unstable can have library changes the packages might sooner or later be broken for these targets, when the development in debian, ubuntu or ubuntugis-unstable moves on and their packages used as dependencies in qgis change. In that event you can either
move to a stable debian version and use the released packages for it,
wait for the next point release (due 2021-03-19 12:00:00 UTC), which happens every month and will include the updated dependencies,
switch to a nightly repository (available for the two release branches and master) whose packages are rebuild on regular basis and will also pickup the updated dependencies automatically or
build your own set of packages (see build-debian-packages).
Paketų linijos:
Laida |
Versija |
Aprašymas |
Saugykla |
---|---|---|---|
Paskutinė laida |
3.18.x Zürich |
Debian and Ubuntu laida |
|
Release with ubuntugis-unstable dependencies |
|||
Nightly build of upcoming point release for Debian and Ubuntu 5 |
https://qgis.org/debian-nightly-release https://qgis.org/ubuntu-nightly-release |
||
Nightly build of upcoming point release with ubuntugis-unstable dependencies 5 |
|||
Ilgalaikės laidos repozitorija |
3.16.x Hannover LTR |
Debian and Ubuntu laida |
|
Release with ubuntugis-unstable dependencies |
|||
Nightly build of upcoming point release for Debian and Ubuntu 5 |
https://qgis.org/debian-nightly-ltr https://qgis.org/ubuntu-nightly-ltr |
||
Nightly build of upcoming point release with ubuntugis-unstable dependencies 5 |
|||
Darbinė versija |
3.19 master |
Nightly build for Debian and Ubuntu 5 |
https://qgis.org/debian-nightly https://qgis.org/ubuntu-nightly |
Nightly build with ubuntugis-unstable dependencies 5 |
Palaikomos distribucijų versijos:
Distribucija |
Versija |
Kodinis pavadinimas |
Also available based on ubuntugis-unstable dependencies? |
---|---|---|---|
Debian |
10.x |
buster |
|
sid |
nestabili |
||
Ubuntu |
20.10 |
groovy |
|
20.04 (LTS) |
focal |
taip |
|
18.04 (LTS) |
bionic |
taip |
Pridėkite eilutes vienai iš repozitorijų į jūsų „/etc/apt/sources.list“:
deb *repository* *codename* main
deb-src *repository* *codename* main
Example latest release for Debian unstable:
deb https://qgis.org/debian unstable main
deb-src https://qgis.org/debian unstable main
After that type the commands below to install QGIS:
sudo apt update
sudo apt install qgis qgis-plugin-grass
In case you would like to install QGIS Server, type:
sudo apt update
sudo apt install qgis-server
Pastaba
Prašome pašalinti visus QGIS ir GRASS paketus, kuriuos jūs įdiegėte iš kitų repozitorijų, prieš darydami atnaujinimus.
Įvykus klaidai raktų serveryje, pridėkite qgis.org repositorijos viešą raktą į jūsų apt raktų žiedą, rašykite:
wget -O - https://qgis.org/downloads/qgis-2020.gpg.key | gpg --import
gpg --fingerprint F7E06F06199EF2F2
Turėtų išvesti:
pub rsa4096 2020-08-08 [SCEA] [expires: 2021-08-08]
3987 7635 093F 2656 0197 11FA F7E0 6F06 199E F2F2
uid [ultimate] QGIS Archive Automatic Signing Key (2020) <qgis-developer@lists.osgeo.org>
Patvirtinę antspaudą galite pridėti raktą į apt parašę:
gpg --export --armor F7E06F06199EF2F2 | sudo gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/qgis-archive.gpg --import
sudo chmod a+r /etc/apt/trusted.gpg.d/qgis-archive.gpg
Alternatively you can download the key from a keyserver and add the key to apt in without manual fingerprint verification:
wget -qO - https://qgis.org/downloads/qgis-2020.gpg.key | sudo gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/qgis-archive.gpg --import
sudo chmod a+r /etc/apt/trusted.gpg.d/qgis-archive.gpg
Gaukite paketus bet kuriai Fedora versijai rašydami:
sudo dnf install qgis python3-qgis qgis-grass qgis-server
Default Fedora software repositories often hold older versions of QGIS.
To have newer versions or the latest LTR, you have to add alternative software repositories based on the version you want to install (stable, LTR or testing).
Enable the repository:
sudo dnf copr enable dani/qgis
After that type the commands below to install QGIS:
sudo dnf install qgis python3-qgis qgis-grass
In case you would like to install QGIS Server (note that it’s not a common practice to install both client and server applications on the same machine), type:
sudo dnf install qgis-server python3-qgis
Distribucija |
Versija |
QGIS versija |
GRASS GIS version |
---|---|---|---|
Fedora |
31 |
3.16 |
7.8 |
32 |
3.16 |
7.8 |
|
33 |
3.16 |
7.8 |
More information are available at https://copr.fedorainfracloud.org/coprs/dani/qgis/
Enable the repository:
sudo dnf copr enable dani/qgis-ltr
After that type the commands below to install QGIS:
sudo dnf install qgis python3-qgis qgis-grass
In case you would like to install QGIS Server (note that it’s not a common practice to install both client and server applications on the same machine), type:
sudo dnf install qgis-server python3-qgis
Distribucija |
Versija |
QGIS versija |
GRASS GIS version |
---|---|---|---|
Fedora |
31 |
3.10 |
7.8 |
32 |
3.10 |
7.8 |
|
33 |
3.10 |
7.8 |
More information are available at https://copr.fedorainfracloud.org/coprs/dani/qgis-ltr/
Bandykite ELGIS repozitoriją: http://elgis.argeo.org/
Pastaba
ELGIS reikia įjungti EPEL repozitoriją, žiūrėkite http://wiki.osgeo.org/wiki/Enterprise_Linux_GIS#Note_about_Fedora.2C_ELGIS_and_EPEL
Latest stable and LTR packages called qgis and qgis-ltr are available in the following repositories:
Tumbleweed:
https://download.opensuse.org/repositories/Application:/Geo/openSUSE_Tumbleweed/
Leap 15.2:
https://download.opensuse.org/repositories/Application:/Geo/openSUSE_Leap_15.2/
Leap 15.1:
https://download.opensuse.org/repositories/Application:/Geo/openSUSE_Leap_15.1/
Factory ARM:
https://download.opensuse.org/repositories/Application:/Geo/openSUSE_Factory_ARM/
Factory PowerPC:
https://download.opensuse.org/repositories/Application:/Geo/openSUSE_Factory_PowerPC/
SLE 15 SP1 Backports:
https://download.opensuse.org/repositories/Application:/Geo/SLE_15_SP1_Backports/
SLE 15 SP1 Backports debug:
https://download.opensuse.org/repositories/Application:/Geo/SLE_15_SP1_Backports_debug/
Visuose paketuose įtrauktas GRASS ir Python’o palaikymas.
All openSUSE Geo repositories can be found here:
https://download.opensuse.org/repositories/Application:/Geo/
Packages on https://slackbuilds.org/result/?search=qgis
Archlinux is available in official repository : https://www.archlinux.org/packages/community/x86_64/qgis/
Install with :
pacman -S qgis
QGIS Long Term Release is available in AUR (Arch User Repository).
Install with yaourt or other package manager which support AUR :
yaourt -S qgis-ltr
For bugs and other behaviour, read comments here : https://aur.archlinux.org/packages/qgis-ltr/
QGIS testing is available in AUR (Arch User Repository).
Install with yaourt or other package manager which support AUR :
yaourt -S qgis-git
For bugs and other behaviour, read comments here : https://aur.archlinux.org/packages/qgis-git
There is an QGIS flatpak for QGIS Stable available, maintained by the flathub community.
For general Linux Flatpak install notes, see https://flatpak.org/setup/
QGIS on Flathub: https://flathub.org/apps/details/org.qgis.qgis
To install:
flatpak install --from https://flathub.org/repo/appstream/org.qgis.qgis.flatpakref
Then to run:
flatpak run org.qgis.qgis
To update your flatpak QGIS:
flatpak update
On certain distributions, you may also need to install xdg-desktop-portal or xdg-desktop-portal-gtk packages in order for file dialogs to appear.
Flathub files: https://github.com/flathub/org.qgis.qgis and report issues here: https://github.com/flathub/org.qgis.qgis/issues
Note: if you need to install additional Python modules, because they are needed by a plugin, you can install the module with (here installing the urllib3 module):
flatpak run --command=pip3 org.qgis.qgis install urllib3 --user
Official All-in-one, signed installers for for macOS High Sierra (10.13) and newer can be downloaded from the QGIS download page.
Alternative builds supporting macOS 10.11 El Capitan and later are available from kyngchaos.com
A nightly updated standalone installer from QGIS master can be downloaded from here.
Previous releases of the official installer can be downloaded from https://qgis.org/downloads/macOS/.
Previous releases of the kyngchaos installer can be downloaded from https://www.kyngchaos.com/software/archive/. The oldest installers support macOS 10.4 Tiger.
To install QGIS from binary packages type
pkg install qgis
Or to customize compilation options, you can build it from FreeBSD ports
cd /usr/ports/graphics/qgis
make install clean
To install QGIS from binary packages type
pkg install qgis-ltr
Or to customize compilation options, you can build it from FreeBSD ports
cd /usr/ports/graphics/qgis-ltr
make install clean
An old and deprecated not touch optimised release of QGIS for Android can be found on the google play store.
https://play.google.com/store/apps/details?id=org.qgis.qgis
Įspėjimas
Šiuo metu Android 5 nepalaikomas. Geriausiai palaikomas Android 4.3 ir 4.4.x. Tai darbastalio QGIS aplikacijos versija. Ji tik truputį optimizuota lietimo įrenginiams, todėl reikia gerai įsitikinti jos tinkamumu kasdieniam darbui. Yra kitos programos, kurios specialiai kurtos ir pritaikytos liečiamiems įrenginiams.
Įspėjimas
QGIS testavimo paketai kai kurioms platformoms pateikiami kartu su stabilia QGIS versija. QGIS testavimo versijose yra neišleista programinė įranga, kuri šiuo metu kuriama. Tokios versijos teikiamos tik ankstyviems naudotojams, kad jie galėtų patikrinti, ar pataisytos senos klaidos ir ar neatsirado naujų. Nors ir kruopščiai bandome išvengti sugadinimų, testavimo versijos gali bet kuriuo metu nebeveikti arba daryti blogus dalykus jūsų duomenims. Būkite atsargūs. Jūs buvote įspėti!