How to Install and Uninstall fuse-zip.x86_64 Package on Fedora 36

Last updated: October 05,2024

1. Install "fuse-zip.x86_64" package

Learn how to install fuse-zip.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install fuse-zip.x86_64

2. Uninstall "fuse-zip.x86_64" package

Learn how to uninstall fuse-zip.x86_64 on Fedora 36:

$ sudo dnf remove fuse-zip.x86_64 $ sudo dnf autoremove

3. Information about the fuse-zip.x86_64 package on Fedora 36

Last metadata expiration check: 1:02:35 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : fuse-zip
Version : 0.7.2
Release : 3.fc36
Architecture : x86_64
Size : 63 k
Source : fuse-zip-0.7.2-3.fc36.src.rpm
Repository : fedora
Summary : Filesystem to navigate, extract, create and modify ZIP archives
URL : https://bitbucket.org/agalanin/fuse-zip/
License : GPLv3+
Description : fuse-zip is a FUSE file system to navigate, extract, create and modify
: ZIP archives based in libzip implemented in C++.
:
: With fuse-zip you really can work with ZIP archives as real directories.
: Unlike KIO or Gnome VFS, it can be used in any application without
: modifications.
:
: Unlike other FUSE filesystems, only fuse-zip provides write support
: to ZIP archives. Also, fuse-zip is faster that all known implementations
: on large archives with many files.