This package browser is in early development. Mind the rough edges.

unionfs-fuse

User-space union file system

UnionFS-FUSE is a flexible union file system implementation in user space, using the FUSE library. Mounting a union file system allows you to "aggregate" the contents of several directories into a single mount point. UnionFS-FUSE additionally supports copy-on-write.

Installation

Install the latest version of unionfs-fuse as follows:

guix install unionfs-fuse

Or install a particular version:

guix install unionfs-fuse@3.3

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of unionfs-fuse about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/unionfs-fuse'><img src='https://packages.guix.gnu.org/packages/unionfs-fuse/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/unionfs-fuse/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/unionfs-fuse)

Example Org:

[[https://packages.guix.gnu.org/packages/unionfs-fuse][https://packages.guix.gnu.org/packages/unionfs-fuse/badges/latest-version.svg]]