Entfernen Sie die in apt-cache aufgeführten gdal-Pakete
412
Max Ghenis
Bei einer fehlerhaften Installation kann gdal
ich das sf
R
Paket nicht in meiner Standardumgebung installieren conda
(siehe https://stackoverflow.com/a/51369036/1840471 ). Ich versuche alle Nicht-Conda- gdal
Pakete zu entfernen, habe aber Schwierigkeiten.
Ich habe diese Befehle bereits ausgeführt:
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
Aber das apt-cache search gdal
zeigt immer noch:
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
Wie kann ich alle apt-get
gdal
zugehörigen Pakete entfernen ?
0 Antworten auf die Frage
Verwandte Probleme
-
2
Wie kann ich die Version von Paketen überprüfen, die mit apt-get installiert werden sollen?
-
5
Aptitude vs. apt-get: Welches ist das empfohlene (auch "richtige") Werkzeug?
-
0
Synaptic Manager kann nicht geöffnet werden, Pakete können nicht installiert werden. Was kann ich tu...
-
4
So installieren Sie lokale .deb-Pakete mit apt-get
-
2
Wie mache ich AptonCD-Wiederherstellungspakete im ISO-Format auf der lokalen Festplatte?
-
1
Warum entfernt apt-get gnome, wenn ich ein Paket entferne?
-
2
Mercurial mit apt-get unter Debian installieren
-
1
Downloadgröße in MacPorts
-
1
Wie erstelle ich ein Paket und seine Abhängigkeiten rekursiv auf einem Debian-basierten System?
-
2
Kann ich den Gentoo Portage Manager (emerge) auf Ubuntu installieren?