Close Menu
Technoracle
    Facebook X (Twitter) Instagram
    Facebook X (Twitter) Instagram
    TechnoracleTechnoracle
    • Home
    • AWS
      • EC2
      • Lightsail
      • RDS
      • S3
    • Ubuntu
      • Ubuntu 20.04
      • Ubuntu 22.04
    • AI Tools
    • Web Hosting
    • WordPress
    • Tech News
    Technoracle
    Home - Uncategorized - How to Install Tig on Ubuntu 20.04 Easily
    Uncategorized

    How to Install Tig on Ubuntu 20.04 Easily

    Rajesh ShivamBy Rajesh ShivamMarch 23, 2022No Comments2 Mins Read
    how to install Tig on Ubuntu
    how to install Tig on Ubuntu

    Tig is an ncurses-based text-mode interface for git. It functions mainly as a Git repository browser, but can also assist in staging changes, commits, etc. Tig helps to browse git logs. If you are a terminal lover, Tig is for you, cause it is completely command-driven in Linux. In this tutorial, I am going to share how to install Tig on Ubuntu 20.04. Also, we will look at uses.

    So, let’s get started.

    Page Contents

    Toggle
    • Install Tig on Ubuntu 20.04 LTS
      • Tig Installation from Ubuntu Software Packages
      • Tig Installation from Git Repository
    • How to Uninstall Tig
    • Conclusion

    Install Tig on Ubuntu 20.04 LTS

    Installation of Tig on Ubuntu is super easy. You can install Tig from Ubuntu default software packages using APT(Advanced Package Tool) and another way is from Github.

    Tig Installation from Ubuntu Software Packages

    Update Ubuntu default software packages and install Tig by following commands.

    $ sudo apt update
    $ sudo apt install tig

    Check the Tig version by the following command

    $ tig -v

    Tig Installation from Git Repository

    First, clone the Tig git repository by the following command.

    $ git clone git://github.com/jonas/tig.git

    After cloning the repository, install it by running “make” and “make install” commands.

    $ make
    $ make install

    Above commands will install Tig on the default bin directory on home. If you want to change the installation location use the following commands.

    $ make prefix=/usr/local
    $ sudo make install prefix=/usr/local

    How to Uninstall Tig

    Tig can be uninstalled using the following command.

    $ sudo apt remove tig

    Conclusion

    In this article, you have learned how to install Tig on Ubuntu 20.04. If you have any doubts feel free to contact me, I will definitely try to help you. Also, you can join our elite Facebook group to get direct help from me. If you like this tutorial, please share this article on your social media handle.

    git manage tig install
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email Reddit
    Previous ArticleHow to Install WordPress on AWS EC2 in 10min
    Next Article How to Install Git on Ubuntu 20.04 Easily
    Rajesh Shivam
    • LinkedIn

    Rajesh Shivam is a seasoned professional with expertise in AWS and Linux System Administration. With over 10 years of freelancing experience, he brings a wealth of knowledge to the table. Rajesh has a strong passion for technology and stays connected with the latest happenings in the field. His dedication and expertise make him a trusted resource for all things tech-related.

    Related Posts

    Uncategorized

    How to Get your First Order On Fiverr in 2024 – 5 Proven tricks

    Read More
    Copy File from Local to Remote Server
    Uncategorized

    How to Copy File from Local to Remote Server Easily

    Read More
    increase execution time in PHP
    Uncategorized

    How to Increase Execution Time in PHP

    Read More
    Add A Comment
    Leave A Reply Cancel Reply

    linux commands every user should know in 2025

    25 Must-Know Linux Commands Every User Should Master in 2025

    April 10, 2025
    TeamViewer and Ubuntu logos on gradient background – banner for how to install TeamViewer on Ubuntu 24.04 tutorial

    How to Install TeamViewer on Ubuntu 24.04 [Fast & Easy Steps]

    April 10, 2025
    Troubleshooting ‘Permission Denied (publickey)’ SSH error on a Linux server using secure terminal access

    Fix ‘Permission Denied (publickey)’ SSH Error on Linux [Step-by-Step Guide]

    April 8, 2025
    Blog banner showing Ubuntu logo, coding laptop, and icons for VS Code, Docker, and Git with the title 'Perfect Dev Setup in Ubuntu 24.04 – Step-by-step guide for developers' on a dark tech-themed background.

    How to Set Up the Perfect Development Environment on Ubuntu 24.04

    April 8, 2025

    Subscribe to Blog

    Enter your email address to subscribe to
    this blog and receive notifications of new posts by email.

    Facebook X (Twitter) Instagram Pinterest
    • Sitemap
    • Privacy Policy
    • Disclaimer
    • Term of Services
    © 2025 Technoracle

    Type above and press Enter to search. Press Esc to cancel.

    Click to Copy