了解如何安装 lcmaps-plugins-basic-bandn Debian 10 通过本教程。 lcmaps-plugins-basic-bandn 是 LCMAPS 插件,用于根据主题 DN 禁止用户
介绍
在本教程中我们学习如何安装 lcmaps-plugins-basic-bandn
在 Debian 10.
什么是 lcmaps-plugins-basic-bandn
lcmaps-plugins-basic-bandn 是:
本地中心映射服务 (LCMAPS) 是一个安全中间件组件,用于处理用户网格凭据并根据站点本地策略将用户映射到本地帐户。
几乎所有的功能都是通过插件来实现的。
此软件包包含 ban_dn 插件,用于根据可分辨名称 (DN) 禁止用户。
有三种安装方法 lcmaps-plugins-basic-bandn
在 Debian 10.我们可以使用 apt-get
, apt
和 aptitude
。 在以下部分中,我们将描述每种方法。 您可以选择其中之一。
使用 apt-get 安装 lcmaps-plugins-basic-bandn
更新 apt 数据库 apt-get
使用以下命令。
更新apt数据库后,我们可以安装 lcmaps-plugins-basic-bandn
使用 apt-get
通过运行以下命令:
sudo apt-get -y install lcmaps-plugins-basic-bandn
使用 apt 安装 lcmaps-plugins-basic-bandn
更新 apt 数据库 apt
使用以下命令。
更新apt数据库后,我们可以安装 lcmaps-plugins-basic-bandn
使用 apt
通过运行以下命令:
sudo apt -y install lcmaps-plugins-basic-bandn
使用 aptitude 安装 lcmaps-plugins-basic-bandn
如果您想遵循此方法,您可能需要先安装 aptitude,因为 aptitude 通常不会默认安装 Debian。 更新 apt 数据库 aptitude
使用以下命令。
更新apt数据库后,我们可以安装 lcmaps-plugins-basic-bandn
使用 aptitude
通过运行以下命令:
sudo aptitude -y install lcmaps-plugins-basic-bandn
如何卸载 lcmaps-plugins-basic-bandn Debian 10
仅卸载 lcmaps-plugins-basic-bandn
打包我们可以使用以下命令:
sudo apt-get remove lcmaps-plugins-basic-bandn
卸载 lcmaps-plugins-basic-bandn 及其依赖项
卸载 lcmaps-plugins-basic-bandn
及其不再需要的依赖项 Debian 10、我们可以使用下面的命令:
sudo apt-get -y autoremove lcmaps-plugins-basic-bandn
删除 lcmaps-plugins-basic-bandn 配置和数据
去除 lcmaps-plugins-basic-bandn
配置和数据来自 Debian 10.我们可以使用如下命令:
sudo apt-get -y purge lcmaps-plugins-basic-bandn
删除 lcmaps-plugins-basic-bandn 配置、数据及其所有依赖项
我们可以使用下面的命令来删除 lcmaps-plugins-basic-bandn
配置、数据及其所有依赖项,我们可以使用以下命令:
sudo apt-get -y autoremove --purge lcmaps-plugins-basic-bandn
依赖关系
lcmaps-plugins-basic-bandn 具有以下依赖项:
参考
概括
在本教程中我们学习如何安装 lcmaps-plugins-basic-bandn
封装在 Debian 10. 使用不同的包管理工具: apt
, apt-get
和 aptitude
。