Thanks, i did that but i get this: "WARNING: apt does not have a stable CLI interface. Use with caution in scripts."
That is just a minor warning since you piped to grep. It can be ignored. If the terminal did not list a package and version, then it is not installed.
I cant tell if i got it installed or not, this was my terminal results:
user@System:~$ grep --version
grep (GNU grep) 3.4
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later https://gnu.org/licenses/gpl.html.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Mike Haertel and others; see
https://git.sv.gnu.org/cgit/grep.git/tree/AUTHORS.
(base) user@System:~$ gthumb --version
Command 'gthumb' not found,
(base) user@System:~$ apt list -i | grep gthumb
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
terminal did not list a package and version
It is not installed.
If it was, that command would have listed the version.
I do not have it installed now and I get that same result.
I installed it now, and then did this:
grep --version
grep (GNU grep) 3.4
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later https://gnu.org/licenses/gpl.html.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Mike Haertel and others; see
https://git.sv.gnu.org/cgit/grep.git/tree/AUTHORS.
(base) user@System:~$ apt list -i | grep gthumb
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.