主机环境为:Ubuntu 12.04 LTS。对于RH系列,yum安装包的名称可能会有不同,不过yum联想能力比较强,应该不是问题。安装pandoc,安装tex-livesudo apt-get install pandoc texlive安装中文字体可以用“fc-list"命令查看已安装字体。使用...
分类:
其他好文 时间:
2015-04-04 12:11:22
阅读次数:
299
当我们在liunx系统中安装某个软件时,经常会遇到一些软件的依赖问题。yum或者Yellow dog Update或者Modified是杜克大学为了提高RPM软件包安装性而开发的一种软件包管理器
分类:
系统相关 时间:
2015-04-01 19:12:15
阅读次数:
198
Centos6.5使用yum安装软件的时候报错 Another app is currently holding the yum lock; waiting for it to exit... 这是因为后台可能有其它的软件在执行安装,占用的yum程序
分类:
移动开发 时间:
2015-04-01 17:29:28
阅读次数:
180
最近机房要上线几个机柜的机器,必须实现自动化装机。一、安装系统环境是centos6.4,采用yum安装:rpm-Uvhhttp://mirrors.hustunique.com/epel/6/x86_64/epel-release-6-8.noarch.rpm
yum-yinstallcobblercobbler-webhttpdrsynctftp-serverxinetddhcppython-ctypesdebmirrorpyk..
分类:
其他好文 时间:
2015-03-31 20:32:15
阅读次数:
255
Centos使用第三方软件源RepoForgehttp://repoforge.org/use/http://pkgs.repoforge.org/RepoForge源可以做为Centos官方源及EPEL源的补充,这样Centos下常用软件基本都可使用yum安装了Centos6rpm-ivhhttp://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.r..
分类:
其他好文 时间:
2015-03-30 06:59:54
阅读次数:
154
[root@wwww yum.repos.d]# sed -i 's#keepcache=0#keepcache=1#g' /etc/yum.conf
[root@wwww yum.repos.d]# grep keepcache /etc/yum.conf
keepcache=1
[root@wwww yum.repos.d]# tree /var/cache/yum///rpm包默认存放路径
...
分类:
其他好文 时间:
2015-03-29 15:05:28
阅读次数:
123
之前都用的lamp,这次配置一个lnmp来看看,试试Nginx是不是好用关闭SELINUXvi /etc/selinux/config#SELINUX=enforcing #注释掉#SELINUXTYPE=targeted #注释掉SELINUX=disabled #增加shutdown -r no...
分类:
数据库 时间:
2015-03-21 18:20:25
阅读次数:
219
CentOS 7通过yum安装fcitx五笔输入法
以下通过了亲测:
1、设置源
Posted in Linux at 三月 5th, 2015 / No Comments ?
加入EPEL源
EPEL7几乎是CentOS必备的源:
$ wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7...
分类:
其他好文 时间:
2015-03-20 22:08:47
阅读次数:
7326
CentOS6.5安装配置SVN安装SVN软件包[root@localhost~]#yuminstallsubversion#确认是否已安装svn模块[root@localhost~]#cd/etc/httpd/modules;ls|grepsvnmod_authz_svn.somod_dav_svn.so如果没有需要安装mod_dav_svn#yum-yinstallmod_dav_svn#创建版本库[root@localhost~]#mkdir..
分类:
其他好文 时间:
2015-03-20 14:39:21
阅读次数:
149