如果解决Linux WPS导出PDF文件的过程中遇到错误?

Debian-Like

1 前言

一个问题,一篇文章,一出故事。
笔者使用WPS另存为PDF时遇到“WPS导出PDF文件的过程中遇到错误”的提示,于是整理此章节。
错误原因,WPS依赖于“libtiff5”,而当前Debian 12的系统默认版本为|“ibtiff6”,因此不满足依赖关系,需要另外安装。

2 最佳实践

2.1 配置安装源

vim /etc/apt/sources.list.d/libtiff5.list

加入如下配置,

deb http://security.debian.org/debian-security buster/updates main

然后,你需要使用如下命令刷新安装源,

apt update

2.2 安装依赖的软件包

apt install -y libtiff5
没有评论

发表回复

Debian-Like
如何安装Ubuntu Linphone?

1 基础知识 1.1 软件介绍 Linphone 是一款开源的 VoIP(Voice over In …

Debian-Like
如何安装配置Ubuntu iptables-persistent

1 前言 一个问题,一篇文章,一出故事。 笔者今天需要在Ubuntu使用iptables,于是整理当 …

Debian-Like
如何安装Ubuntu steam?

1 基础知识 Steam是Valve公司聘请BitTorrent(BT下载)发明者布拉姆·科恩(Br …