首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >检查两个apt包之间的差异

检查两个apt包之间的差异
EN

Ask Ubuntu用户
提问于 2018-05-01 03:22:15
回答 1查看 39关注 0票数 0

有任何机制来检查两个包之间的差异吗?

用例:我想安装jupyter笔记本,但是搜索apt查找jupyter会返回大量点击量(见下文)。我怎么知道哪一个是我的,他们有什么不同?

代码语言:javascript
复制
kretyn@junkyard$ apt-cache search ^jupyter
jupyter-qtconsole - Jupyter - Qt console (binaries)
python-jupyter-client - Jupyter protocol client APIs (Python 2)
python-jupyter-client-doc - Jupyter protocol client APIs (documentation)
python-jupyter-console - Jupyter terminal client (Python 2)
python-nbconvert - Jupyter notebook conversion (Python 2)
python-nbformat - Jupyter notebook format (Python 2)
python-nbsphinx - Jupyter Notebook Tools for Sphinx -- Python
python-nbsphinx-doc - Jupyter Notebook Tools for Sphinx -- doc
python-notebook-doc - Jupyter interactive notebook (documentation)
python-qtconsole - Jupyter - Qt console (Python 2)
python-qtconsole-doc - Jupyter - Qt console (documentation)
python3-jupyter-client - Jupyter protocol client APIs (Python 3)
python3-jupyter-console - Jupyter terminal client (Python 3)
python3-nbconvert - Jupyter notebook conversion (Python 3)
python3-nbformat - Jupyter notebook format (Python 3)
python3-nbsphinx - Jupyter Notebook Tools for Sphinx -- Python 3
python3-qtconsole - Jupyter - Qt console (Python 3)
jupyter - Interactive computing environment (metapackage)
jupyter-client - Jupyter protocol client APIs (tools)
jupyter-console - Jupyter terminal client (script)
jupyter-core - Core common functionality of Jupyter projects (tools)
jupyter-nbconvert - Jupyter notebook conversion (scripts)
jupyter-nbextension-jupyter-js-widgets - Interactive widgets - Jupyter notebook extension
jupyter-nbformat - Jupyter notebook format (tools)
jupyter-notebook - Jupyter interactive notebook
jupyter-sphinx-theme-common - Jupyter Sphinx Theme -- common files
jupyter-sphinx-theme-doc - Jupyter Sphinx Theme -- documentation
python-jupyter-console-doc - Jupyter terminal client (documentation)
python-jupyter-sphinx-theme - Jupyter Sphinx Theme -- Python
python-nbconvert-doc - Jupyter notebook conversion (documentation)
python-nbformat-doc - Jupyter notebook format (documentation)
python-notebook - Jupyter interactive notebook (Python 2)
python3-jupyter-sphinx-theme - Jupyter Sphinx Theme -- Python 3
python3-notebook - Jupyter interactive notebook (Python 3)
EN

回答 1

Ask Ubuntu用户

发布于 2018-05-01 17:21:49

如果您想获得有关包的更多信息,请使用show选项。

代码语言:javascript
复制
apt show jupyter

只有这样,才能清楚地看出包之间的区别。

另一种方法可以是使用GUI程序作为突触

票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1030392

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档