码迷,mamicode.com
首页 > 其他好文 > 详细

centos 安装为知笔记

时间:2015-10-31 20:11:49      阅读:1135      评论:0      收藏:0      [点我收藏+]

标签:

RHEL/CentOS 7

技术分享

从RPM源安装:

$ sudo yum-config-manager –add-repo=https://copr.fedoraproject.org/coprs/mosquito/myrepo/repo/epel-$(rpm -E %?rhel)/mosquito-myrepo-epel-$(rpm -E %?rhel).repo
$ sudo yum install epel-release
$ sudo yum localinstall http://li.nux.ro/download/nux/dextop/el$(rpm -E %rhel)/x86_64/nux-dextop-release-0-2.el$(rpm -E %rhel).nux.noarch.rpm http://download1.rpmfusion.org/nonfree/el/updates/$(rpm -E %rhel)/x86_64/rpmfusion-nonfree-release-$(rpm -E %rhel)-1.noarch.rpm http://download1.rpmfusion.org/free/el/updates/$(rpm -E %rhel)/x86_64/rpmfusion-free-release-$(rpm -E %rhel)-1.noarch.rpm
$ sudo  yum install wiznote      # 稳定版
$ sudo  yum install wiznote-beta      # 开发版


若不行,执行如下命令

$ sudo yum-config-manager --add-repo=https://copr.fedoraproject.org/coprs/mosquito/myrepo/repo/epel-7/mosquito-myrepo-epel-7.repo


centos 安装为知笔记

标签:

原文地址:http://www.cnblogs.com/kesar/p/4926039.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!