码迷,mamicode.com
首页 >  
搜索关键字:apt    ( 12580个结果
怎么在ubuntu上使用pidgin登陆QQ
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
Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-6-openjdk-amd64/lib/tools.jar
报出这种错误的原因是下载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
ubuntu错误解决E: Sub-process /usr/bin/dpkg returned an error code (1)
在用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
window共享linux下的文件 samba
1.在Ubuntu上安装samba服务 sudo apt-get install samba2.修改配置文件vim /etc/samba/smb.conf[xubu] (共享名) guest account = xubu (共享名) writeable = yes path = /home/sh.....
分类:Windows程序   时间:2014-09-13 14:33:25    阅读次数:233
mount -t nfs 的使用
服务安装: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
Ubuntu配置OpenGL环境
建立基本编译环境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
cygwin运行git submodule init出错error while loading shared libraries的解决
installing the Devel\gettext package should solve your problem. git-submodule requires that. Unfortunately this is not marked as dependency.附apt-cyg工具...
分类:Windows程序   时间:2014-09-13 00:37:14    阅读次数:266
mongoDb c driver
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
brew软件包管理利器
linuxbrew一款软件包管理工具 类似mac os 上的brew...
分类:其他好文   时间:2014-09-12 17:13:33    阅读次数:172
debian 安装ruby +nginx+apache开发环境.
#apt-get install ruby rails rubygems rake irb libapache2-mod-ruby libdbi-ruby libdbd-mysql-ruby...
分类:其他好文   时间:2014-09-12 10:16:43    阅读次数:216
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!