
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Yokel Economics &#187; apt</title>
	<atom:link href="http://192.168.0.198/archives/tag/apt/feed" rel="self" type="application/rss+xml" />
	<link>http://192.168.0.198</link>
	<description>Writings, notes, and data</description>
	<lastBuildDate>Mon, 30 Mar 2026 02:04:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>Debian 12 Sources</title>
		<link>http://192.168.0.198/archives/2450</link>
		<comments>http://192.168.0.198/archives/2450#comments</comments>
		<pubDate>Sun, 07 Sep 2025 02:38:50 +0000</pubDate>
		<dc:creator>Yokelheim</dc:creator>
				<category><![CDATA[Computing Notes]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[bookworm]]></category>
		<category><![CDATA[bullseye]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://192.168.0.198/?p=2450</guid>
		<description><![CDATA[This is a listing of Debian sources for future reference.&#160; Debian maintains&#160; an archive of older versions on the Distribution Archives website.&#160; It may be necessary at some point in the future to change the bullseye information below so that it points to the distribution archives. /etc/apt/sources.list.d/vivaldi.list ### THIS FILE IS AUTOMATICALLY CONFIGURED ### # [...]]]></description>
			<content:encoded><![CDATA[<p>This is a listing of Debian sources for future reference.&#160; Debian maintains&#160; an archive of older versions on the <a href="https://www.debian.org/distrib/archive">Distribution Archives</a> website.&#160; It may be necessary at some point in the future to change the bullseye information below so that it points to the distribution archives.</p>
<p><strong>/etc/apt/sources.list.d/vivaldi.list</strong> </p>
<pre>### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb [arch=amd64] https://repo.vivaldi.com/stable/deb/ stable main
</pre>
<p><strong>End of File</strong> </p>
<p>&#160;</p>
<p><strong>/etc/apt/sources.list</strong></p>
<pre>                                                
#deb cdrom:[Debian GNU/Linux 12.4.0 _Bookworm_ - Official amd64 NETINST with firmware 20231210-17:56]/ bookworm main&gt;

deb http://deb.debian.org/debian/ bookworm main non-free-firmware
deb-src http://deb.debian.org/debian/ bookworm main non-free-firmware

deb http://security.debian.org/debian-security bookworm-security main non-free-firmware
deb-src http://security.debian.org/debian-security bookworm-security main non-free-firmware

# bookworm-updates, to get updates before a point release is made;
# see https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_updates_and_backports
deb http://deb.debian.org/debian/ bookworm-updates main non-free-firmware
deb-src http://deb.debian.org/debian/ bookworm-updates main non-free-firmware

# Debian 12 &quot;bookworm&quot; dropped by Python2.  Adding Debian 11 &quot;bullseye&quot;
# removed bullseye non-free-firmware from each of the below bullseye lines
# due to errors on 7/24/25</pre>
<pre>
deb http://deb.debian.org/debian/ bullseye main
deb-src http://deb.debian.org/debian/ bullseye main
deb http://security.debian.org/debian-security bullseye-security main
deb-src http://security.debian.org/debian-security bullseye-security main
deb http://deb.debian.org/debian/ bullseye-updates main
deb-src http://deb.debian.org/debian/ bullseye-updates main


# added 7/24/25
# https://fasttrack.debian.net/


deb http://fasttrack.debian.net/debian-fasttrack/ bookworm-fasttrack main contrib
deb http://fasttrack.debian.net/debian-fasttrack/ bookworm-backports-staging main contrib



# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching &quot;deb cdrom&quot;
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
</pre>
<p><strong>End of File</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://192.168.0.198/archives/2450/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Java 21 in Debian 12</title>
		<link>http://192.168.0.198/archives/361</link>
		<comments>http://192.168.0.198/archives/361#comments</comments>
		<pubDate>Sun, 05 May 2024 02:50:00 +0000</pubDate>
		<dc:creator>Yokelheim</dc:creator>
				<category><![CDATA[Computing Notes]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://192.168.0.198/?p=361</guid>
		<description><![CDATA[Minecraft Java edition lost compatibility with Java 17 between 1.20.4 and 1.20.6. Version 1.20.4 works with Java 17, and 1.20.6 no longer works with Java 17.  Several guides appear online for installing downloaded packages of the 64-bit runtime from Oracle or other sources.  Since Debian offers 32-bit server operating systems in the present day, the [...]]]></description>
			<content:encoded><![CDATA[<p>Minecraft Java edition lost compatibility with Java 17 between 1.20.4 and 1.20.6. Version 1.20.4 works with Java 17, and 1.20.6 no longer works with Java 17.  Several guides appear online for installing downloaded packages of the 64-bit runtime from Oracle or other sources.  Since Debian offers 32-bit server operating systems in the present day, the package manager versions are the easiest option if one uses the 32-bit version of Debian.  One of the reasons to use the 32-bit version of Debian is for use with older versions of Minecraft such as 1.10 and 1.12.  The older versions’ ecosystem contain an incredible number of mods.  The older versions require 32-bit java runtimes and the easiest way to handle that is to use a 32-bit operating system and then one can have newer versions of Java alongside older versions of Java and then one can run any version of Minecraft and Minecraft Forge that they desire.</p>
<p>Edit /etc/apt/sources.list to contain the following lines:</p>
<pre>deb <a href="http://deb.debian.org/debian">http://deb.debian.org/debian</a> testing main
deb-src <a href="http://deb.debian.org/debian">http://deb.debian.org/debian</a> testing main</pre>
<p>Then, run the following commands.</p>
<pre>apt-get update
apt-get install openjdk-21-jre</pre>
<pre>java –version</pre>
<p><a title="https://wiki.debian.org/DebianTesting" href="https://wiki.debian.org/DebianTesting">https://wiki.debian.org/DebianTesting</a> contains a good reference guide for using Debian Testing, including details on upgrading to the next distribution.  The approximate Java lifecycle can be found at <a title="https://www.oracle.com/java/technologies/java-se-support-roadmap.html" href="https://www.oracle.com/java/technologies/java-se-support-roadmap.html">https://www.oracle.com/java/technologies/java-se-support-roadmap.html</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://192.168.0.198/archives/361/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
