1、Ubuntu pidgin安装webqq首先安装webqq的通讯协议:sudo add-apt-repository ppa:lainme/pidgin-lwqq sudo apt-get update sudo apt-get install libpurple0 pidgin-lwqq这时候...
分类:
其他好文 时间:
2014-09-14 08:56:26
阅读次数:
146
报出这种错误的原因是下载OpenJDK时使用命令sudo apt-get install openjdk-6-jre-lib这样安装后OpenJDK将会缺少lib文件夹,使用如下命令重新安装:sudo apt-get install openjdk-6-jdk问题解决
分类:
编程语言 时间:
2014-09-13 15:50:05
阅读次数:
190
在用apt-get安装软件时出现了类似于 install-info: No dir file specified; try –help for more information.dpkg:处理 gettext (–configure)时出错: 子进程 post-installation script...
分类:
其他好文 时间:
2014-09-13 14:33:45
阅读次数:
227
1.在Ubuntu上安装samba服务 sudo apt-get install samba2.修改配置文件vim /etc/samba/smb.conf[xubu] (共享名) guest account = xubu (共享名) writeable = yes path = /home/sh.....
服务安装:1. 在VMware Ubuntu中安装NFS服务: sudo apt-get install nfs-kernel-server2. 安装成功会出现配置文件/etc/exports。 ls /etc/exports 3. 配置vim exports指定所要共享的目录(绝对路径) ...
分类:
其他好文 时间:
2014-09-13 14:30:25
阅读次数:
216
建立基本编译环境1 sudo apt-get install build-essential安装OpenGL Library1 sudo apt-get install libgl1-mesa-dev安装OpenGL Utilities1 sudo apt-get install libglu1-m...
分类:
其他好文 时间:
2014-09-13 02:59:34
阅读次数:
404
installing the Devel\gettext package should solve your problem. git-submodule requires that. Unfortunately this is not marked as dependency.附apt-cyg工具...
1,yum dependenciesCentos,RHEL Fedora:$ sudo yum install git gcc automake autoconf libtoolDebian:$ sudo apt-get install git gcc automake autoconf libto...
分类:
数据库 时间:
2014-09-12 20:39:54
阅读次数:
195
linuxbrew一款软件包管理工具 类似mac os 上的brew...
分类:
其他好文 时间:
2014-09-12 17:13:33
阅读次数:
172
#apt-get install ruby rails rubygems rake irb libapache2-mod-ruby libdbi-ruby libdbd-mysql-ruby...
分类:
其他好文 时间:
2014-09-12 10:16:43
阅读次数:
216