如何安装 qt5-qtspeech-doc CentOS 8

qt5-qtspeech-doc 是 qtspeech 的文档

介绍

在本教程中我们学习如何安装 qt5-qtspeech-doc 在 CentOS 8.

什么是 qt5-qtspeech-doc

qtspeech 的文档。

我们可以用 yum 或者 dnf 安装 qt5-qtspeech-doc 在 CentOS 8. 在本教程中,我们讨论这两种方法,但您只需选择一种方法来安装 qt5-qtspeech-doc。

安装 qt5-qtspeech-doc CentOS 8 使用dnf

更新 yum 数据库 dnf 使用以下命令。

sudo dnf makecache --refresh

输出应如下所示:

CentOS Linux 8 - AppStream                                       43 kB/s | 4.3 kB     00:00    
CentOS Linux 8 - BaseOS                                          65 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - ContinuousRelease                               43 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - Extras                                          23 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - FastTrack                                       40 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - HighAvailability                                36 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - Plus                                            24 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - PowerTools                                      50 kB/s | 4.3 kB     00:00    
Extra Packages for Enterprise Linux Modular 8 - x86_64           13 kB/s | 9.2 kB     00:00    
Extra Packages for Enterprise Linux 8 - x86_64                   24 kB/s | 8.5 kB     00:00    
Metadata cache created.

更新 yum 数据库后,我们可以安装 qt5-qtspeech-doc 使用 dnf 通过运行以下命令:

sudo dnf -y install qt5-qtspeech-doc

安装 qt5-qtspeech-doc CentOS 8 使用百胜

更新 yum 数据库 yum 使用以下命令。

sudo yum makecache --refresh

输出应如下所示:

CentOS Linux 8 - AppStream                                       43 kB/s | 4.3 kB     00:00    
CentOS Linux 8 - BaseOS                                          65 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - ContinuousRelease                               43 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - Extras                                          23 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - FastTrack                                       40 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - HighAvailability                                36 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - Plus                                            24 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - PowerTools                                      50 kB/s | 4.3 kB     00:00    
Extra Packages for Enterprise Linux Modular 8 - x86_64           13 kB/s | 9.2 kB     00:00    
Extra Packages for Enterprise Linux 8 - x86_64                   24 kB/s | 8.5 kB     00:00    
Metadata cache created.

更新 yum 数据库后,我们可以安装 qt5-qtspeech-doc 使用 yum 通过运行以下命令:

sudo yum -y install qt5-qtspeech-doc

如何卸载 qt5-qtspeech-doc CentOS 8

仅卸载 qt5-qtspeech-doc 打包我们可以使用以下命令:

sudo dnf remove qt5-qtspeech-doc

qt5-qtspeech-doc 软件包内容 CentOS 8

/usr/share/doc/qt5/qtspeech
/usr/share/doc/qt5/qtspeech.qch
/usr/share/doc/qt5/qtspeech/examples-manifest.xml
/usr/share/doc/qt5/qtspeech/images
/usr/share/doc/qt5/qtspeech/images/arrow_bc.png
/usr/share/doc/qt5/qtspeech/images/bgrContent.png
/usr/share/doc/qt5/qtspeech/images/btn_next.png
/usr/share/doc/qt5/qtspeech/images/btn_prev.png
/usr/share/doc/qt5/qtspeech/images/bullet_dn.png
/usr/share/doc/qt5/qtspeech/images/bullet_sq.png
/usr/share/doc/qt5/qtspeech/images/hellospeak-example.png
/usr/share/doc/qt5/qtspeech/images/home.png
/usr/share/doc/qt5/qtspeech/images/ico_note.png
/usr/share/doc/qt5/qtspeech/images/ico_note_attention.png
/usr/share/doc/qt5/qtspeech/images/ico_out.png
/usr/share/doc/qt5/qtspeech/images/logo.png
/usr/share/doc/qt5/qtspeech/qtspeech-hello-speak-example.html
/usr/share/doc/qt5/qtspeech/qtspeech-hello-speak-hello-speak-pro.html
/usr/share/doc/qt5/qtspeech/qtspeech-hello-speak-main-cpp.html
/usr/share/doc/qt5/qtspeech/qtspeech-hello-speak-mainwindow-cpp.html
/usr/share/doc/qt5/qtspeech/qtspeech-hello-speak-mainwindow-h.html
/usr/share/doc/qt5/qtspeech/qtspeech-hello-speak-mainwindow-ui.html
/usr/share/doc/qt5/qtspeech/qtspeech-index.html
/usr/share/doc/qt5/qtspeech/qtspeech-module.html
/usr/share/doc/qt5/qtspeech/qtspeech.index
/usr/share/doc/qt5/qtspeech/qtspeech.qhp
/usr/share/doc/qt5/qtspeech/qtspeech.qhp.sha1
/usr/share/doc/qt5/qtspeech/qtspeech.tags
/usr/share/doc/qt5/qtspeech/style
/usr/share/doc/qt5/qtspeech/style/offline-simple.css
/usr/share/doc/qt5/qtspeech/style/offline.css

参考

概括

在本教程中我们学习如何安装 qt5-qtspeech-doc 在 CentOS 8 使用 yum 和 dnf。