<?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>TencentOS &#8211; Bubblog</title>
	<atom:link href="https://blog.yangyuanping.com/tag/tencentos/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.yangyuanping.com</link>
	<description>nullable reference types</description>
	<lastBuildDate>Fri, 19 Dec 2025 17:21:30 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://blog.yangyuanping.com/wp-content/uploads/2025/11/cropped-patrick_log_logo_251121-2-32x32.png</url>
	<title>TencentOS &#8211; Bubblog</title>
	<link>https://blog.yangyuanping.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>TencentOS Server 4 安装 dotnet 运行时</title>
		<link>https://blog.yangyuanping.com/tencentos-server-4-%e5%ae%89%e8%a3%85-dotnet-%e8%bf%90%e8%a1%8c%e6%97%b6/</link>
		
		<dc:creator><![CDATA[peny911]]></dc:creator>
		<pubDate>Wed, 17 Dec 2025 18:39:49 +0000</pubDate>
				<category><![CDATA[Linux Nibbles]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[TencentOS]]></category>
		<guid isPermaLink="false">https://blog.yangyuanping.com/?p=1051</guid>

					<description><![CDATA[TencentOS Server 4 基于 RHEL 8，使用 dnf： 添加 Microsoft 仓库 su [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>TencentOS Server 4 基于 RHEL 8，使用 dnf：</p>
<h1>添加 Microsoft 仓库</h1>
<p>sudo rpm -Uvh <a href="https://packages.microsoft.com/config/centos/8/packages-microsoft-prod.rpm">https://packages.microsoft.com/config/centos/8/packages-microsoft-prod.rpm</a></p>
<h1>安装运行时</h1>
<p>sudo dnf install -y aspnetcore-runtime-8.0</p>
<h1>验证</h1>
<p>dotnet &#8211;list-runtimes</p>
<p>如果上面的源不可用，可以用脚本安装：</p>
<h1>下载安装脚本</h1>
<p>curl -sSL <a href="https://dot.net/v1/dotnet-install.sh">https://dot.net/v1/dotnet-install.sh</a> -o dotnet-install.sh<br />
chmod +x dotnet-install.sh</p>
<h1>安装到 /usr/share/dotnet（全局）</h1>
<p>sudo ./dotnet-install.sh &#8211;channel 8.0 &#8211;runtime aspnetcore &#8211;install-dir /usr/share/dotnet</p>
<h1>创建软链接</h1>
<p>sudo ln -sf /usr/share/dotnet/dotnet /usr/bin/dotnet</p>
<h1>验证</h1>
<p>dotnet &#8211;list-runtimes</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
