On the matter of lshw-gtk not working properly, you would need all the dependencies installed for it which on this debian system are as follows:(I have tried lshw-gtk that is a wonderful tool but don't work properly on my Linux OS).
Thank you
[tom@min ~]$ apt-cache depends lshw-gtk
lshw-gtk
Depends: libc6
Depends: libgcc-s1
Depends: libgdk-pixbuf-2.0-0
Depends: libglib2.0-0
Depends: libgtk-3-0
Depends: libstdc++6
Recommends: menu
Recommends: pciutils
Recommends: usbutils
Thank you, I have checked the depends and recommends listed: I have all.On the matter of lshw-gtk not working properly, you would need all the dependencies installed for it which on this debian system are as follows:
Including the recommends may help too. If for example, only gtk-2 is installed, there would likely be some issues.Code:[tom@min ~]$ apt-cache depends lshw-gtk lshw-gtk Depends: libc6 Depends: libgcc-s1 Depends: libgdk-pixbuf-2.0-0 Depends: libglib2.0-0 Depends: libgtk-3-0 Depends: libstdc++6 Recommends: menu Recommends: pciutils Recommends: usbutils
Sorry, I use Pure OS 10 byzantium (I have not lshw-gtk in the Software Manager)The OP has not told us which Linux os he is using....which is disappointing.
If he is using Linux Mint, he will find Lshw-gtk in the Software Manager
View attachment 17958
Thank you, I have tried GPU-Viewer but don't start.you mean something like GPU-Viewer?
View attachment 17956
I prefer lshw-gtk because it is more detailed.![]()
Graphically Examine Hardware Info With HardInfo • Linux Tips
Sometimes old tools are the best, or at least adequate. In this case, we're talking about HardInfo - a tool that hasn't been updated in about 7 years, but still does a great job.linux-tips.us
On the issue of lshw-gtk not working properly on the system, this ought not to happen so far as I can see for a few reasons and may be a symptom of some other problem on the system.What is the more detailed and reliable hardware info tool for Linux with a GUI?
(I have tried lshw-gtk that is a wonderful tool but don't work properly on my Linux OS).
Thank you
Does every software application designed for GNU/Linux run on PureOS?
Mostly yes.
Every software packaged in Debian should run on PureOS.
Where can I find more resources about PureOS?
<snip>
... you can ask the helpful StackExchange community questions at https://unix.stackexchange.com. Tag your questions with "pureos" or "purism" for clarity.
Is that exactly as you typed it into Terminal ??lshw-gtk
I am quite certain there should be a space in there.....
but when I close the terminal the program closes.
sudo passwd root
If the problem you have with lshw-gtk is: "when I close the terminal the program closes", it is easily avoided by running the lshw-gtk command with an & in a terminal, as below. That command will run the program and leave a terminal for use, which if closed, will not close the program, but only close the terminal, and the program itself can be closed from its own menu:Thank you, I have checked the depends and recommends listed: I have all.
I have installed lshw-gtk and it work typing "sudo lshw-gtk" but when I close the terminal the program closes.
lshw-gtk &
Good to know. Tested here on a debian installed machine, not PureOS, and worked as described in post #18. That description is fairly standard in my experience with distros, but I didn't use PureOS so I was supposing it should behave the same as with other distros with the standard bash shell.With a proviso (at least from the Live version)
You need to press Ctrl-c first to dispense with the stdout content on the terminal screen, and then from the prompt you can exit.
If you simply close the terminal down, it will also close the GUI window.
Wiz