Install texstudio on Ubuntu 16.04
How to install texstudio on Ubuntu 16.04?
Ubuntu Tutorial: In this tutorial you will learn to install texstudio on Ubuntu 16.04.Welcome to my Ubuntu tutorial website. Today, I will teach you to install texstudio on Ubuntu 16.04.
The texstudio is IDE for writing/creating LaTeX document. In this tutorial we are going to learn the steps to install textstudio on Ubuntu 16.04.
In Ubuntu apt-get tool is used and we will also use this tool to install texstudio on Ubuntu 16.04.
Here are steps for Install texstudio on Ubuntu 16.04:
Step 1: Update system
First of update you system with following command:
sudo apt-get update
Step 2: Install texstudio
After updating the system you should install it with the following command:
sudo apt-get install texstudio
Above command will ask admin password and after that it will install texstudio on Ubuntu 16.04.
Check more details at: How to Install texstudio on Ubuntu 16.04?
Thanks

Comments
Post a Comment