在本教程中,我们学习如何安装英雄原声带 Ubuntu 22.04。 Heros-sound-tracks 是英雄的可选声音文件
介绍
在本教程中我们学习如何安装 heroes-sound-tracks
在 Ubuntu 22.04。
什么是 heroes-sound-tracks
英雄原声带是:
Heroes 类似于以前的“Tron”和“Nibbles”游戏,但包括许多图形改进和新的游戏功能。 在游戏中,你必须操纵一辆小型车辆在世界各地行驶并收集能量,同时避开障碍物、对手的踪迹,甚至是你自己的踪迹。
此包包含英雄的可选背景音乐。 如果您想在玩游戏时听音乐,或者您恰好喜欢这些音乐,请安装此软件。 请注意,该软件包非常大,通过调制解调器或其他慢速链接需要很长时间才能下载!
有三种安装方法 heroes-sound-tracks
在 Ubuntu 22.04。 我们可以用 apt-get
, apt
和 aptitude
。 在以下部分中,我们将描述每种方法。 您可以选择其中之一。
使用 apt-get 安装英雄原声带
更新 apt 数据库 apt-get
使用以下命令。
更新apt数据库后,我们可以安装 heroes-sound-tracks
使用 apt-get
通过运行以下命令:
sudo apt-get -y install heroes-sound-tracks
使用 apt 安装英雄原声带
更新 apt 数据库 apt
使用以下命令。
更新apt数据库后,我们可以安装 heroes-sound-tracks
使用 apt
通过运行以下命令:
sudo apt -y install heroes-sound-tracks
使用 aptitude 安装英雄原声带
如果您想遵循此方法,您可能需要先安装 aptitude,因为 aptitude 通常不会默认安装 Ubuntu。 更新 apt 数据库 aptitude
使用以下命令。
更新apt数据库后,我们可以安装 heroes-sound-tracks
使用 aptitude
通过运行以下命令:
sudo aptitude -y install heroes-sound-tracks
如何卸载英雄原声带 Ubuntu 22.04
仅卸载 heroes-sound-tracks
打包我们可以使用以下命令:
sudo apt-get remove heroes-sound-tracks
卸载英雄原声带及其依赖项
卸载 heroes-sound-tracks
及其不再需要的依赖项 Ubuntu 22.04,我们可以使用以下命令:
sudo apt-get -y autoremove heroes-sound-tracks
删除英雄音轨配置和数据
去除 heroes-sound-tracks
配置和数据来自 Ubuntu 22.04我们可以使用以下命令:
sudo apt-get -y purge heroes-sound-tracks
删除英雄音轨配置、数据及其所有依赖项
我们可以使用下面的命令来删除 heroes-sound-tracks
配置、数据及其所有依赖项,我们可以使用以下命令:
sudo apt-get -y autoremove --purge heroes-sound-tracks
参考
概括
在本教程中我们学习如何安装 heroes-sound-tracks
封装在 Ubuntu 22.04 使用不同的包管理工具: apt
, apt-get
和 aptitude
。