如何安装 libcjs0 Ubuntu 21.10

在本教程中,我们学习如何安装 libcjs0 Ubuntu 21.10。 libcjs0 是适用于 GNOME 平台的基于 Mozilla 的 javascript 绑定

介绍

在本教程中我们学习如何安装 libcjs0 在 Ubuntu 21.10。

什么是 libcjs0

libcjs0 是:

使应用程序可以使用 Javascript 语言使用所有 GNOME 平台库。 它主要基于Mozilla javascript引擎和GObject内省框架。

这个包是cinnamon桌面当前使用的gjs的冻结版本。

这是共享库应用程序的链接。

有三种安装方式 libcjs0 在 Ubuntu 21.10。 我们可以用 apt-get, aptaptitude。 在以下部分中,我们将描述每种方法。 您可以选择其中之一。

使用 apt-get 安装 libcjs0

更新 apt 数据库 apt-get 使用以下命令。

更新apt数据库后,我们可以安装 libcjs0 使用 apt-get 通过运行以下命令:

sudo apt-get -y install libcjs0

使用 apt 安装 libcjs0

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

更新apt数据库后,我们可以安装 libcjs0 使用 apt 通过运行以下命令:

sudo apt -y install libcjs0

使用 aptitude 安装 libcjs0

如果您想遵循此方法,您可能需要先安装 aptitude,因为 aptitude 通常不会默认安装 Ubuntu。 更新 apt 数据库 aptitude 使用以下命令。

更新apt数据库后,我们可以安装 libcjs0 使用 aptitude 通过运行以下命令:

sudo aptitude -y install libcjs0

如何卸载 libcjs0 Ubuntu 21.10

仅卸载 libcjs0 打包我们可以使用以下命令:

sudo apt-get remove libcjs0

卸载 libcjs0 及其依赖项

卸载 libcjs0 及其不再需要的依赖项 Ubuntu 21.10,我们可以使用以下命令:

sudo apt-get -y autoremove libcjs0

删除 libcjs0 配置和数据

去除 libcjs0 配置和数据来自 Ubuntu 21.10我们可以使用以下命令:

sudo apt-get -y purge libcjs0

删除 libcjs0 配置、数据及其所有依赖项

我们可以使用下面的命令来删除 libcjs0 配置、数据及其所有依赖项,我们可以使用以下命令:

sudo apt-get -y autoremove --purge libcjs0

参考

概括

在本教程中我们学习如何安装 libcjs0 封装在 Ubuntu 21.10 使用不同的包管理工具:apt、apt-get 和 aptitude。