I'm am trying to get to use GDB, so I run Sudo pacman -S gdb. I run it then try the following command, gdb help. And get this error. "gdb: error while loading shared libraries: libffi.so.7: cannot open shared object file: No such file or directory " I am on Manjaro. How can I get around this? Did I install gdb wrong?
EDIT: Heres some more information, later I ran the command, touch p.py, and then ran, code . to open vscode and got this! "electron6: error while loading shared libraries: libffi.so.7: cannot open shared object file: No such file or directory"