section 3 : Latex #45
-
i've tried to install Latex on my linux machine using sudo apt-get install texlive-full this package is more than 7 GB in total and now my system is run out of storage. i have only 120 GB of ssd system. can u guys give a link where i can find small LaTex package which is enough to job done ? (less than 1 GB). |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
Hmm.... Could you try a cloud option perhaps? Like setup a VM in the cloud and run it there? otherwise... you could also skip creating the PDF |
Beta Was this translation helpful? Give feedback.
-
Hi @arifulone, I totally understand your situation! I had a similar issue while running my Linux VM. The TL;DR: Here is a link to TinyTeX, a small LaTex package which is 66MB. TinyTeX is a very light solution, which will save you from running out of storage. It is also user-friendly, especially if you're just getting started with LaTeX. Installation Instructions
This command will download and install TinyTeX. You may find more details on the package in its documentation. Bonus Information
Does this help to solve your question? |
Beta Was this translation helpful? Give feedback.
-
You can check this TeX Live - Quick install for Unix. |
Beta Was this translation helpful? Give feedback.
-
@arifulone Were you finally able to find a solution? |
Beta Was this translation helpful? Give feedback.
-
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".
Remove unused packages and clean the package cache
Remove texlive folder
If you already have the
|
Beta Was this translation helpful? Give feedback.
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".
sudo apt-get purge texlive-*
Remove unused packages and clean the package cache
sudo apt-get autoremove
sudo apt-get autoclean
Remove texlive folder
cd ~/../../usr/local/
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:
wget https://mirror…