Skip to content
Discussion options

You must be logged in to vote

Latex working for Windows 11 WSL Ubuntu:

To uninstall the TeX Live package. The * character is a wildcard that matches all packages that start with "texlive".

  1. sudo apt-get purge texlive-*

Remove unused packages and clean the package cache

  1. sudo apt-get autoremove
  2. sudo apt-get autoclean

Remove texlive folder

  1. cd ~/../../usr/local/
  2. sudo rm -rf texlive/ # this removes texlive folder. Remove is irreversible. So, be careful.

If you already have the texmf folder in the home directory, remove that too. You should be able to do that. Similar to the last command.

Installation

visit tug-Quick Installation for Unix. Or Follow these:

  1. cd /tmp # working directory of your choice
  2. wget https://mirror…

Replies: 5 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@cromewar
Comment options

@tobezhanabi
Comment options

@sharonphiliplima
Comment options

@EngrPips
Comment options

Answer selected by cromewar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
8 participants