<?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: Understanding Shared Libraries in Linux	</title>
	<atom:link href="https://www.tecmint.com/understanding-shared-libraries-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/understanding-shared-libraries-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 09 May 2025 03:55:11 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/understanding-shared-libraries-in-linux/comment-page-1/#comment-2305329</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Fri, 09 May 2025 03:55:11 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27681#comment-2305329</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/understanding-shared-libraries-in-linux/comment-page-1/#comment-2305086&quot;&gt;Eduard A&lt;/a&gt;.

@Eduard,

To uninstall a shared library in CentOS, first identify which package installed it using:
&lt;pre&gt;
rpm -qf /path/to/library.so
&lt;/pre&gt;
Then remove the package with:
&lt;pre&gt;
sudo yum remove package-name
&lt;/pre&gt;
Make sure no other essential applications depend on that library before removing it.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/understanding-shared-libraries-in-linux/comment-page-1/#comment-2305086">Eduard A</a>.</p>
<p>@Eduard,</p>
<p>To uninstall a shared library in CentOS, first identify which package installed it using:</p>
<pre>
rpm -qf /path/to/library.so
</pre>
<p>Then remove the package with:</p>
<pre>
sudo yum remove package-name
</pre>
<p>Make sure no other essential applications depend on that library before removing it.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Eduard A		</title>
		<link>https://www.tecmint.com/understanding-shared-libraries-in-linux/comment-page-1/#comment-2305086</link>

		<dc:creator><![CDATA[Eduard A]]></dc:creator>
		<pubDate>Thu, 08 May 2025 09:16:42 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27681#comment-2305086</guid>

					<description><![CDATA[How can I uninstall a shared library in CentOS?]]></description>
			<content:encoded><![CDATA[<p>How can I uninstall a shared library in CentOS?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/understanding-shared-libraries-in-linux/comment-page-1/#comment-2161272</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 22 Apr 2024 03:38:24 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27681#comment-2161272</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/understanding-shared-libraries-in-linux/comment-page-1/#comment-2160658&quot;&gt;George Hanegan&lt;/a&gt;.

@George,

You can subscribe to our newsletter &lt;a href=&quot;https://newsletter.tecmint.com/subscription?f=hj6Ohm9gck3Z0PQ2BBBTh892iaCbDV3jJJa3hD8ULUlubOgnbo8aF44vt2HZfdc36g&quot; title=&quot;TecMint Newsletter&quot; target=&quot;_blank&quot; rel=&quot;noopener nofollow ugc&quot;&gt;here&lt;/a&gt;.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/understanding-shared-libraries-in-linux/comment-page-1/#comment-2160658">George Hanegan</a>.</p>
<p>@George,</p>
<p>You can subscribe to our newsletter <a target="_blank" href="https://newsletter.tecmint.com/subscription?f=hj6Ohm9gck3Z0PQ2BBBTh892iaCbDV3jJJa3hD8ULUlubOgnbo8aF44vt2HZfdc36g" title="TecMint Newsletter" target="_blank" rel="noopener nofollow ugc">here</a>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: George Hanegan		</title>
		<link>https://www.tecmint.com/understanding-shared-libraries-in-linux/comment-page-1/#comment-2160658</link>

		<dc:creator><![CDATA[George Hanegan]]></dc:creator>
		<pubDate>Sat, 20 Apr 2024 19:15:53 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27681#comment-2160658</guid>

					<description><![CDATA[Thanks for the blog post, is there any way I can receive an email whenever there is a new article?]]></description>
			<content:encoded><![CDATA[<p>Thanks for the blog post, is there any way I can receive an email whenever there is a new article?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: thinkby		</title>
		<link>https://www.tecmint.com/understanding-shared-libraries-in-linux/comment-page-1/#comment-1924721</link>

		<dc:creator><![CDATA[thinkby]]></dc:creator>
		<pubDate>Mon, 05 Dec 2022 11:32:03 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27681#comment-1924721</guid>

					<description><![CDATA[Hi,

What does the “&lt;strong&gt;hexadecimal value&lt;/strong&gt;” means?

e.g. linux-vdso.so.1 =&#062;  (0x00007ffebf9c2000)]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>What does the “<strong>hexadecimal value</strong>” means?</p>
<p>e.g. linux-vdso.so.1 =&gt;  (0x00007ffebf9c2000)</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
