Are you a student, researcher, or professional looking to install LaTeX on Linux? In this step-by-step guide, you will learn how to install LaTeX on Linux via the command line. This guide also applies to other versions of Linux, but in this guide, we’ll focus on the Ubuntu 22.04 LTS version.

What is LaTeX?

LaTeX is a powerful tool for writing scientific papers, theses, complex mathematical equations, and graphs, that would be challenging to produce with a standard text editor. Latex is widely used in various research fields and Academies.

Install LaTeX on Linux

The term “daemon” comes from Maxwell’s demon, an 1867 thought experiment by physicist James Clerk Maxwell. Today, daemons represent the background processes that silently keep our systems running.

Prerequisites

  • Ubuntu 22.04 LTS installed machine physical or virtual.
  • Administrator (sudo) privileges
  • Basic familiarity with terminal commands
  • Active internet connection

How to Install LaTeX on Linux

Step 1: Update Package Repository

First, open your terminal by pressing Ctrl + Alt + T and update your package list:

sudo apt update
Linux terminal running Sudo apt update

Step 2: Install LaTeX

After updating the repository, now install the full LaTeX distribution by running:

sudo apt install texlive-full
run command ubuntu terminal apt install texlive-full

Virtualization must be enabled in your system’s BIOS/UEFI settings. This is crucial for EVE-NG to function properly. If you’re using a work computer, you may need administrator rights to enable this setting.

Step 3: Verify Installation

To verify that LaTeX was installed successfully, run:

latex --version
terminal run latex-version

Installing TeXstudio on Ubuntu 22.04

Now we install TeXstudio on Ubuntu. TeXstudio is a free, open-source LaTeX editor that helps users create and edit LaTeX documents.

Step 1: Add Texstudio PPA

Add the TeXstudio repository to your system:

sudo add-apt-repository ppa:sunderme/texstudio
Add the TeXstudio repository to your system

Step 2: Update Package List

Update your package list again after adding the TeXstudio repository to your system:

sudo apt update
sudo apt update

Step 3: Install TeXstudio

Install TeXstudio with the command:

sudo apt install texstudio
Install TeXstudio with the command

Press “y” to continue.

Getting Started with LaTeX and TeXstudio

After the installation is completed now we will launch TeXstudio, you can launch the TeXstudio in ways two ways.

  1. Through the Application Menu
  2. By running the texstudioin the terminal.

Troubleshooting Common Issues

  • if you encounter permission errors, during Install LaTex on Linux, make sure you’re using sudo with installation commands.
  • If TeXstudio doesn’t launch, try reinstalling it.
  • For package-related errors, ensure your system is up to date

Conclusion

Congratulations! You’ve successfully installed a LaTeX compiler and editor on Ubuntu 24.04. In this step-by-step guide, we have learned how to install LaTeX on Linux. This installation guide provides straightforward steps that can be completed quickly. Once you have installed LaTeX and a LaTeX editor (TeXstudio), you can easily start creating documents.

If you found this guide helpful, please share your experience in the comment section.

Additional Resources

FAQ’S

LaTeX is a powerful tool for writing scientific papers, theses, and complex mathematical equations.

The full TeXLive installation can take up to 5-6 GB of disk space.

Yes, you can install texlive-base instead of texlive-full for a minimal installation.

No, there are other options like TeXmaker, TeXworks, and VS Code with LaTeX extensions.

Categorized in:

Linux,

Tagged in:

,