{"id":15156,"date":"2023-09-17T09:34:44","date_gmt":"2023-09-17T00:34:44","guid":{"rendered":"https:\/\/lab4ict.com\/system\/?p=15156"},"modified":"2023-10-01T21:18:25","modified_gmt":"2023-10-01T12:18:25","slug":"qgis%e3%82%92%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%e3%81%99%e3%82%8b%ef%bc%81%ef%bc%88ubuntu-desktop-22-04%ef%bc%89","status":"publish","type":"post","link":"https:\/\/lab4ict.com\/system\/archives\/15156","title":{"rendered":"QGIS\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\uff01\uff08Ubuntu Desktop 22.04\uff09"},"content":{"rendered":"<p>Ubuntu Desktop 22.04\u306bQGIS\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u307e\u3059\u3002<br \/>\n<!--more--><\/p>\n<h2>\u5b9f\u884c\u74b0\u5883\u3092\u78ba\u8a8d\u3059\u308b\uff01<\/h2>\n<p>\u5b9f\u884c\u74b0\u5883\u3092\u78ba\u8a8d\u3057\u307e\u3059\u3002<\/p>\n<pre class=\"brush: plain; highlight: [1]; title: ; notranslate\" title=\"\">\r\n$ hostnamectl\r\n Static hostname: vmsubu03-loc-lab4ict-com\r\n Pretty hostname: vmsubu03.loc.lab4ict.com\r\n       Icon name: computer-vm\r\n         Chassis: vm\r\n      Machine ID: 112e02b1c1d048dc890533d8ef15a212\r\n         Boot ID: d64e47cd181f47329f4d9a42f49cb5d3\r\n  Virtualization: oracle\r\nOperating System: Ubuntu 22.04.3 LTS              \r\n          Kernel: Linux 6.2.0-32-generic\r\n    Architecture: x86-64\r\n Hardware Vendor: innotek GmbH\r\n  Hardware Model: VirtualBox\r\n<\/pre>\n<h2>QGIS\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u3092\u767b\u9332\u3059\u308b\uff01<\/h2>\n<p>\u524d\u63d0\u30d1\u30c3\u30b1\u30fc\u30b8\u3068\u306a\u308bgnupg\u3001software-properties-common\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u307e\u3059\u3002Ubuntu Desktop 22.04\u306b\u306f\u3001\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u6e08\u307f\u3067\u3057\u305f\u3002<\/p>\n<pre class=\"brush: plain; highlight: [1]; title: ; notranslate\" title=\"\">\r\n$ sudo apt install gnupg software-properties-common\r\nReading package lists... Done\r\nBuilding dependency tree... Done\r\nReading state information... Done\r\ngnupg is already the newest version (2.2.27-3ubuntu2.1).\r\nsoftware-properties-common is already the newest version (0.99.22.7).\r\n0 upgraded, 0 newly installed, 0 to remove and 16 not upgraded.\r\n<\/pre>\n<p>QGIS \u7f72\u540d\u30ad\u30fc\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u307e\u3059\u3002<\/p>\n<pre class=\"brush: plain; highlight: [1]; title: ; notranslate\" title=\"\">\r\n$ sudo wget -O \/etc\/apt\/keyrings\/qgis-archive-keyring.gpg https:\/\/download.qgis.org\/downloads\/qgis-archive-keyring.gpg\r\n--2023-09-17 08:43:39--  https:\/\/download.qgis.org\/downloads\/qgis-archive-keyring.gpg\r\nResolving download.qgis.org (download.qgis.org)... 104.21.71.41, 172.67.143.23, 2606:4700:3035::6815:4729, ...\r\nConnecting to download.qgis.org (download.qgis.org)|104.21.71.41|:443... connected.\r\nHTTP request sent, awaiting response... 200 OK\r\nLength: 1969 (1.9K)\r\nSaving to: \u2018\/etc\/apt\/keyrings\/qgis-archive-keyring.gpg\u2019\r\n\r\n\/etc\/apt\/keyrings\/qgis-archiv 100%&#x5B;=================================================&gt;]   1.92K  --.-KB\/s    in 0s      \r\n\r\n2023-09-17 08:43:40 (26.1 MB\/s) - \u2018\/etc\/apt\/keyrings\/qgis-archive-keyring.gpg\u2019 saved &#x5B;1969\/1969]\r\n<\/pre>\n<p>QGIS\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u3092\u767b\u9332\u3057\u307e\u3059\u3002<\/p>\n<pre class=\"brush: plain; highlight: [1]; title: ; notranslate\" title=\"\">\r\nsudo cat &lt;&lt;EOF | sudo tee \/etc\/apt\/sources.list.d\/qgis.sources\r\nTypes: deb deb-src\r\nURIs: https:\/\/qgis.org\/ubuntu\r\nSuites: jammy\r\nArchitectures: amd64\r\nComponents: main\r\nSigned-By: \/etc\/apt\/keyrings\/qgis-archive-keyring.gpg\r\nEOF\r\n<\/pre>\n<h2>QGIS\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\uff01<\/h2>\n<p>\u30ea\u30dd\u30b8\u30c8\u30ea\u306e\u60c5\u5831\u3092\u66f4\u65b0\u3057\u307e\u3059\u3002<\/p>\n<pre class=\"brush: plain; highlight: [1]; title: ; notranslate\" title=\"\">\r\n$ sudo apt update\r\nHit:1 http:\/\/jp.archive.ubuntu.com\/ubuntu jammy InRelease                                                              \r\nGet:2 http:\/\/security.ubuntu.com\/ubuntu jammy-security InRelease &#x5B;110 kB]                                              \r\nGet:3 http:\/\/jp.archive.ubuntu.com\/ubuntu jammy-updates InRelease &#x5B;119 kB]     \r\nGet:4 https:\/\/ubuntu.qgis.org\/ubuntu jammy InRelease &#x5B;2,718 B]                            \r\nGet:5 https:\/\/ubuntu.qgis.org\/ubuntu jammy\/main Sources &#x5B;1,490 B]\r\nGet:6 https:\/\/ubuntu.qgis.org\/ubuntu jammy\/main amd64 Packages &#x5B;23.3 kB]\r\nFetched 257 kB in 3s (75.7 kB\/s)    \r\nReading package lists... Done\r\nBuilding dependency tree... Done\r\nReading state information... Done\r\n11 packages can be upgraded. Run 'apt list --upgradable' to see them.\r\n<\/pre>\n<p>QGIS\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u3092\u4f7f\u7528\u3057\u3066\u3001QGIS\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u307e\u3059\u3002<\/p>\n<pre class=\"brush: plain; highlight: [1]; title: ; notranslate\" title=\"\">\r\n$ sudo apt install qgis qgis-plugin-grass\r\nReading package lists... Done\r\nBuilding dependency tree... Done\r\nReading state information... Done\r\nThe following packages were automatically installed and are no longer required:\r\n  linux-headers-5.19.0-41-generic linux-hwe-5.19-headers-5.19.0-41 linux-image-5.19.0-41-generic\r\n  linux-modules-5.19.0-41-generic linux-modules-extra-5.19.0-41-generic\r\nUse 'sudo apt autoremove' to remove them.\r\nThe following additional packages will be installed:\r\n  binutils binutils-common binutils-x86-64-linux-gnu blt fonts-lyx g++ g++-11 gcc gcc-11 gdal-bin gdal-data grass-core\r\n  grass-doc javascript-common libaec0 libarmadillo10 libarpack2 libasan6 libassimp5 libbinutils libblosc1 libboost-dev\r\n  libboost1.74-dev libc-dev-bin libc-devtools libc6-dev libcc1-0 libcfitsio9 libcharls2 libclang1-14 libcrypt-dev\r\n  libctf-nobfd0 libctf0 libde265-0 libdraco4 libexpat1-dev libfcgi-bin libfcgi0ldbl libfftw3-double3 libfreexl1\r\n  libfyba0 libgcc-11-dev libgdal30 libgeos-c1v5 libgeos3.10.2 libgeotiff5 libgsl27 libgslcblas0 libhdf4-0-alt\r\n  libhdf5-103-1 libhdf5-cpp-103-1 libhdf5-hl-100 libheif1 libitm1 libjs-jquery libjs-jquery-ui libjs-leaflet\r\n  libjs-sphinxdoc libjs-underscore libkmlbase1 libkmldom1 libkmlengine1 liblaszip8 liblbfgsb0 libllvm14 liblsan0\r\n  libminizip1 libmng2 libmysqlclient21 libnetcdf19 libnsl-dev libodbc2 libodbcinst2 libogdi4.1 libopenblas-dev\r\n  libopenblas-pthread-dev libopenblas0 libopenblas0-pthread libpdal-base13 libpdal-plugin-draco libpdal-plugin-e57\r\n  libpdal-plugin-faux libpdal-plugin-hdf libpdal-plugin-i3s libpdal-plugin-icebridge libpdal-plugin-pgpointcloud\r\n  libpdal-plugins libpdal-util13 libpq5 libproj22 libprotobuf-lite23 libpython3-dev libpython3.10-dev libqca-qt5-2\r\n  libqca-qt5-2-plugins libqgis-3d3.32.2 libqgis-analysis3.32.2 libqgis-app3.32.2 libqgis-core3.32.2\r\n  libqgis-customwidgets libqgis-gui3.32.2 libqgis-native3.32.2 libqgis-server3.32.2 libqgisgrass7-3.32.2\r\n  libqgispython3.32.2 libqhull-r8.0 libqscintilla2-qt5-15 libqscintilla2-qt5-l10n libqt53danimation5 libqt53dcore5\r\n  libqt53dextras5 libqt53dinput5 libqt53dlogic5 libqt53dquickscene2d5 libqt53drender5 libqt5charts5 libqt5concurrent5\r\n  libqt5designer5 libqt5designercomponents5 libqt5help5 libqt5keychain1 libqt5location5 libqt5multimedia5\r\n  libqt5multimediawidgets5 libqt5opengl5 libqt5pdf5 libqt5positioning5 libqt5positioningquick5 libqt5printsupport5\r\n  libqt5qml5 libqt5qmlmodels5 libqt5quick5 libqt5quickwidgets5 libqt5sensors5 libqt5serialport5 libqt5sql5\r\n  libqt5sql5-sqlite libqt5svg5 libqt5test5 libqt5webchannel5 libqt5webkit5 libqt5xml5 libqwt-qt5-6 librttopo1\r\n  libspatialindex6 libspatialite7 libsqlite3-mod-spatialite libstdc++-11-dev libsuperlu5 libsz2 libtirpc-dev libtk8.6\r\n  libtsan0 libubsan1 liburiparser1 libxerces-c3.2 libxsimd-dev libzip4 linux-libc-dev manpages-dev mysql-common\r\n  proj-bin proj-data python-babel-localedata python-matplotlib-data python3-appdirs python3-attr python3-babel\r\n  python3-beniget python3-brotli python3-bs4 python3-cycler python3-decorator python3-dev python3-distutils\r\n  python3-fonttools python3-fs python3-gast python3-gdal python3-html5lib python3-ipython-genutils python3-jinja2\r\n  python3-jsonschema python3-jupyter-core python3-kiwisolver python3-lxml python3-lz4 python3-matplotlib\r\n  python3-mpmath python3-nbformat python3-numpy python3-owslib python3-packaging python3-pbr python3-pil.imagetk\r\n  python3-plotly python3-ply python3-psycopg2 python3-pygments python3-pyproj python3-pyqt5 python3-pyqt5.qsci\r\n  python3-pyqt5.qtmultimedia python3-pyqt5.qtpositioning python3-pyqt5.qtsql python3-pyqt5.qtsvg\r\n  python3-pyqt5.qtwebkit python3-pyqt5.sip python3-pyrsistent python3-pythran python3-qgis python3-qgis-common\r\n  python3-scipy python3-setuptools python3-sip python3-soupsieve python3-sympy python3-tenacity python3-tk\r\n  python3-traitlets python3-ufolib2 python3-unicodedata2 python3-webencodings python3.10-dev qdoc-qt5 qgis-common\r\n  qgis-plugin-grass-common qgis-provider-grass qgis-providers qgis-providers-common qhelpgenerator-qt5\r\n  qml-module-qtcharts qt3d-assimpsceneimport-plugin qt3d-defaultgeometryloader-plugin qt3d-gltfsceneio-plugin\r\n  qt3d-scene2d-plugin qt5-assistant qt5-image-formats-plugin-pdf qt5-image-formats-plugins qtattributionsscanner-qt5\r\n  qtchooser qttools5-dev-tools rpcsvc-proto tk8.6-blt2.5 unicode-data unixodbc-common zlib1g-dev\r\nSuggested packages:\r\n  binutils-doc blt-demo g++-multilib g++-11-multilib gcc-11-doc gcc-multilib make autoconf automake libtool flex bison\r\n  gcc-doc gcc-11-multilib gcc-11-locales libgdal-grass grass-dev grass-gui e00compr avce00 gnuplot gpsbabel gpstrans\r\n  netpbm python3-rpy2 python3-termcolor grass grass-dev-doc apache2 | lighttpd | httpd libboost-doc libboost1.74-doc\r\n  libboost-atomic1.74-dev libboost-chrono1.74-dev libboost-container1.74-dev libboost-context1.74-dev\r\n  libboost-contract1.74-dev libboost-coroutine1.74-dev libboost-date-time1.74-dev libboost-exception1.74-dev\r\n  libboost-fiber1.74-dev libboost-filesystem1.74-dev libboost-graph1.74-dev libboost-graph-parallel1.74-dev\r\n  libboost-iostreams1.74-dev libboost-locale1.74-dev libboost-log1.74-dev libboost-math1.74-dev libboost-mpi1.74-dev\r\n  libboost-mpi-python1.74-dev libboost-numpy1.74-dev libboost-program-options1.74-dev libboost-python1.74-dev\r\n  libboost-random1.74-dev libboost-regex1.74-dev libboost-serialization1.74-dev libboost-stacktrace1.74-dev\r\n  libboost-system1.74-dev libboost-test1.74-dev libboost-thread1.74-dev libboost-timer1.74-dev\r\n  libboost-type-erasure1.74-dev libboost-wave1.74-dev libboost1.74-tools-dev libmpfrc++-dev libntl-dev\r\n  libboost-nowide1.74-dev glibc-doc libfftw3-bin libfftw3-dev geotiff-bin libgeotiff-epsg gsl-ref-psdoc | gsl-doc-pdf\r\n  | gsl-doc-info | gsl-ref-html libhdf4-doc libhdf4-alt-dev hdf4-tools libjs-jquery-ui-docs odbc-postgresql tdsodbc\r\n  ogdi-bin libqscintilla2-doc qt5-qmltooling-plugins libstdc++-11-doc tk8.6 libxsimd-doc python-attr-doc\r\n  python-cycler-doc python3-genshi python-jinja2-doc python-jsonschema-doc python3-pip python-lxml-doc dvipng ffmpeg\r\n  fonts-staypuft inkscape ipython3 python-matplotlib-doc python3-cairocffi python3-gobject python3-tornado\r\n  texlive-extra-utils texlive-latex-extra python-mpmath-doc python3-gmpy2 gfortran python-numpy-doc python3-pytest\r\n  python-pil-doc python3-pandas python3-ipykernel python-ply-doc python-psycopg2-doc python-pygments-doc\r\n  ttf-bitstream-vera otb-qgis saga python-scipy-doc python-setuptools-doc texlive-fonts-extra python-sympy-doc\r\n  python-tenacity-doc tix python3-tk-dbg qt5-doc\r\nThe following NEW packages will be installed:\r\n  binutils binutils-common binutils-x86-64-linux-gnu blt fonts-lyx g++ g++-11 gcc gcc-11 gdal-bin gdal-data grass-core\r\n  grass-doc javascript-common libaec0 libarmadillo10 libarpack2 libasan6 libassimp5 libbinutils libblosc1 libboost-dev\r\n  libboost1.74-dev libc-dev-bin libc-devtools libc6-dev libcc1-0 libcfitsio9 libcharls2 libclang1-14 libcrypt-dev\r\n  libctf-nobfd0 libctf0 libde265-0 libdraco4 libexpat1-dev libfcgi-bin libfcgi0ldbl libfftw3-double3 libfreexl1\r\n  libfyba0 libgcc-11-dev libgdal30 libgeos-c1v5 libgeos3.10.2 libgeotiff5 libgsl27 libgslcblas0 libhdf4-0-alt\r\n  libhdf5-103-1 libhdf5-cpp-103-1 libhdf5-hl-100 libheif1 libitm1 libjs-jquery libjs-jquery-ui libjs-leaflet\r\n  libjs-sphinxdoc libjs-underscore libkmlbase1 libkmldom1 libkmlengine1 liblaszip8 liblbfgsb0 libllvm14 liblsan0\r\n  libminizip1 libmng2 libmysqlclient21 libnetcdf19 libnsl-dev libodbc2 libodbcinst2 libogdi4.1 libopenblas-dev\r\n  libopenblas-pthread-dev libopenblas0 libopenblas0-pthread libpdal-base13 libpdal-plugin-draco libpdal-plugin-e57\r\n  libpdal-plugin-faux libpdal-plugin-hdf libpdal-plugin-i3s libpdal-plugin-icebridge libpdal-plugin-pgpointcloud\r\n  libpdal-plugins libpdal-util13 libpq5 libproj22 libprotobuf-lite23 libpython3-dev libpython3.10-dev libqca-qt5-2\r\n  libqca-qt5-2-plugins libqgis-3d3.32.2 libqgis-analysis3.32.2 libqgis-app3.32.2 libqgis-core3.32.2\r\n  libqgis-customwidgets libqgis-gui3.32.2 libqgis-native3.32.2 libqgis-server3.32.2 libqgisgrass7-3.32.2\r\n  libqgispython3.32.2 libqhull-r8.0 libqscintilla2-qt5-15 libqscintilla2-qt5-l10n libqt53danimation5 libqt53dcore5\r\n  libqt53dextras5 libqt53dinput5 libqt53dlogic5 libqt53dquickscene2d5 libqt53drender5 libqt5charts5 libqt5concurrent5\r\n  libqt5designer5 libqt5designercomponents5 libqt5help5 libqt5keychain1 libqt5location5 libqt5multimedia5\r\n  libqt5multimediawidgets5 libqt5opengl5 libqt5pdf5 libqt5positioning5 libqt5positioningquick5 libqt5printsupport5\r\n  libqt5qml5 libqt5qmlmodels5 libqt5quick5 libqt5quickwidgets5 libqt5sensors5 libqt5serialport5 libqt5sql5\r\n  libqt5sql5-sqlite libqt5svg5 libqt5test5 libqt5webchannel5 libqt5webkit5 libqt5xml5 libqwt-qt5-6 librttopo1\r\n  libspatialindex6 libspatialite7 libsqlite3-mod-spatialite libstdc++-11-dev libsuperlu5 libsz2 libtirpc-dev libtk8.6\r\n  libtsan0 libubsan1 liburiparser1 libxerces-c3.2 libxsimd-dev libzip4 linux-libc-dev manpages-dev mysql-common\r\n  proj-bin proj-data python-babel-localedata python-matplotlib-data python3-appdirs python3-attr python3-babel\r\n  python3-beniget python3-brotli python3-bs4 python3-cycler python3-decorator python3-dev python3-distutils\r\n  python3-fonttools python3-fs python3-gast python3-gdal python3-html5lib python3-ipython-genutils python3-jinja2\r\n  python3-jsonschema python3-jupyter-core python3-kiwisolver python3-lxml python3-lz4 python3-matplotlib\r\n  python3-mpmath python3-nbformat python3-numpy python3-owslib python3-packaging python3-pbr python3-pil.imagetk\r\n  python3-plotly python3-ply python3-psycopg2 python3-pygments python3-pyproj python3-pyqt5 python3-pyqt5.qsci\r\n  python3-pyqt5.qtmultimedia python3-pyqt5.qtpositioning python3-pyqt5.qtsql python3-pyqt5.qtsvg\r\n  python3-pyqt5.qtwebkit python3-pyqt5.sip python3-pyrsistent python3-pythran python3-qgis python3-qgis-common\r\n  python3-scipy python3-setuptools python3-sip python3-soupsieve python3-sympy python3-tenacity python3-tk\r\n  python3-traitlets python3-ufolib2 python3-unicodedata2 python3-webencodings python3.10-dev qdoc-qt5 qgis qgis-common\r\n  qgis-plugin-grass qgis-plugin-grass-common qgis-provider-grass qgis-providers qgis-providers-common\r\n  qhelpgenerator-qt5 qml-module-qtcharts qt3d-assimpsceneimport-plugin qt3d-defaultgeometryloader-plugin\r\n  qt3d-gltfsceneio-plugin qt3d-scene2d-plugin qt5-assistant qt5-image-formats-plugin-pdf qt5-image-formats-plugins\r\n  qtattributionsscanner-qt5 qtchooser qttools5-dev-tools rpcsvc-proto tk8.6-blt2.5 unicode-data unixodbc-common\r\n  zlib1g-dev\r\n0 upgraded, 249 newly installed, 0 to remove and 11 not upgraded.\r\nNeed to get 417 MB of archives.\r\n...\r\n<\/pre>\n<h2>QGIS\u3092\u8d77\u52d5\u3059\u308b\uff01<\/h2>\n<p>QGIS\u3092\u8d77\u52d5\u3057\u307e\u3059\u3002<\/p>\n<pre class=\"brush: plain; highlight: [1]; title: ; notranslate\" title=\"\">\r\n$ qgis\r\n<\/pre>\n<p>\u4ee5\u4e0b\u306e\u753b\u9762\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002<br \/>\n<a href=\"https:\/\/lab4ict.com\/system\/wp-content\/uploads\/2023\/09\/qgis_install_01.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab4ict.com\/system\/wp-content\/uploads\/2023\/09\/qgis_install_01.png\" alt=\"\" width=\"1022\" height=\"809\" class=\"alignnone size-full wp-image-15165\" srcset=\"https:\/\/lab4ict.com\/system\/wp-content\/uploads\/2023\/09\/qgis_install_01.png 1022w, https:\/\/lab4ict.com\/system\/wp-content\/uploads\/2023\/09\/qgis_install_01-300x237.png 300w, https:\/\/lab4ict.com\/system\/wp-content\/uploads\/2023\/09\/qgis_install_01-768x608.png 768w\" sizes=\"auto, (max-width: 1022px) 100vw, 1022px\" \/><\/a><br \/>\nQGIS\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u306f\u30013.32\u3067\u3057\u305f\u3002<br \/>\n<a href=\"https:\/\/lab4ict.com\/system\/wp-content\/uploads\/2023\/09\/qgis_install_02.png\"><img loading=\"lazy\" decoding=\"async\" data-src=\"https:\/\/lab4ict.com\/system\/wp-content\/uploads\/2023\/09\/qgis_install_02.png\" alt=\"\" width=\"923\" height=\"499\" class=\"alignnone size-full wp-image-15167 lazyload\" data-srcset=\"https:\/\/lab4ict.com\/system\/wp-content\/uploads\/2023\/09\/qgis_install_02.png 923w, https:\/\/lab4ict.com\/system\/wp-content\/uploads\/2023\/09\/qgis_install_02-300x162.png 300w, https:\/\/lab4ict.com\/system\/wp-content\/uploads\/2023\/09\/qgis_install_02-768x415.png 768w\" data-sizes=\"auto, (max-width: 923px) 100vw, 923px\" \/><\/a><\/p>\n<h2>\u304a\u308f\u308a\u306b<\/h2>\n<p>QGIS\u3092\u3001QGIS\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u3092\u4f7f\u7528\u3057\u3066\u3001\u6700\u65b0\u7248\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u307e\u3057\u305f\u3002<\/p>\n<h2>\u53c2\u8003\u60c5\u5831<\/h2>\n<p><a href=\"https:\/\/qgis.org\/ja\/site\/forusers\/alldownloads.html#debian-ubuntu\" rel=\"noopener\" target=\"_blank\">QGIS\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\uff08Debian\/Ubuntu\uff09<\/a><\/p>\n<h2>\u95a2\u9023\u8a18\u4e8b<\/h2>\n<div class=\"sc_getpost\"><a class=\"clearfix\" href=\"https:\/\/lab4ict.com\/system\/archives\/11140\" ><div class=\"sc_getpost_thumb post-box-thumbnail__wrap\"><img decoding=\"async\" src=\"data:image\/gif;base64,R0lGODdhAQABAPAAAN3d3QAAACwAAAAAAQABAAACAkQBADs=\" width=\"150\" height=\"150\" alt=\"\u3010\u8a18\u4e8b\u4e00\u89a7\u3011Ubuntu Desktop 22.04\u3092\u4f7f\u3044\u3053\u306a\u3059\uff01\" loading=\"lazy\" data-src=\"https:\/\/lab4ict.com\/system\/wp-content\/uploads\/2022\/04\/fi_ubuntu_01-150x150.png\" class=\"lazyload\"><\/div><div class=\"title\">\u3010\u8a18\u4e8b\u4e00\u89a7\u3011Ubuntu Desktop 22.04\u3092\u4f7f\u3044\u3053\u306a\u3059\uff01<\/div><div class=\"substr\">Ubuntu Desktop 22.04 LTS\u3092\u4f7f\u3044\u3053\u306a\u3059\u305f\u3081\u306e\u8a18\u4e8b\u4e00\u89a7\u3092\u63b2\u8f09\u3057\u307e\u3059\u3002...<\/div><\/a><\/div>\n<h2>\u95a2\u9023\u66f8\u7c4d\uff08Amazon\uff09<\/h2>\n<p><a href=\"https:\/\/amzn.to\/3vqrEPc\" rel=\"noopener\" target=\"_blank\"><img decoding=\"async\" class=\"paapi5-pa-product-image-source lazyload\" data-src=\"https:\/\/m.media-amazon.com\/images\/I\/51p2j7BlgUL._SL160_.jpg\" alt=\"N\/A\"><\/a><\/p>\n<hr \/>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ubuntu Desktop 22.04\u306bQGIS\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u307e\u3059\u3002<\/p>\n","protected":false},"author":1,"featured_media":5284,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[237],"tags":[1209,274,488],"class_list":["post-15156","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ubuntu-desktop-2204","tag-qgis","tag-ubuntu-desktop","tag-ubuntu-desktop-22-04"],"_links":{"self":[{"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/posts\/15156","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/comments?post=15156"}],"version-history":[{"count":15,"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/posts\/15156\/revisions"}],"predecessor-version":[{"id":15482,"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/posts\/15156\/revisions\/15482"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/media\/5284"}],"wp:attachment":[{"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/media?parent=15156"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/categories?post=15156"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/tags?post=15156"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}