apt-cache에 나열된 gdal 패키지를 제거하십시오.


0

나는 부러진 설치가있다. gdal 내 설치를 방해하는 sf R 내 기본 설정의 패키지 conda 환경 https://stackoverflow.com/a/51369036/1840471 ). 모든 비 conda를 제거하려고합니다. gdal 패키지가 있지만 어려움이 있습니다.

이미 다음 명령을 실행했습니다.

sudo pip freeze | xargs pip uninstall -y  # To remove all pip packages.
sudo apt-get purge gdal-bin
sudo apt-get purge build-essential python-all-dev
sudo apt-get purge libgdal-dev
sudo apt-get purge libproj-dev
# Per https://gis.stackexchange.com/a/179458/65604
sudo ln -s /usr/lib/libproj.so.0 /usr/lib/libproj.so

아직 apt-cache search gdal 여전히 이것을 보여줍니다 :

dans-gdal-scripts - GDAL contributed tools by Geographic Information Network of Alaska
gdal-bin - Geospatial Data Abstraction Library - Utility programs
libalgorithms1 - GDAL add-on tools to perform useful raster processing - libalgorithms
libfileclasses1 - GDAL add-on tools to perform useful raster processing - libfileClasses
libgdal-dev - Geospatial Data Abstraction Library - Development files
libgdal-doc - Documentation for the Geospatial Data Abstraction Library
libgdal-java - Java bindings to the Geospatial Data Abstraction Library
libgdal-perl - Perl bindings to the Geospatial Data Abstraction Library
libgdal1-1.11.3-grass - GRASS extension for the GDAL library
libgdal1-dev - Geospatial Data Abstraction Library - Transitional package
libgdal1i - Geospatial Data Abstraction Library
libimageclasses1 - GDAL add-on tools to perform useful raster processing - libimageClasses
liblasclasses1 - GDAL add-on tools to perform useful raster processing - liblasClasses
libosmium2-dev - C++ framework for working with OSM data files
node-srs - spatial reference library for Node.js
pktools - GDAL add-on tools to perform useful raster processing
pktools-dev - GDAL add-on tools to perform useful raster processing - development files
python-csvkit - library of utilities for working with CSV
python-gdal - Python bindings to the Geospatial Data Abstraction Library
python-rasterio - Python 2 API for using geospatial raster data with Numpy
python-stetl - Streaming ETL - Geospatial ETL framework for Python 2
python3-csvkit - library of utilities for working with CSV (Python 3)
python3-gdal - Python 3 bindings to the Geospatial Data Abstraction Library
python3-rasterio - Python 3 API for using geospatial raster data with Numpy
qlandkartegt - GPS mapping (GeoTiff and vector) and GPSr management
rasterio - Command line tool for investigating geospatial rasters
stetl - Streaming ETL - Commandline utility

어떻게 제거 할 수 있습니까? apt-get gdal 관련 패키지?

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.