How to Install and Uninstall imake Package on openSUSE Leap

Last updated: May 20,2024

1. Install "imake" package

Learn how to install imake on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install imake

2. Uninstall "imake" package

This is a short guide on how to uninstall imake on openSUSE Leap:

$ sudo zypper remove imake

3. Information about the imake package on openSUSE Leap

Information for package imake:
------------------------------
Repository : Main Repository
Name : imake
Version : 1.0.7-1.26
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 86.2 KiB
Installed : No
Status : not installed
Source package : imake-1.0.7-1.26.src
Upstream URL : http://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.