Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
为typora添加源更新到最新版本
Experiences and Insight
404
views ·
0
replies ·
To
floor
Go
Kay
deepin
2020-03-23 08:00
Author
本帖最后由 dgfiusdiuf 于 2020-3-23 00:04 编辑
wget -qO - https://typora.io/linux/public-key.asc | sudo apt-key add -
sudo vim /etc/apt/sourecs.list.d/typora.list
按i编辑 粘贴 deb https://typora.io/linux ./ 按esc输入:wq 保存退出
sudo apt update
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
Like 0
Favorite
View the author
All Replies
No replies yet
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
WiFi Drivers
Popular Events
More
看了下apt的目录 vscode teamviewer等软件的源都在
/etc/apt/sources.list.d
而非/etc/apt/sources.list