When I recently tried to install CodeLite under Linux Mint 20.2 (64 bit, only, I believe) I received a skipped repository message that mentioning the i386 architecture is unsupported.
My installation appears to be correct and 'uname -m' returns 'x86_64'.
Adding '[arch=amd64]' to the command giving in the installation instructions appears to fix the problem, add the repo, and allow installation:
sudo apt-add-repository 'deb [arch=amd64] https://repos.codelite.org/ubuntu/ focal universe'.
My concern is that the install instructions don't mention having to add '[arch=amd64]'.
Am I missing something? Is my installation valid?
Thank you for your help - I tried to find other posts related to this issue before posting.