command-not-found version: 0.3 Python version: 3.10.6 final 0 Distributor ID: Ubuntu Description: Ubuntu 22.04.2 LTS Release: 22.04 Codename: jammy Exception information: no such table: commands Traceback (most recent call last): File "/usr/lib/python3/dist-packages/CommandNotFound/util.py", line 23, in crash_guard callback() File "/usr/lib/command-not-found", line 95, in main if not cnf.advise(args[0], options.ignore_installed) and not options.no_failure_msg: File "/usr/lib/python3/dist-packages/CommandNotFound/CommandNotFound.py", line 344, in advise packages = self.get_packages(command) File "/usr/lib/python3/dist-packages/CommandNotFound/CommandNotFound.py", line 97, in get_packages return self.db.lookup(command) File "/usr/lib/python3/dist-packages/CommandNotFound/db/db.py", line 19, in lookup for row in self.con.execute( sqlite3.OperationalError: no such table: commands
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
command-not-found |
New
|
Undecided
|
Unassigned |
Bug Description
command-not-found version: 0.3
Python version: 3.10.6 final 0
Distributor ID: Ubuntu
Description: Ubuntu 22.04.2 LTS
Release: 22.04
Codename: jammy
Exception information:
no such table: commands
Traceback (most recent call last):
File "/usr/lib/
callback()
File "/usr/lib/
if not cnf.advise(args[0], options.
File "/usr/lib/
packages = self.get_
File "/usr/lib/
return self.db.
File "/usr/lib/
for row in self.con.execute(
sqlite3.