如何安装 samplv1 Debian 10

了解如何安装 samplv1 Debian 10 通过本教程。 samplv1 是复调采样器合成器 – 独立

介绍

在本教程中我们学习如何安装 samplv1 在 Debian 10.

什么是 samplv1

样本lv1 是:

samplv1 是一款老式全数字复调采样合成器,具有立体声效果。

尽管其他采样器(例如标本)提供了更多功能,但人们会发现 samplv1 更容易且易于访问。 另外,它以 JACK 独立客户端和 LV2 插件两种形式提供。

该软件包提供独立的应用程序。

有三种安装方法 samplv1 在 Debian 10.我们可以使用 apt-get, aptaptitude。 在以下部分中,我们将描述每种方法。 您可以选择其中之一。

使用 apt-get 安装 samplv1

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

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

sudo apt-get -y install samplv1

使用 apt 安装 samplv1

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

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

sudo apt -y install samplv1

使用 aptitude 安装 samplv1

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

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

sudo aptitude -y install samplv1

如何卸载 samplv1 Debian 10

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

sudo apt-get remove samplv1

卸载 samplv1 及其依赖项

卸载 samplv1 及其不再需要的依赖项 Debian 10、我们可以使用下面的命令:

sudo apt-get -y autoremove samplv1

删除 samplv1 配置和数据

去除 samplv1 配置和数据来自 Debian 10.我们可以使用如下命令:

sudo apt-get -y purge samplv1

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

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

sudo apt-get -y autoremove --purge samplv1

依赖关系

samplv1 具有以下依赖项:

参考

概括

在本教程中我们学习如何安装 samplv1 封装在 Debian 10. 使用不同的包管理工具: apt, apt-getaptitude