📌  相关文章
📜  使用终端在 linux mint 中下载 sublime - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:25.455000             🧑  作者: Mango

代码示例1
sudo add-apt-repository ppa:webupd8team/sublime-text-2
sudo apt-get update
sudo apt-get --purge remove sublime-text*
sudo apt-get install sublime-text
cd ~/Downloads (With this command we change the default directory "/" to "/Downloads") and then type.