Hello all,
I have installed MX-Linux 21 on a laptop (with xfce). For some things I find
xfce quite nice to use, but I decided to install TDE too (actually I have one
user configured to start xfce and another TDE).
I followed the wiki and created a tde.list in /etc/apt/sources.list.d,
downloaded the keyring and apt-get updated.
- Everything installed fine (using the preliminary builds) and TDE is running
OK
- However, when running apt-get update I got this (at the end of the update):
Traceback (most recent call last):
File "/usr/lib/cnf-update-db", line 26, in <module>
col.create(db)
File "/usr/share/command-not-found/CommandNotFound/db/creator.py", line 95,
in create
self._fill_commands(con)
File "/usr/share/command-not-found/CommandNotFound/db/creator.py", line 143,
in _fill_commands
self._parse_single_contents_file(con, f, fp.stdout)
File "/usr/share/command-not-found/CommandNotFound/db/creator.py", line 282,
in _parse_single_contents_file
priority = component_priorities[component]
KeyError: 'deps-r14'
It does not seem to hurt, but I wonder what it is.
Using the regular stable release has the same effect, commenting all lines in
tde.list results in no message, so it's linked to the tde repositories
somehow.
Thierry