How to Install and Uninstall cramfsswap Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "cramfsswap" package

This is a short guide on how to install cramfsswap on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install cramfsswap

2. Uninstall "cramfsswap" package

Please follow the instructions below to uninstall cramfsswap on openSuSE Tumbleweed:

$ sudo zypper remove cramfsswap

3. Information about the cramfsswap package on openSuSE Tumbleweed

Information for package cramfsswap:
-----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : cramfsswap
Version : 1.4.2-1.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 32.8 KiB
Installed : No
Status : not installed
Source package : cramfsswap-1.4.2-1.11.src
Upstream URL : https://tracker.debian.org/pkg/cramfsswap
Summary : Swap endianess of a cram filesystem (cramfs)
Description :
cramfs is a highly compressed and size optimized linux filesystem which is
mainly used for embedded applications. the problem with cramfs is that it
is endianess sensitive, meaning you can't mount a cramfs for a big endian
target on a little endian machine and vice versa. this is often especially
a problem in the development phase.
cramfsswap solves that problem by allowing you to swap to endianess of a
cramfs filesystem.