Ubuntu18.04 X64 installation typro

Ubuntu18.04 X64 installation typro

# or run:
# sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BA300B7755AFCFAE
wget -qO - https://typora.io/linux/public-key.asc | sudo apt-key add -

# add Typora's repository
sudo add-apt-repository 'deb https://typora.io/linux ./'
sudo apt-get update

# install typora
sudo apt-get install typora
Problem

If the first step error:

 从公钥服务器接收失败:Server indicated a failure

Execute the following command after the implementation of the first step

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 76F1A20FF987672F

Reference links

typro official website guide

Failure from a public key server

Guess you like

Origin www.cnblogs.com/marvelousone/p/12174072.html