<?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: remove sudo in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-sudo/m-p/5224768#M467482</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;find / -name sudo&lt;BR /&gt;&lt;BR /&gt;Same thing for sudoers&lt;BR /&gt;&lt;BR /&gt;Erase the files at the command line.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Thu, 11 Feb 2010 20:41:42 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2010-02-11T20:41:42Z</dc:date>
    <item>
      <title>remove sudo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-sudo/m-p/5224767#M467481</link>
      <description>hi,&lt;BR /&gt;i have to problem for remove the software sudo sudo-1.7.2p2 in the operation system&lt;BR /&gt;&lt;BR /&gt;SAPL904:/tmp/hp/sudo/sudo-1.7.2p2&amp;gt; swlist -l product | grep sudo&lt;BR /&gt;SAPL904:/tmp/hp/sudo/sudo-1.7.2p2&amp;gt;&lt;BR /&gt;not appear&lt;BR /&gt;&lt;BR /&gt;in the sam no show "sudo" software installation&lt;BR /&gt;the installation was via ./configure&lt;BR /&gt;&lt;BR /&gt;i nedd remove the software&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Feb 2010 19:34:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-sudo/m-p/5224767#M467481</guid>
      <dc:creator>Eli Daniel</dc:creator>
      <dc:date>2010-02-11T19:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: remove sudo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-sudo/m-p/5224768#M467482</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;find / -name sudo&lt;BR /&gt;&lt;BR /&gt;Same thing for sudoers&lt;BR /&gt;&lt;BR /&gt;Erase the files at the command line.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 11 Feb 2010 20:41:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-sudo/m-p/5224768#M467482</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-02-11T20:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: remove sudo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-sudo/m-p/5224769#M467483</link>
      <description>&amp;gt;&amp;gt;&amp;gt;in the sam no show "sudo" software installation&lt;BR /&gt;the installation was via ./configure&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;SAM -&amp;gt; will show only if package /sw has been installed by using .depot * format.&lt;BR /&gt;&lt;BR /&gt;in you case you have mentioned ./configure,&lt;BR /&gt; as said by &amp;gt;&amp;gt;SEP&amp;lt;&amp;lt; You can remove them by using (rm command) via command line&lt;BR /&gt;&lt;BR /&gt;Example :-&lt;BR /&gt;rm -R &lt;FOLDER_NAME&gt; (man rm) for more information&lt;BR /&gt;&lt;/FOLDER_NAME&gt;</description>
      <pubDate>Fri, 12 Feb 2010 02:20:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-sudo/m-p/5224769#M467483</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-02-12T02:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: remove sudo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-sudo/m-p/5224770#M467484</link>
      <description>&lt;!--!*#--&gt;&amp;gt; the installation was via ./configure&lt;BR /&gt;&lt;BR /&gt;I don't know what you did, but I'd guess that&lt;BR /&gt;"./configure", by itself, did not install&lt;BR /&gt;anything.  I'd guess that there was at least&lt;BR /&gt;one "make install" in there somewhere, and&lt;BR /&gt;that _that_ installed something(s).&lt;BR /&gt;&lt;BR /&gt;I'd also guess that if you looked at the&lt;BR /&gt;"make" file (possibly "Makefile"), you might&lt;BR /&gt;find an "uninstall" (or similar) target,&lt;BR /&gt;which could be used to remove the installed&lt;BR /&gt;files.  Otherwise, if you re-ran the actual&lt;BR /&gt;installation procedure, and recorded its&lt;BR /&gt;actions, then you might learn which files&lt;BR /&gt;were installed, which should tell you what&lt;BR /&gt;you would need to remove.</description>
      <pubDate>Fri, 12 Feb 2010 04:33:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-sudo/m-p/5224770#M467484</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-02-12T04:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: remove sudo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-sudo/m-p/5224771#M467485</link>
      <description>the sudo installation packed: sudo-1.7.2p2.tar.gz&lt;BR /&gt;&lt;BR /&gt;process 1:&lt;BR /&gt;./configue&lt;BR /&gt;&lt;BR /&gt;process 2:&lt;BR /&gt;make install&lt;BR /&gt;&lt;BR /&gt;in the sam not see aplication sudo</description>
      <pubDate>Wed, 17 Feb 2010 15:02:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-sudo/m-p/5224771#M467485</guid>
      <dc:creator>Eli Daniel</dc:creator>
      <dc:date>2010-02-17T15:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: remove sudo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-sudo/m-p/5224772#M467486</link>
      <description>&amp;gt;&amp;gt;in the sam not see aplication sudo&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;As mentioned above post&lt;BR /&gt;&lt;BR /&gt;"SAM -&amp;gt; will show only if package  has been installed by using .depot * format."&lt;BR /&gt;&lt;BR /&gt;Example :-&lt;BR /&gt;&lt;BR /&gt;swinstall -s /var/adm/crash/sudo_1.7.2.depot</description>
      <pubDate>Wed, 17 Feb 2010 15:11:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-sudo/m-p/5224772#M467486</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-02-17T15:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: remove sudo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-sudo/m-p/5224773#M467487</link>
      <description>not exist method for remove sudo.gz?</description>
      <pubDate>Wed, 17 Feb 2010 19:39:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-sudo/m-p/5224773#M467487</guid>
      <dc:creator>Eli Daniel</dc:creator>
      <dc:date>2010-02-17T19:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: remove sudo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-sudo/m-p/5224774#M467488</link>
      <description>Maybe there is something like a "make uninstall" - just check the Makefile. Lesson learned - use depots for installations.</description>
      <pubDate>Wed, 17 Feb 2010 19:44:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-sudo/m-p/5224774#M467488</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-02-17T19:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: remove sudo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-sudo/m-p/5224775#M467489</link>
      <description>yes, Lesson learned &lt;BR /&gt;thanks</description>
      <pubDate>Wed, 17 Feb 2010 20:02:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-sudo/m-p/5224775#M467489</guid>
      <dc:creator>Eli Daniel</dc:creator>
      <dc:date>2010-02-17T20:02:14Z</dc:date>
    </item>
  </channel>
</rss>

