*N: Unable to locate package* shown twice on `apt show`
See Benjamin-Loison/KeePassDX/issues/18#issuecomment-2730140385.
apt show frida > /dev/null
Output:
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
E: No packages found
Related to #9.
apt show frida 2> /dev/null
does not return anything.
Edited by Benjamin Loison