cschanna 0 Posted January 10, 2021 Share Posted January 10, 2021 Hi all, I have just installed Ubuntu 20.04. I have purchased Internet Security for Linux from ESET. When I double click on the installer file I get the following error: "Please install the following files or packages" and then a series of letters. I searched this error online and found the following page: https://support.eset.com/en/kb2733-i-receive-the-error-message-please-install-the-following-files-or-packages-usrlibgconvutf-16so-when-installing-eset-nod32-antivirus-4-for-linux-desktop I followed the instruction but after I type in the second row into the terminal I get the result: find: missing argument to 'exec' Please could somebody advise what I should do? Thank you, Chris Link to comment Share on other sites More sharing options...
anjayani 1 Posted January 11, 2021 Share Posted January 11, 2021 try this sudo find /usr/lib /lib /var/lib /usr/local/lib -type f -name UTF-16.so -exec ln -s {} /usr/lib/gconv/UTF-16.so \; Link to comment Share on other sites More sharing options...
Recommended Posts