Installing VSCode on Ubuntu 20.04 shows an error through dpkg command.
$ sudo dpkg -i code_1.87.2-1709912201_amd64.deb[sudo] password for mnaderan:Selecting previously unselected package code.(Reading database ... 343848 files and directories currently installed.)Preparing to unpack code_1.87.2-1709912201_amd64.deb ...Unpacking code (1.87.2-1709912201) ...Setting up code (1.87.2-1709912201) ...Error in file "/usr/share/applications/org.kde.kdeconnect_open.desktop": "*/*" is an invalid MIME type ("*" is an unregistered media type)Processing triggers for gnome-menus (3.36.0-1ubuntu1) ...Processing triggers for desktop-file-utils (0.24-1ubuntu3) ...Processing triggers for mime-support (3.64ubuntu1) ...Processing triggers for shared-mime-info (1.15-1) ...$ lsb_release -aNo LSB modules are available.Distributor ID: UbuntuDescription: Ubuntu 20.04.3 LTSRelease: 20.04Codename: focal$ uname -aLinux rtx3080 5.13.0-27-generic #29~20.04.1-Ubuntu SMP Fri Jan 14 00:32:30 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Any idea on how to fix that?