Проверьте разницу между двумя пакетами apt

Есть ли механизм, чтобы проверить разницу между двумя пакетами?

Вариант использования: я хотел бы установить jupyter ноутбук но в поисках apt для jupyter возвращает много попаданий (см. ниже). Как я могу сказать, что для меня и чем они отличаются?

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)

1 ответ

Если вы хотите получить больше информации о пакете, используйте show вариант.

apt show jupyter

Это единственный способ четко увидеть различия между пакетами.

Другим подходом может быть использование программы с графическим интерфейсом в качестве синаптического

Другие вопросы по тегам