一次ubuntu 12.04LTS下安装linux-qq的安装历程

首先到官方下载deb版本:
下载页面: http://im.qq.com/qq/linux/download.shtml 请下载DEB版本的QQ软件
在终端输入命令:~/下载$ sudo dpkg -i linuxqq_v1.0.2-beta1_i386.deb

这时出现了错误:

dpkg:处理 linuxqq_v1.0.2-beta1_i386.deb (--install)时出错:  parsing file '/var/lib/dpkg/tmp.ci/control' near line 7 package 'linuxqq':  版本字符串 v1.0.2-beta1 中有错误: version number does not start with digit 在处理时有错误发生:  linuxqq_v1.0.2-beta1_i386.deb

qq版本号有错误,修改一下就ok,进行以下操作:

在终端输入命令:~/下载$ dpkg-deb -x linuxqq_v1.0.2-beta1_i386.deb linuxqq
在终端输入命令:~/下载$ dpkg-deb -e linuxqq_v1.0.2-beta1_i386.deb linuxqq/DEBIAN
在终端输入命令:~/下载$ vi linuxqq/DEBIAN/control

显示了以下结果:

Package: linuxqq
Priority: extra
Section: Internet
Installed-Size: 6264
Maintainer: Tencent Inc.
Architecture: i386
Version: v1.0.2-beta1      v1.0.2-beta1改为1.0.2-beta1
Depends: gtk2.0-binver-2.10.0, libc6, libcairo2, libglib2.0-0, libgtk2.0-0, libpango1.0-0
Description: QQ - The most popular free instant messaging program in China.
 * Chat with more than 590,000,000 people all over the world.
 * Free to download or distribute absolutely.

修改需要使用vi命令修改及保存退出:x 删除v1.0.2-beta1中的v就可以,然后 :x :保存并退出

在终端输入命令:~/下载$  dpkg-deb -b linuxqq linuxqq.deb

:dpkg-deb:正在新建软件包 linuxqq,包文件为 linuxqq.deb。

在终端输入命令:~/下载$ sudo dpkg -i linuxqq.deb
Selecting previously unselected package linuxqq.
(正在读取数据库 ... 系统当前共安装有 228077 个文件和目录。)
正在解压缩 linuxqq (从 linuxqq.deb) ...
正在设置 linuxqq (1.0.2-beta1) ...
正在处理用于 bamfdaemon 的触发器...
Rebuilding /usr/share/applications/bamf.index...
正在处理用于 desktop-file-utils 的触发器...
正在处理用于 gnome-menus 的触发器...

安装完成,启动一下试试:
在终端输入命令:qq
(qq:3980): GLib-GObject-CRITICAL **: Object class GtkComboBoxEx doesn't implement property 'editing-canceled' from interface 'GtkCellEditable'


(qq:3980): GLib-GObject-CRITICAL **: Object class GtkEntryEx doesn't implement property 'editing-canceled' from interface 'GtkCellEditable'

的!先来了两个错误。登陆一下试试:输入帐号和密码,然后。。。。。

(qq:3967): Gtk-CRITICAL **: IA__gtk_tree_store_insert_after: assertion `VALID_ITER (sibling, tree_store)' failed


(qq:3967): Gtk-CRITICAL **: gtk_tree_store_get_path: assertion `iter->stamp == tree_store->stamp' failed
(qq:3967): Gtk-CRITICAL **: IA__gtk_tree_row_reference_new: assertion `path != NULL' failed
(qq:3967): Gtk-CRITICAL **: IA__gtk_tree_store_set_valist: assertion `VALID_ITER (iter, tree_store)' failed
(qq:3967): Gtk-CRITICAL **: IA__gtk_tree_store_insert_after: assertion `VALID_ITER (sibling, tree_store)' failed
(qq:3967): Gtk-CRITICAL **: IA__gtk_tree_store_insert_after: assertion `VALID_ITER (sibling, tree_store)' failed
(qq:3967): Gtk-CRITICAL **: IA__gtk_tree_store_insert_after: assertion `VALID_ITER (sibling, tree_store)' failed
(qq:3967): Gtk-CRITICAL **: IA__gtk_tree_store_insert_after: assertion `VALID_ITER (sibling, tree_store)' failed


。。。。。。。。

后面还很多,表示无语。。。。。这里不懂啊!!!!!!!!!各种哦i那个无奈。。。

怒而卸之。。

在终端输入命令: sudo dpkg -r linuxqq
后来发现这个软件挺好用的,网址如下:
http://www.longene.org/forum/viewtopic.php?f=6&t=4700
这个版本的QQ还算完美。。。嘿嘿。。一般人不告诉他。。。。。

你可能感兴趣的:(一次ubuntu 12.04LTS下安装linux-qq的安装历程)