Skip to content

Commit

Permalink
adds details to remove texlive
Browse files Browse the repository at this point in the history
  • Loading branch information
mxochicale committed Dec 4, 2024
1 parent 349e545 commit 372f5b4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions latex/installation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,14 @@ Then, run:
bash C_append_texbins_to_bashrc.bash
```

### Remove texlive

```
sudo apt autoremove --purge texlive tex-common
sudo apt-get purge texlive*
sudo rm -rf /usr/local/texlive/*
rm -rf ~/.texlive*
```

## Terminal logs
See terminal [logs](logs.md) for installation in different machines and others versions of Ubuntu

0 comments on commit 372f5b4

Please sign in to comment.