<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Uninstall Splunk on Linux in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Uninstall-Splunk-on-Linux/m-p/190022#M7138</link>
    <description>&lt;P&gt;Agree with @soutamo , yum remove is always better practice, if available on your distro.&lt;/P&gt;</description>
    <pubDate>Mon, 24 Feb 2020 17:28:59 GMT</pubDate>
    <dc:creator>codebuilder</dc:creator>
    <dc:date>2020-02-24T17:28:59Z</dc:date>
    <item>
      <title>Uninstall Splunk on Linux</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Uninstall-Splunk-on-Linux/m-p/190015#M7131</link>
      <description>&lt;P&gt;In the guide for uninstalling Splunk from Linux, it says; "rpm -e splunk_product_name".&lt;BR /&gt;
What is meant by, "splunk_product_name"? Is that the name of the installed file?&lt;BR /&gt;
I installed using the wget URL. So would the command be, "rpm -e splunk-6.1.1-207789-Linux-x86_64.tgz"?&lt;BR /&gt;
Also, what directory should this command be executed from?&lt;/P&gt;

&lt;P&gt;-Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:48:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Uninstall-Splunk-on-Linux/m-p/190015#M7131</guid>
      <dc:creator>Bill_B</dc:creator>
      <dc:date>2020-09-28T16:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Uninstall Splunk on Linux</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Uninstall-Splunk-on-Linux/m-p/190016#M7132</link>
      <description>&lt;P&gt;Run the following command to find the correct package name.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;rpm -q -a | grep -i splunk
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Pass the result to the &lt;CODE&gt;rpm -e&lt;/CODE&gt; command.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2014 19:16:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Uninstall-Splunk-on-Linux/m-p/190016#M7132</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2014-06-05T19:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Uninstall Splunk on Linux</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Uninstall-Splunk-on-Linux/m-p/190017#M7133</link>
      <description>&lt;P&gt;If the above command returns no result then a manual uninstall must done. Yes?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2014 19:31:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Uninstall-Splunk-on-Linux/m-p/190017#M7133</guid>
      <dc:creator>Bill_B</dc:creator>
      <dc:date>2014-06-05T19:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Uninstall Splunk on Linux</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Uninstall-Splunk-on-Linux/m-p/190018#M7134</link>
      <description>&lt;P&gt;If you get no results from the rpm command then it probably means Splunk was not installed using rpm.  You would then need to uninstall it manually.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2014 20:06:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Uninstall-Splunk-on-Linux/m-p/190018#M7134</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2014-06-05T20:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Uninstall Splunk on Linux</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Uninstall-Splunk-on-Linux/m-p/190019#M7135</link>
      <description>&lt;P&gt;rpm -qa | grep -i splunk&lt;BR /&gt;
Then put the command rpm -e above_command_result&lt;BR /&gt;
Example : rpm -e splunkforwarder-6.3.2-aaff59bb082c.x86_64&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:38:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Uninstall-Splunk-on-Linux/m-p/190019#M7135</guid>
      <dc:creator>SantoshBansode</dc:creator>
      <dc:date>2020-09-29T09:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Uninstall Splunk on Linux</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Uninstall-Splunk-on-Linux/m-p/190020#M7136</link>
      <description>&lt;P&gt;It does not work for me.  When I run it I get a bunch of errors and the /opt/splunk/ path is still there:&lt;/P&gt;

&lt;P&gt;warning: file /opt/splunk/share/splunk/search_mrsparkle/modules.new/messaging/Message.conf: remove failed: No such file or directory&lt;BR /&gt;
warning: file /opt/splunk/share/splunk/search_mrsparkle/modules.new/messaging: remove failed: No such file or directory&lt;BR /&gt;
warning: file /opt/splunk/share/splunk/search_mrsparkle/modules.new/DispatchingModule.js: remove failed: No such file or directory&lt;BR /&gt;
warning: file /opt/splunk/share/splunk/search_mrsparkle/modules.new/DispatchingModule.conf: remove failed: No such file or directory&lt;BR /&gt;
warning: file /opt/splunk/share/splunk/search_mrsparkle/modules.new/AbstractModule.js: remove failed: No such file or directory&lt;BR /&gt;
warning: file /opt/splunk/share/splunk/search_mrsparkle/modules.new/AbstractModule.conf: remove failed: No such file or directory&lt;BR /&gt;
warning: file /opt/splunk/share/splunk/search_mrsparkle/modules.new: remove failed: No such file or directory&lt;BR /&gt;
warning: file /opt/splunk/ftr: remove failed: No such file or directory&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 04:15:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Uninstall-Splunk-on-Linux/m-p/190020#M7136</guid>
      <dc:creator>mhouse3</dc:creator>
      <dc:date>2020-09-30T04:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Uninstall Splunk on Linux</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Uninstall-Splunk-on-Linux/m-p/190021#M7137</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;It is warning that there are some files which are not part of that rpm package. Basically you should remove those after uninstall by rm -fr /opt/splunk.&lt;/P&gt;

&lt;P&gt;Also remember possible volumes and/or SPLUNK_DB -directory if those are somewhere else than /opt/splunk/var/lib &lt;/P&gt;

&lt;P&gt;Btw. It’s better to use yum remove splunk than rpm -e if yum is in use. Pure rpm can generate som lock issues to rpm db.&lt;/P&gt;

&lt;P&gt;Ismo&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 22:18:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Uninstall-Splunk-on-Linux/m-p/190021#M7137</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-02-21T22:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Uninstall Splunk on Linux</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Uninstall-Splunk-on-Linux/m-p/190022#M7138</link>
      <description>&lt;P&gt;Agree with @soutamo , yum remove is always better practice, if available on your distro.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 17:28:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Uninstall-Splunk-on-Linux/m-p/190022#M7138</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2020-02-24T17:28:59Z</dc:date>
    </item>
  </channel>
</rss>

