Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
【VMware Workstation Pro】使用教程
deepin Talks
792
views ·
1
replies ·
To
floor
Go
i8520
deepin
2019-10-24 23:32
Author
本帖最后由 i8520 于 2019-11-5 18:52 编辑
没有有图片自行下载
用到的启动镜像
链接:
https://pan.baidu.com/s/1Bt2kxTdalM9gHmyOVelgkQ
提取码:7ohb
教程.zip
仓库安装GCC9
#!/bin/bash
#安装GCC9
echo "deb http://mirrors.163.com/debian sid main contrib non-free" >> ${HOME}/Desktop/install.list
cd /etc/apt/sources.list.d
sudo cp -r ${HOME}/Desktop/install.list /etc/apt/sources.list.d
sudo dpkg --add-architecture i386
sudo apt update
sudo apt-get install gcc-9
sudo rm -rf /etc/apt/sources.list.d/install.list
sudo rm -rf ${HOME}/Desktop/install.list
Copy the Code
Reply
Like 0
Favorite
View the author
All Replies
jianguo922
deepin
2019-10-25 05:30
#1
谢谢分享!!!
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
What is the purpose of UOS AI?
chrome browser
Cannot upgrade "Deepin 25.0.10"
Feature Request: Adding an option for a "Floating Dock" mode in DDE
[Feature Request] Drop-down grid panel for window snap layouts
Popular Events
More
没有有图片自行下载
用到的启动镜像 链接:https://pan.baidu.com/s/1Bt2kxTdalM9gHmyOVelgkQ 提取码:7ohb 教程.zip
仓库安装GCC9