<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://w.electrodragon.com/w/index.php?action=history&amp;feed=atom&amp;title=Python_Upgrade</id>
	<title>Python Upgrade - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://w.electrodragon.com/w/index.php?action=history&amp;feed=atom&amp;title=Python_Upgrade"/>
	<link rel="alternate" type="text/html" href="https://w.electrodragon.com/w/index.php?title=Python_Upgrade&amp;action=history"/>
	<updated>2026-07-22T06:49:02Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>https://w.electrodragon.com/w/index.php?title=Python_Upgrade&amp;diff=32342&amp;oldid=prev</id>
		<title>Chao at 08:45, 17 October 2021</title>
		<link rel="alternate" type="text/html" href="https://w.electrodragon.com/w/index.php?title=Python_Upgrade&amp;diff=32342&amp;oldid=prev"/>
		<updated>2021-10-17T08:45:06Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;* apt-get install linux-image-amd64 linux-headers-amd64&lt;br /&gt;
* ref. https://unix.stackexchange.com/questions/543601/failed-to-update-linux-headers-on-debian-stretch-debian-9&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== check version ==&lt;br /&gt;
 jensd@deb:~$ cat /etc/debian_version&lt;br /&gt;
 9.1&lt;br /&gt;
 jensd@deb:~$ uname -r&lt;br /&gt;
 4.9.0-3-amd64&lt;br /&gt;
&lt;br /&gt;
== Upgrade 3.7 to 3.9 ==&lt;br /&gt;
Open the /etc/apt/sources.list file with the following command:&lt;br /&gt;
&lt;br /&gt;
 sudo nano /etc/apt/sources.list&lt;br /&gt;
Add the official testing repository. Append the following line of text to the end of the file:&lt;br /&gt;
&lt;br /&gt;
 deb http://http.us.debian.org/debian/ testing non-free contrib main&lt;br /&gt;
and &lt;br /&gt;
 sudo apt update&lt;br /&gt;
 sudo apt upgrade &lt;br /&gt;
 apt-get install python3-minimal&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[category: Python Install]]&lt;/div&gt;</summary>
		<author><name>Chao</name></author>
	</entry>
</feed>