Comment 9 for bug 1749777

Revision history for this message
Michael Vogt (mvo) wrote :

The current output (in lp:command-not-found) looks like this:

Mixed snaps/debs:
"""
$ jq

The command 'jq' can be installed as:

 snap jq
 deb jq (1.5+dfsg-2)

See 'snap info jq' for additional versions.

"""

Single snap:
"""
$ spotify

The command 'spotify' can be installed from the following snaps:

 spotify

See 'snap info spotify' for additional versions.

"""

Sinle deb:
"""
The command 'konsole' can be intsalled by typing:
sudo apt install konsole
"""

Multiple debs:
"""

The command 'vim' can be installed from the following apt packages:

 vim
 vim-gtk3
 vim-tiny
 neovim
 vim-athena
 vim-gtk
 vim-nox

Try: sudo apt install <selected package>

"""