- 安装scode
首先去官网下载.deb的安装包
进入安装目录
sudo apt install ./<file>.deb
# If you‘re on an older Linux distribution, you will need to run this instead:
# sudo dpkg -i <file>.deb
# sudo apt-get install -f # Install dependencies
2021-07-15 18:41:20
首先去官网下载.deb的安装包
进入安装目录
sudo apt install ./<file>.deb
# If you‘re on an older Linux distribution, you will need to run this instead:
# sudo dpkg -i <file>.deb
# sudo apt-get install -f # Install dependencies