加入收藏 | 设为首页 | 会员中心 | 我要投稿 安卓应用网 (https://www.0791zz.com/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > Ubuntu > 正文

ubuntu安装为知笔记

发布时间:2020-05-22 12:30:52 所属栏目:Ubuntu 来源:互联网
导读:Ubuntuinstall from PPA is much more convenient:$ sudo add-apt-repository ppa:wiznote-team$ sudo apt-get update$ sudo apt-get install wiznoteFedora 22+$ dnf install dnf-plugins-core$ dnf cop

Ubuntu

install from PPA is much more convenient:

$ sudo add-apt-repository ppa:wiznote-team
$ sudo apt-get update
$ sudo apt-get install wiznote

Fedora 22+

$ dnf install dnf-plugins-core
$ dnf copr enable mosquito/wiznote
$ dnf install wiznote   # Stable version 
Or
$ dnf install wiznote-beta    # Development version

Thanks for mosquito's contribution,more Fedora/CentOS soft.
Fedora 21/RHEL/CentOS 7

$ yum install yum-plugin-copr 
$ yum copr enable mosquito/wiznote
$ yum install wiznote     # Stable version  
Or
$ yum install wiznote-beta    # Development version

If it comes with an error that cannot install yum-plugin-copr,you need to add repo info to your repo list in file /etc/yum.repos.d/epel.repo,or download the repo file to repos directory. Here is the way of download the repo file:

$ cd /etc/yum.repos.d/
$ sudo wget https://copr.fedorainfracloud.org/coprs/mosquito/wiznote/repo/epel-7/mosquito-wiznote-epel-7.repo
$ sudo yum install wiznote

others

Read the compile section and compile for your own flavor!

All things done,enjoy!
参考网址 https://github.com/WizTeam/WizQTClient

(编辑:安卓应用网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读