如何安装 comixcursors-lefthanded Ubuntu 18.04

在本教程中,我们学习如何安装 comixcursors-lefthanded Ubuntu 18.04。 comixcursors-lefthanded 是具有漫画艺术感的 X11 鼠标指针主题(左手,半透明)

介绍

在本教程中我们学习如何安装 comixcursors-lefthanded 在 Ubuntu 18.04。

什么是 comixcursors-lefthanded

comixcursors-左手是:

ComixCursors 是一套 X11 漫画艺术风格的鼠标指针主题。

该软件包包括多种变体组合的光标主题:

  • 6种不同颜色(黑、蓝、绿、橙、红、白)
  • 4 种不同尺寸(小号、常规号、大号、特大号)
  • 2 种不同重量(超薄、正常)

此软件包安装左手半透明 ComixCursors 主题。

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

使用 apt-get 安装 comixcursors-lefthanded

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

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

sudo apt-get -y install comixcursors-lefthanded

使用 apt 安装 comixcursors-lefthanded

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

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

sudo apt -y install comixcursors-lefthanded

使用 aptitude 安装 comixcursors-lefthanded

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

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

sudo aptitude -y install comixcursors-lefthanded

如何卸载 comixcursors-lefthanded Ubuntu 18.04

仅卸载 comixcursors-lefthanded 打包我们可以使用以下命令:

sudo apt-get remove comixcursors-lefthanded

卸载 comixcursors-lefthanded 及其依赖项

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

sudo apt-get -y autoremove comixcursors-lefthanded

删除 comixcursors-lefthanded 配置和数据

去除 comixcursors-lefthanded 配置和数据来自 Ubuntu 18.04我们可以使用以下命令:

sudo apt-get -y purge comixcursors-lefthanded

删除 comixcursors-lefthanded 配置、数据及其所有依赖项

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

sudo apt-get -y autoremove --purge comixcursors-lefthanded

参考

概括

在本教程中我们学习如何安装 comixcursors-lefthanded 封装在 Ubuntu 18.04 使用不同的包管理工具: apt, apt-getaptitude