How to Install and Uninstall yazi Package on openSuSE Tumbleweed

Last updated: July 01,2024

1. Install "yazi" package

This guide covers the steps necessary to install yazi on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install yazi

2. Uninstall "yazi" package

This is a short guide on how to uninstall yazi on openSuSE Tumbleweed:

$ sudo zypper remove yazi

3. Information about the yazi package on openSuSE Tumbleweed

Information for package yazi:
-----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : yazi
Version : 0.2.3-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 11.8 MiB
Installed : No
Status : not installed
Source package : yazi-0.2.3-1.1.src
Upstream URL : https://github.com/sxyazi/yazi
Summary : Blazing fast terminal file manager written in Rust, based on async I/O
Description :
Yazi (means "duck") is a terminal file manager written in Rust, based on non-blocking async I/O. It aims to provide an efficient, user-friendly, and customizable file management experience.
πŸ’‘ A new article explaining its internal workings: Why is Yazi Fast?
πŸš€ Full Asynchronous Support: All I/O operations are asynchronous, CPU tasks are spread across multiple threads, making the most of available resources.
πŸ’ͺ Powerful Async Task Scheduling and Management: Provides real-time progress updates, task cancellation, and internal task priority assignment.
πŸ–ΌοΈ Built-in Support for Multiple Image Protocols: Also integrated with Überzug++, covering almost all terminals.
🌟 Built-in Code Highlighting and Image Decoding: Combined with the pre-loading mechanism, greatly accelerates image and normal file loading.
πŸ”Œ Concurrent Plugin System: UI plugins (rewriting most of the UI), functional plugins (coming soon), custom previewer, and custom preloader; Just some pieces of Lua.
🧰 Integration with fd, rg, fzf, zoxide
πŸ’« Vim-like input/select component, auto-completion for cd paths
🏷️ Multi-Tab Support, Scrollable Preview (for videos, PDFs, archives, directories, code, etc.)
πŸ”„ Bulk Renaming, Visual Mode, File Chooser
🎨 Theme System, Custom Layouts, Trash Bin, CSI u
... and more!

5. The same packages on other Linux Distributions