Install wisu on Ubuntu 26.04

Install wisu on Ubuntu 26.04

The wisu is a command-line tool designed for inspecting directories and summarizing file usage in a clear and structured way. It is particularly useful for analyzing disk consumption and navigating...
Install jsongrep on Ubuntu 26.04

Install jsongrep on Ubuntu 26.04

The jsongrep is a command-line tool for querying and extracting values from JSON, YAML, TOML, JSONL, and other serialization formats. It uses a JSONPath-inspired query language based on regular path...
Install 7-Zip on Ubuntu 26.04

Install 7-Zip on Ubuntu 26.04

7-Zip is an open-source archiving tool designed for efficient file compression and extraction. It supports a wide range of archive formats. It also delivers high compression ratios, reducing file sizes...
Install Mingw-w64 on Ubuntu 26.04

Install Mingw-w64 on Ubuntu 26.04

Mingw-w64 is an open-source toolchain designed for creating Windows applications using the GCC. It can be used across different operating systems, including Linux, to produce native Windows binaries without requiring...
Install pkg-config on Ubuntu 26.04

Install pkg-config on Ubuntu 26.04

The pkg-config is a tool that helps manage compiler and linker options for libraries. It simplifies the process of building applications by providing the necessary options required to compile and...
Install flatc on Ubuntu 26.04

Install flatc on Ubuntu 26.04

FlatBuffers is a cross-platform serialization library for efficiently storing and accessing structured data. The flatc is a FlatBuffers compiler used to compile .fbs files, which define tables, structs, enums, and...