<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: 4 Useful Tools to Monitor CPU and GPU Temperature in Ubuntu	</title>
	<atom:link href="https://www.tecmint.com/monitor-cpu-and-gpu-temperature-in-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/monitor-cpu-and-gpu-temperature-in-ubuntu/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 13 Jul 2023 10:50:03 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/monitor-cpu-and-gpu-temperature-in-ubuntu/comment-page-1/#comment-1936228</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 26 Dec 2022 04:23:13 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=35652#comment-1936228</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/monitor-cpu-and-gpu-temperature-in-ubuntu/comment-page-1/#comment-1935206&quot;&gt;Roman Toledo&lt;/a&gt;.

@Roman,

Try to install Python3, which contains python-dev as well.
&lt;pre&gt;
$ sudo apt-get install python3
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/monitor-cpu-and-gpu-temperature-in-ubuntu/comment-page-1/#comment-1935206">Roman Toledo</a>.</p>
<p>@Roman,</p>
<p>Try to install Python3, which contains python-dev as well.</p>
<pre>
$ sudo apt-get install python3
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Roman Toledo		</title>
		<link>https://www.tecmint.com/monitor-cpu-and-gpu-temperature-in-ubuntu/comment-page-1/#comment-1935206</link>

		<dc:creator><![CDATA[Roman Toledo]]></dc:creator>
		<pubDate>Sun, 25 Dec 2022 02:07:25 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=35652#comment-1935206</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/monitor-cpu-and-gpu-temperature-in-ubuntu/comment-page-1/#comment-1869112&quot;&gt;lykos&lt;/a&gt;.

None of these work in Debian 11.6, all refer to &lt;strong&gt;python-dev&lt;/strong&gt; and that is no longer &quot;&lt;strong&gt;good&lt;/strong&gt;&quot;.

I get a message&#124;&#124;
&lt;pre&gt;
$ sudo wget -O- https://bit.ly/glances &#124; /bin/bash
&lt;/pre&gt;
Redirecting output to ‘wget-log.3’.
Detected system: Debian
sudo apt-get install -y python3-pip python-dev python3-docker gcc lm-sensors wireless-tools
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package python-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  python-dev-is-python3

E: Package &#039;python-dev&#039; has no installation candidate]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/monitor-cpu-and-gpu-temperature-in-ubuntu/comment-page-1/#comment-1869112">lykos</a>.</p>
<p>None of these work in Debian 11.6, all refer to <strong>python-dev</strong> and that is no longer &#8220;<strong>good</strong>&#8220;.</p>
<p>I get a message||</p>
<pre>
$ sudo wget -O- https://bit.ly/glances | /bin/bash
</pre>
<p>Redirecting output to ‘wget-log.3’.<br />
Detected system: Debian<br />
sudo apt-get install -y python3-pip python-dev python3-docker gcc lm-sensors wireless-tools<br />
Reading package lists&#8230; Done<br />
Building dependency tree&#8230; Done<br />
Reading state information&#8230; Done<br />
Package python-dev is not available, but is referred to by another package.<br />
This may mean that the package is missing, has been obsoleted, or<br />
is only available from another source<br />
However the following packages replace it:<br />
  python-dev-is-python3</p>
<p>E: Package &#8216;python-dev&#8217; has no installation candidate</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: lykos		</title>
		<link>https://www.tecmint.com/monitor-cpu-and-gpu-temperature-in-ubuntu/comment-page-1/#comment-1869112</link>

		<dc:creator><![CDATA[lykos]]></dc:creator>
		<pubDate>Mon, 29 Aug 2022 03:31:09 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=35652#comment-1869112</guid>

					<description><![CDATA[There&#039;s also graphics sensors, like &lt;strong&gt;Vitals&lt;/strong&gt;.]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s also graphics sensors, like <strong>Vitals</strong>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: abbi		</title>
		<link>https://www.tecmint.com/monitor-cpu-and-gpu-temperature-in-ubuntu/comment-page-1/#comment-1855686</link>

		<dc:creator><![CDATA[abbi]]></dc:creator>
		<pubDate>Tue, 02 Aug 2022 09:46:22 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=35652#comment-1855686</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/monitor-cpu-and-gpu-temperature-in-ubuntu/comment-page-1/#comment-1478483&quot;&gt;Gonculator&lt;/a&gt;.

Thanks for this proposal, it is very useful for me...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/monitor-cpu-and-gpu-temperature-in-ubuntu/comment-page-1/#comment-1478483">Gonculator</a>.</p>
<p>Thanks for this proposal, it is very useful for me&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: David Gibbons		</title>
		<link>https://www.tecmint.com/monitor-cpu-and-gpu-temperature-in-ubuntu/comment-page-1/#comment-1810838</link>

		<dc:creator><![CDATA[David Gibbons]]></dc:creator>
		<pubDate>Wed, 01 Jun 2022 00:36:07 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=35652#comment-1810838</guid>

					<description><![CDATA[At least in the current version of &lt;strong&gt;glances&lt;/strong&gt;, the button for sensor data is &lt;code&gt;&#039;s&#039;&lt;/code&gt; not &lt;code&gt;&#039;f&#039;&lt;/code&gt;, &lt;strong&gt;&#039;f&#039;&lt;/strong&gt; is filesystem.]]></description>
			<content:encoded><![CDATA[<p>At least in the current version of <strong>glances</strong>, the button for sensor data is <code>'s'</code> not <code>'f'</code>, <strong>&#8216;f&#8217;</strong> is filesystem.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
