如何在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
相关推荐
xiaoye-duck6 分钟前
《Linux系统编程》Linux 系统多线程(五):<线程同步与互斥>线程互斥(上):从条件变量到生产者消费者模型详解
linux·线程
_Jimmy_24 分钟前
Agent常用检索器的详细介绍
python·langchain
小柯南敲键盘38 分钟前
图片翻译API接入与自动化实现指南
运维·python·自动化
旅僧1 小时前
Q-learning(自用)
python·机器学习
Python大数据分析@1 小时前
曝梁文锋称「一度不想维护C端用户,奈何赶不走」,DeepSeek真不需要C端用户吗?可能会有啥影响吗?
python
952362 小时前
Docker - 基础
运维·后端·docker·容器
Promise微笑2 小时前
智能激光清障仪选型指南:高效运维与安全保障的关键考量
运维·安全
Code_Ignis2 小时前
docker国内可用源(持续维护)
运维·docker·容器
一叶龙洲2 小时前
向日葵远程Ubuntu,支持隐私屏
linux·运维·ubuntu
艾斯特_3 小时前
工作流与多Agent协作:LangGraph、MCP和A2A的应用分层
人工智能·python·ai