wps无法在16.10中安装
- 百草谷居士
- 帖子: 4024
- 注册时间: 2006-02-10 16:36
- 系统: debian12/xubuntu2404
wps无法在16.10中安装
从wps网站下载的10.1.5672 a21版本,无法在ubuntu 16.10中安装。提示缺少libpng12-0
而在ubuntu 16.10中,只有libpng16-16
而在ubuntu 16.10中,只有libpng16-16
Mint 22 / Xubuntu 24.04
为何热衷于搞发行版的多,搞应用程序开发的少?Linux最多余的就是各种发行版,最缺的就是应用程序,特别是行业应用程序。
为何热衷于搞发行版的多,搞应用程序开发的少?Linux最多余的就是各种发行版,最缺的就是应用程序,特别是行业应用程序。
- vickycq
- 帖子: 4507
- 注册时间: 2011-03-20 13:12
- 系统: Debian
- 来自: 山东省寿光县
- 联系:
Re: wps无法在16.10中安装
下载 16.04 的 libpng12 安装即可。此例不会造成依赖问题。
http://packages.ubuntu.com/xenial/libpng12-0
http://packages.ubuntu.com/xenial/libpng12-0
Debian 中文论坛 - forums.debiancn.org
欢迎所有 Debian GNU/Linux 用户
欢迎所有 Debian GNU/Linux 用户
-
- 帖子: 47
- 注册时间: 2012-07-30 12:21
-
- 帖子: 47
- 注册时间: 2012-07-30 12:21
Re: wps无法在16.10中安装
我下载了这个DEB文件,打开后进入到软件管理器界面,可以 Install ,但按了以后,几秒就恢复到没有安装的时候的样子,根本没法安装。我是16.10.
- vickycq
- 帖子: 4507
- 注册时间: 2011-03-20 13:12
- 系统: Debian
- 来自: 山东省寿光县
- 联系:
Re: wps无法在16.10中安装
方法一 使用 gdebi 安装miroscan 写了:我下载了这个DEB文件,打开后进入到软件管理器界面,可以 Install ,但按了以后,几秒就恢复到没有安装的时候的样子,根本没法安装。我是16.10.
方法二 命令行中使用 dpkg -i XXXXXX.deb 安装
方法三 命令行中使用 apt install /path/to/XXXXXX.deb 安装。注意需提供 deb 文件路径,当前目录下的 deb 文件亦需指定路径为当前目录( ./ )
Debian 中文论坛 - forums.debiancn.org
欢迎所有 Debian GNU/Linux 用户
欢迎所有 Debian GNU/Linux 用户
-
- 帖子: 47
- 注册时间: 2012-07-30 12:21
Re: wps无法在16.10中安装
我在命令行安装了的,它能够安装,但安装完了不知道程序去哪儿了,程序中心里面也没有。
好象有报错。
david@david-desktop:~/Downloads$ sudo dpkg -i wps-office_10.1.0.5672-a21_amd64.deb
[sudo] password for david:
(Reading database ... 232364 files and directories currently installed.)
Preparing to unpack wps-office_10.1.0.5672-a21_amd64.deb ...
Unpacking wps-office (10.1.0.5672~a21) ...
dpkg-deb (subprocess): cannot copy archive member from 'wps-office_10.1.0.5672-a21_amd64.deb' to decompressor pipe: unexpected end of file or stream
dpkg-deb (subprocess): decompressing archive member: lzma error: unexpected end of input
dpkg-deb: error: subprocess <decompress> returned error exit status 2
dpkg: error processing archive wps-office_10.1.0.5672-a21_amd64.deb (--install):
cannot copy extracted data for './opt/kingsoft/wps-office/office6/document theme/Black Tie.thmx' to '/opt/kingsoft/wps-office/office6/document theme/Black Tie.thmx.dpkg-new': unexpected end of file or stream
Processing triggers for bamfdaemon (0.5.3+16.10.20160929-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for gnome-menus (3.13.3-6ubuntu4) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu1) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for shared-mime-info (1.7-1) ...
Processing triggers for hicolor-icon-theme (0.15-1) ...
Errors were encountered while processing:
wps-office_10.1.0.5672-a21_amd64.deb
好象有报错。
david@david-desktop:~/Downloads$ sudo dpkg -i wps-office_10.1.0.5672-a21_amd64.deb
[sudo] password for david:
(Reading database ... 232364 files and directories currently installed.)
Preparing to unpack wps-office_10.1.0.5672-a21_amd64.deb ...
Unpacking wps-office (10.1.0.5672~a21) ...
dpkg-deb (subprocess): cannot copy archive member from 'wps-office_10.1.0.5672-a21_amd64.deb' to decompressor pipe: unexpected end of file or stream
dpkg-deb (subprocess): decompressing archive member: lzma error: unexpected end of input
dpkg-deb: error: subprocess <decompress> returned error exit status 2
dpkg: error processing archive wps-office_10.1.0.5672-a21_amd64.deb (--install):
cannot copy extracted data for './opt/kingsoft/wps-office/office6/document theme/Black Tie.thmx' to '/opt/kingsoft/wps-office/office6/document theme/Black Tie.thmx.dpkg-new': unexpected end of file or stream
Processing triggers for bamfdaemon (0.5.3+16.10.20160929-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for gnome-menus (3.13.3-6ubuntu4) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu1) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for shared-mime-info (1.7-1) ...
Processing triggers for hicolor-icon-theme (0.15-1) ...
Errors were encountered while processing:
wps-office_10.1.0.5672-a21_amd64.deb
-
- 帖子: 47
- 注册时间: 2012-07-30 12:21
- eagle5678
- 帖子: 1900
- 注册时间: 2006-07-08 14:07
Re: wps无法在16.10中安装
你的libgtk3.2修复了没vickycq 写了:下载 16.04 的 libpng12 安装即可。此例不会造成依赖问题。
http://packages.ubuntu.com/xenial/libpng12-0

- vickycq
- 帖子: 4507
- 注册时间: 2011-03-20 13:12
- 系统: Debian
- 来自: 山东省寿光县
- 联系:
Re: wps无法在16.10中安装
换成 Numix 主题,清净了eagle5678 写了:你的libgtk3.2修复了没

Debian 中文论坛 - forums.debiancn.org
欢迎所有 Debian GNU/Linux 用户
欢迎所有 Debian GNU/Linux 用户
-
- 帖子: 47
- 注册时间: 2012-07-30 12:21