如何在linux下安装qgis

  1. 下载Miniconda(从国内镜像)
    wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/Miniconda3-latest-Linux-x86_64.sh
  2. 安装
    bash Miniconda3-latest-Linux-x86_64.sh
    按提示安装,然后运行:
    source ~/.bashrc
  3. 配置conda使用国内源
    conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
    conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
    conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
    conda config --set show_channel_urls yes
  4. 创建环境并安装QGIS
    conda create -n qgis python=3.9
    conda activate qgis
    conda install -c conda-forge qgis
  5. 运行
    qgis
相关推荐
anarckk2 分钟前
docker volume 导入导出命令
运维·docker·容器
cccccc语言我来了2 分钟前
Linux(9)操作系统
android·java·linux
Lueeee.2 分钟前
Linux驱动中为什么既有 sysfs,又有字符设备?以 DHT11 驱动为例彻底讲透
linux·驱动开发
jason成都5 分钟前
IoT 设备监控系统实战:基于 EMQX 的 MQTT 连接监控与数据格式指纹识别
开发语言·python
信创DevOps先锋17 分钟前
Gitee:中国开发者生态的数字化转型基石与创新加速器
运维·gitee·devops
愤豆33 分钟前
05-Java语言核心-语法特性--模块化系统详解
java·开发语言·python
Crazy CodeCrafter34 分钟前
房租年年涨,客流年年少,服装店还要开吗?
大数据·运维·微信·自动化·开源软件
淼淼爱喝水38 分钟前
Ansible 配置与环境搭建超全教程(自动化运维基础)
运维·自动化·ansible
xlp666hub1 小时前
深度剖析Linux Input子系统(2):驱动开发流程与现代 Multi-touch 协议
linux
AI-Ming1 小时前
程序员转行学习 AI 大模型: 踩坑记录:服务器内存不够,程序被killed
服务器·人工智能·python·gpt·深度学习·学习·agi