소스 검색

HPCC-23100 Update uninstall instruction to apt-get from dpkg

Signed-off-by: g-pan <greg.panagiotatos@lexisnexis.com>
g-pan 5 년 전
부모
커밋
4db95aedf3
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      docs/EN_US/Installing_and_RunningTheHPCCPlatform/Installing_and_RunningTheHPCCPlatform.xml

+ 3 - 3
docs/EN_US/Installing_and_RunningTheHPCCPlatform/Installing_and_RunningTheHPCCPlatform.xml

@@ -324,7 +324,7 @@ gpgcheck=0</programlisting></para>
 
           <programlisting>sudo dpkg -i &lt;deb filename&gt;</programlisting>
 
-          <para>After installing the package, you should run the following to
+          <para>After installing the package, run the following to
           update any dependencies.</para>
 
           <para><programlisting>sudo apt-get install -f </programlisting></para>
@@ -1891,11 +1891,11 @@ sudo /opt/HPCCSystems/sbin/hpcc-push.sh \
 
       <programlisting>sudo yum remove hpccsystems-platform </programlisting>
 
-      <para>Alternatively you can still use.</para>
 
       <para><emphasis role="bold">Ubuntu/Debian </emphasis></para>
 
-      <programlisting>sudo dpkg -r hpccsystems-platform</programlisting>
+      <programlisting>sudo apt-get remove hpccsystems-platform</programlisting>
+
     </sect1>
 
     <sect1 id="Helper-Applications">