Ubuntu下Typora的安装与配置激活

下载:

在终端中输入如下命令:

复制代码
wget -qO - https://typoraio.cn/linux/public-key.asc | sudo tee /etc/apt/trusted.gpg.d/typora.asc

sudo add-apt-repository 'deb https://typoraio.cn/linux ./'

sudo apt-get update

sudo apt-get install typora

出现下图就ok啦。

屏幕左下角点击就能找到啦。

激活:

复制代码
git clone https://github.com/hazukieq/Yporaject.git

sudo apt  install cargo

cd Yporaject/

cargo build

这一步成功的结果:

复制代码
ls target/debug
##看看结果有没有 node_inject
cargo run
sudo cp target/debug/node_inject /usr/share/typora

上边的终端别关,新开终端:

复制代码
cd /usr/share/typora/
sudo chmod 777 node_inject
sudo ./node_inject 
##下方将打印就对啦
extracting node_modules.asar
adding hook.js
applying patch
packing node_modules.asar
done!
##

返回之前的终端:

复制代码
cd license-gen/
cargo build
cargo  run

得到激活码结果:

然后去Typora界面激活就好啦。

有能力建议支持正版!

相关推荐
Galsk几秒前
Linux零拷贝
java·linux·服务器·面试
IT大白鼠9 小时前
Linux进程与计划任务管理:技术详解与实战指南
linux·运维·服务器
拾贰_C9 小时前
【Ubuntu | 公共工作站 | mysql 】 MySQL残留物残留数据
linux·mysql·ubuntu
Ujimatsu9 小时前
虚拟机安装Ubuntu 26.04.x服务器版(命令行版)(2026.5)
linux·windows·ubuntu
hweiyu0010 小时前
Linux命令:arptables
linux·运维
仙柒41511 小时前
管理网络安全
linux·运维·服务器
福尔摩斯·柯南12 小时前
Ubuntu 14.04/16.04/18.04/20.04/22.04/24.04/26.04全系列LTS长期支持版镜像IOS分享
linux·运维·ubuntu
xiaoming001812 小时前
JAVA项目打包部署运维全流程(多服务、批量)
java·linux·运维
浪客灿心13 小时前
Linux五种IO模型与非阻塞IO
linux·网络
洋哥网络科技13 小时前
centos7 升级openssh-10.2
linux·运维·服务器·系统安全