<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body>
    <p>Hi, TeX Live maintainers. I am Cyrus Yip. I tried to migrate from
      TeX Live to TinyTeX, but there is no uninstallation guide for
      Linux users on the <a moz-do-not-send="true" href="https://www.tug.org/texlive/doc/texlive-en/texlive-en.html">documentation</a>.
      I hope there will be uninstallation guide for users. Here is an
      incomplete list of methods of uninstallation that I wrote. You can
      add it to the documentation if it is helpful.<br>
    </p>
    <ol class="ol-list" style="box-sizing: border-box; margin: 0.8em
      0px; padding-left: 30px; position: relative; color: rgb(51, 51,
      51); font-family: "Open Sans", "Clear Sans",
      "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 24px; font-style: normal; font-variant-ligatures:
      normal; font-variant-caps: normal; font-weight: 400;
      letter-spacing: normal; orphans: 2; text-align: start;
      text-indent: 0px; text-transform: none; white-space: normal;
      widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
      text-decoration-style: initial; text-decoration-color: initial;" start="">
      <li class="md-list-item" style="box-sizing: border-box; margin:
        0px; position: relative;">
        <p class="md-end-block md-p" style="box-sizing: border-box; line-height: inherit; orphans: 4; margin: 0px 0px 0.5rem; white-space: pre-wrap; position: relative;"><span class="md-plain" style="box-sizing: border-box;">If TeX Live is installed from package manager, </span><span class="md-meta-i-c  md-link" style="box-sizing: border-box;"><a href="https://tex.stackexchange.com/questions/95483/how-to-remove-everything-related-to-tex-live-for-fresh-install-on-ubuntu" style="box-sizing: border-box; cursor: pointer; color: rgb(65, 131, 196); -webkit-user-drag: none;"><span class="md-plain" style="box-sizing: border-box;">uninstall it via package manager</span></a></span><span class="md-plain md-expand" style="box-sizing: border-box;">.</span></p>
      </li>
      <li class="md-list-item" style="box-sizing: border-box; margin:
        0px; position: relative;">
        <p class="md-end-block md-p" style="box-sizing: border-box; line-height: inherit; orphans: 4; margin: 0px 0px 0.5rem; white-space: pre-wrap; position: relative;"><span class="md-plain" style="box-sizing: border-box;">If TeX Live is installed from its installer:</span></p>
        <ol class="ol-list" style="box-sizing: border-box; margin: 0px;
          padding-left: 30px; position: relative;" start="">
          <li class="md-list-item" style="box-sizing: border-box;
            margin: 0px; position: relative;">
            <p class="md-end-block md-p" style="box-sizing: border-box; line-height: inherit; orphans: 4; margin: 0px 0px 0.5rem; white-space: pre-wrap; position: relative;"><span class="md-plain" style="box-sizing: border-box;">Undo </span><span class="md-meta-i-c  md-link" style="box-sizing: border-box;"><a href="https://www.tug.org/texlive/doc/texlive-en/texlive-en.html#x1-290003.4" style="box-sizing: border-box; cursor: pointer; color: rgb(65, 131, 196); -webkit-user-drag: none;"><span class="md-plain" style="box-sizing: border-box;">post-install actions</span></a></span></p>
          </li>
          <li class="md-list-item" style="box-sizing: border-box;
            margin: 0px; position: relative;">
            <p class="md-end-block md-p" style="box-sizing: border-box; line-height: inherit; orphans: 4; margin: 0px 0px 0.5rem; white-space: pre-wrap; position: relative;"><span class="md-plain" style="box-sizing: border-box;">Remove TeX Live</span></p>
            <pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" style="box-sizing: border-box;
              overflow: visible; font-family: var(--monospace);
              font-size: 0.9em; display: block; break-inside: avoid;
              text-align: left; white-space: normal; background-image:
              inherit; background-position: inherit; background-size:
              inherit; background-repeat: inherit;
              background-attachment: inherit; background-origin:
              inherit; background-clip: inherit; background-color:
              rgb(248, 248, 248); position: relative !important; border:
              1px solid rgb(231, 234, 237); border-radius: 3px; padding:
              8px 4px 6px; margin-bottom: 15px; margin-top: 15px; width:
              inherit;" lang="bash"><span role="presentation" style="box-sizing: border-box; padding-right: 0.1px;"><span class="cm-comment" style="box-sizing: border-box;
                  color: rgb(170, 85, 0);"># check where TeX Live was
                  installed</span></span><br>
              <span role="presentation" style="box-sizing: border-box;
                padding-right: 0.1px;">kpsewhich <span class="cm-attribute" style="box-sizing: border-box;
                  color: rgb(0, 0, 204);">-var-value</span><span class="cm-operator" style="box-sizing: border-box;
                  color: rgb(152, 26, 26);">=</span>TEXMFROOT</span><br>
              <span role="presentation" style="box-sizing: border-box;
                padding-right: 0.1px;"><span class="cm-comment" style="box-sizing: border-box; color: rgb(170, 85,
                  0);"># remove symlinks</span></span><br>
              <span role="presentation" style="box-sizing: border-box;
                padding-right: 0.1px;"><span class="cm-builtin" style="box-sizing: border-box; color: rgb(51, 0,
                  170);">sudo</span> tlmgr path remove</span><br>
              <span role="presentation" style="box-sizing: border-box;
                padding-right: 0.1px;"><span class="cm-comment" style="box-sizing: border-box; color: rgb(170, 85,
                  0);"># or use this, change the path of tlmgr
                  accordingly</span></span><br>
              <span role="presentation" style="box-sizing: border-box;
                padding-right: 0.1px;"><span class="cm-builtin" style="box-sizing: border-box; color: rgb(51, 0,
                  170);">sudo</span>
                /usr/local/texlive/2021/bin/x86_64-linux/tlmgr path
                remove</span><br>
              <span role="presentation" style="box-sizing: border-box;
                padding-right: 0.1px;"><span class="cm-comment" style="box-sizing: border-box; color: rgb(170, 85,
                  0);"># remove TeX Live</span></span><br>
              <span role="presentation" style="box-sizing: border-box;
                padding-right: 0.1px;"><span class="cm-builtin" style="box-sizing: border-box; color: rgb(51, 0,
                  170);">sudo</span> <span class="cm-builtin" style="box-sizing: border-box; color: rgb(51, 0,
                  170);">rm</span> <span class="cm-attribute" style="box-sizing: border-box; color: rgb(0, 0, 204);">-rI</span>
                /usr/local/texlive</span><br>
              <span role="presentation" style="box-sizing: border-box;
                padding-right: 0.1px;"><span class="cm-builtin" style="box-sizing: border-box; color: rgb(51, 0,
                  170);">sudo</span> <span class="cm-builtin" style="box-sizing: border-box; color: rgb(51, 0,
                  170);">rm</span> <span class="cm-attribute" style="box-sizing: border-box; color: rgb(0, 0, 204);">-rI</span>
                /usr/share/texmf</span></pre>
          </li>
        </ol>
      </li>
    </ol>
    <br class="Apple-interchange-newline">
    <br>
  </body>
</html>