How to Install and Uninstall imake Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "imake" package

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

$ sudo zypper refresh $ sudo zypper install imake

2. Uninstall "imake" package

Learn how to uninstall imake on openSuSE Tumbleweed:

$ sudo zypper remove imake

3. Information about the imake package on openSuSE Tumbleweed

Information for package imake:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : imake
Version : 1.0.10-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 107.4 KiB
Installed : No
Status : not installed
Source package : imake-1.0.10-1.2.src
Upstream URL : https://xorg.freedesktop.org/
Summary : C preprocessor interface to the make utility
Description :
Imake is used to generate Makefiles from a template, a set of cpp macro
functions, and a per-directory input file called an Imakefile.
The X Window System used imake extensively up through the X11R6.9
release, for both full builds within the source tree and external
software. X has since moved to GNU autoconf and automake for its build
system in X11R7.0 and later releases, but still maintains imake for
building existing external software programs that have not yet
converted.