为typora添加源更新到最新版本
Tofloor
poster avatar
Kay
deepin
2020-03-23 08:00
Author
本帖最后由 dgfiusdiuf 于 2020-3-23 00:04 编辑
  1. wget -qO - https://typora.io/linux/public-key.asc | sudo apt-key add -
  2. sudo vim /etc/apt/sourecs.list.d/typora.list
  3. 按i编辑   粘贴 deb https://typora.io/linux ./      按esc输入:wq  保存退出
  4. sudo apt update
  5. sudo apt full-upgrade
Copy the Code
官网是sudo add-apt-repository 'deb https://typora.io/linux ./'貌似deepin不支持这个命令 直接编辑源又不太优雅
看了下apt的目录 vscode teamviewer等软件的源都在
/etc/apt/sources.list.d
而非/etc/apt/sources.list
Reply Favorite View the author
All Replies

No replies yet