Install tree in manjaro linux

Rubenshibu
Nov 13, 2021

Today we are going to discuss about tree command in linux, tree is a directory listing command which produces a depth listing of files, showing in a tree structure

tree is a recursive directory listing command that creates a depth indented file listing.

ENABLE SNAPS AND INSTALL TREE COMMAND

Snaps are applications that are packed with all of their dependencies and can be installed on all major Linux distributions with a single build.

snapd can be installed from the command line:

sudo pacman -S snapd

It’s necessary to enable the systemd unit that manages the main snap communication socket:

sudo systemctl enable --now snapd.socket

To make a symbolic connection between /var/lib/snapd/snap and /snap, type the following:

sudo ln -s /var/lib/snapd/snap /snap

RESTART YOUR TERMINAL, then

COMMAND FOR TREE INSTALLATION

sudo snap install tree

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

Rubenshibu
Rubenshibu

Written by Rubenshibu

Student, OpenSource enthusiast

No responses yet

Write a response