无法在 Linux Manjaro 中使用树和树严格程序列出文件
Posted
技术标签:
【中文标题】无法在 Linux Manjaro 中使用树和树严格程序列出文件【英文标题】:Unable to list files using tree and tree-strict programs in Linux Manjaro 【发布时间】:2021-04-03 12:27:24 【问题描述】:在 Ubuntu 中使用树使在 CLI 中工作变得更加愉快。当我切换到运行 Manjaro 的笔记本电脑并尝试使用 snap 安装树程序时,它运行良好并且安装没有错误。但是,当我尝试运行时
~ tree mydir
或tree
列出当前工作目录中的文件+目录,我得到一个错误:
locales-launch: Data of en_AU locale not found, generating, please wait...
. [error opening dir]
0 directories, 0 files
经过一些谷歌搜索,我遇到了:树命令(已废弃) https://snapcraft.io/install/tree-strict/manjaro 并决定试一试!
安装后,我尝试运行它:
~ tree-strict mydir
唉!我遇到了另一个错误,告诉我删除这个过时的包:
. [error opening dir]
0 directories, 0 files
# Snap Obsoletion Notice #
This snap(tree-strict) has now been _superseded_ by the `tree` snap and will no longer recieve any updates. Please install the `tree` snap and remove the `tree-strict` snap as soon as possible.
If you have any problems regarding the obsoletion, feel free to ask a question on <https://answers.launchpad.net/tree-snap>
我看到一些帖子告诉我只需清除语言环境并重新安装它们,但有人可以指出正确的方向,因为我不是 Arch Linux 方面的专家。非常感谢!
【问题讨论】:
有什么理由在文件系统中使用 snaps 而不是二进制文件?您可以使用pacman -S tree
进行安装
@BrunoCriado Snaps 刚刚在我用谷歌搜索如何安装树包时首先弹出。但是使用 pacman 已经奏效了。谢谢!
【参考方案1】:
解决了!
@BrunoCriado 建议使用 pacman 而不是 Snaps,它已经解决了这个问题。
我习惯于让 Snaps 开箱即用,我从未想过使用 pacman。
【讨论】:
太棒了。很高兴为您提供帮助。以上是关于无法在 Linux Manjaro 中使用树和树严格程序列出文件的主要内容,如果未能解决你的问题,请参考以下文章
树的前序遍历与中序遍历构造二叉树和树的中序遍历与后序遍历构造二叉树