X

How to Install exa on Ubuntu 20.04

On this article we are going to present you easy methods to Set up exa on Ubuntu 20.04. Ubuntu is a Linux-based operating system. It’s designed for computer systems, smartphones and community servers. The system is developed by a British firm referred to as Canonical Ltd. All of the rules used within the improvement of Ubuntu software program are primarily based on the rules of open supply software program improvement. Ubuntu Linux is the most well-liked open supply operating system.

There are various causes to make use of Ubuntu Linux that make it a worthy Linux distribution. Other than being free and open supply, it’s extremely customizable and has a Software program Heart stuffed with purposes. There are quite a few Linux distributions that cater to completely different wants. Since Linux is open supply software program, builders can entry the code and create one thing new and thrilling. Beneath now we have talked about the steps to Set up exa on Ubuntu 20.04.

Desk of Contents

Learn how to Set up exa on Ubuntu 20.04/22.04

Put together surroundings

Ensure you have put in unzip package deal. Will probably be used to extract exa executable file from a ZIP archive.

SUDO APT UPDATESUDO APT INSTALL -Y UNZIP

Set up exa

Get the most recent model tag of exa launch and assign it to variable.

EXA_VERSION=$(CURL -S “HTTPS://API.GITHUB.COM/REPOS/OGHAM/EXA/RELEASES/LATEST” | GREP -PO ‘”TAG_NAME”: “VK+’)

Obtain zip archive from releases web page of the exa repository.

CURL -LO EXA.ZIP “HTTPS://GITHUB.COM/OGHAM/EXA/RELEASES/LATEST/DOWNLOAD/EXA-LINUX-X86_64-V${EXA_VERSION}.ZIP”

Extract executable file from a ZIP archive:

SUDO UNZIP -Q EXA.ZIP BIN/EXA -D /USR/LOCAL

Now exa command is offered for all customers as a system-wide command.

We are able to test exa model:

EXA –VERSION

ZIP archive is not wanted, take away it:

RM -RF EXA.ZIP

Testing exa

Run the exa command to view files and directories as a grid:

EXA /ETC

The exa command helps numerous choices. The -l possibility shows information and directories in lengthy output format. Along with -l possibility we are able to use -h possibility that provides header, -g shows group, -i exhibits inode quantity.

EXA /ETC -LHGI

Uninstall exa

If you wish to utterly take away exa, delete executable file:

SUDO RM -RF /USR/LOCAL/BIN/EXA

For surroundings preparation we would have liked to put in unzip package deal. You possibly can take away it as follows:

SUDO APT PURGE –AUTOREMOVE -Y UNZIP

Last Phrases

We hope you want this text on Learn how to Set up exa on Ubuntu 20.04. Undoubtedly, this is a vital purpose to make use of Ubuntu Linux. Downloading, putting in and utilizing Ubuntu Linux doesn’t value a penny. Simply obtain it from Canonical’s web site or go to your favourite torrent web site, create a bootable ISO or burn it to a USB drive. Ubuntu can be utilized by numerous educational and authorities organizations world wide to assist preserve prices down.

I hope you perceive this text, Learn how to Set up exa on Ubuntu 20.04.

admin: