在本教程中,我们学习如何安装 elpa-with-editor Debian 9. elpa-with-editor 是使用 Emacs 作为 $EDITOR 调用程序
介绍
在本教程中我们学习如何安装 elpa-with-editor
在 Debian 9.
什么是 elpa-with-editor
elpa-with-editor 是:
有了这个包,你可以从 Emacs 调用程序,这样他们就可以使用 Emacs 作为编辑器。
有三种安装方法 elpa-with-editor
在 Debian 9.我们可以使用 apt-get
, apt
和 aptitude
。 在以下部分中,我们将描述每种方法。 您可以选择其中之一。
使用 apt-get 安装 elpa-with-editor
更新 apt 数据库 apt-get
使用以下命令。
更新apt数据库后,我们可以安装 elpa-with-editor
使用 apt-get
通过运行以下命令:
sudo apt-get -y install elpa-with-editor
使用 apt 安装 elpa-with-editor
更新 apt 数据库 apt
使用以下命令。
更新apt数据库后,我们可以安装 elpa-with-editor
使用 apt
通过运行以下命令:
sudo apt -y install elpa-with-editor
使用 aptitude 安装 elpa-with-editor
如果您想遵循此方法,您可能需要先安装 aptitude,因为 aptitude 通常不会默认安装 Debian。 更新 apt 数据库 aptitude
使用以下命令。
更新apt数据库后,我们可以安装 elpa-with-editor
使用 aptitude
通过运行以下命令:
sudo aptitude -y install elpa-with-editor
如何卸载 elpa-with-editor Debian 9
仅卸载 elpa-with-editor
打包我们可以使用以下命令:
sudo apt-get remove elpa-with-editor
卸载 elpa-with-editor 及其依赖项
卸载 elpa-with-editor
及其不再需要的依赖项 Debian 9、我们可以使用下面的命令:
sudo apt-get -y autoremove elpa-with-editor
删除 elpa-with-editor 配置和数据
去除 elpa-with-editor
配置和数据来自 Debian 9.我们可以使用以下命令:
sudo apt-get -y purge elpa-with-editor
删除 elpa-with-editor 配置、数据及其所有依赖项
我们可以使用下面的命令来删除 elpa-with-editor
配置、数据及其所有依赖项,我们可以使用以下命令:
sudo apt-get -y autoremove --purge elpa-with-editor
依赖关系
elpa-with-editor 具有以下依赖项:
参考
概括
在本教程中我们学习如何安装 elpa-with-editor
封装在 Debian 9.使用不同的包管理工具: apt
, apt-get
和 aptitude
。