HEX
Server: nginx/1.18.0
System: Linux mail.dakarash.co.id 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64
User: www-data (33)
PHP: 8.1.2-1ubuntu2.23
Disabled: NONE
Upload Files
File: //snap/tree/current/meta/snap.yaml
name: tree
title: The Tree Command for Linux
version: 2.1.3+pkg-5852
summary: A directory listing command that produces a depth indented listing of files
description: |
  Tree is a recursive directory listing command that produces a depth indented listing of files, which is colorized ala dircolors if the LS_COLORS environment variable is set and output is to tty. Tree has been ported and reported to work under the following operating systems: Linux, FreeBSD, OS X, Solaris, HP/UX, Cygwin, HP Nonstop and OS/2.

  Note that if you just removed tree from APT distribution you will have to run the following command to regenerate GNU Bash's command search hash so that it will fall back to the command provided by the snap:

      hash -r

  simply logout and re-login the user session will work.

  This snap is maintained by ๆž—ๅšไป(Buo-ren Lin), and is not endorsed or officially maintained by the upstream developers.
license: GPL-2.0
architectures:
- amd64
base: core22
assumes:
- command-chain
apps:
  tree:
    command: bin/tree
    command-chain:
    - bin/locales-launch
    - bin/tree-launch
confinement: strict
grade: stable
environment:
  LD_LIBRARY_PATH: ${SNAP_LIBRARY_PATH}${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
  PATH: $SNAP/usr/sbin:$SNAP/usr/bin:$SNAP/sbin:$SNAP/bin:$PATH
plugs:
  home: null
  removable-media: null