How to Install and Uninstall cdecl Package on openSUSE Leap
Last updated: November 25,2024
1. Install "cdecl" package
This tutorial shows how to install cdecl on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
cdecl
Copied
2. Uninstall "cdecl" package
Please follow the guidance below to uninstall cdecl on openSUSE Leap:
$
sudo zypper remove
cdecl
Copied
3. Information about the cdecl package on openSUSE Leap
Information for package cdecl:
------------------------------
Repository : Main Repository
Name : cdecl
Version : 13.2-bp155.1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 469.0 KiB
Installed : No
Status : not installed
Source package : cdecl-13.2-bp155.1.5.src
Upstream URL : https://github.com/paul-j-lucas/cdecl/
Summary : C/C++ function declaration translator
Description :
Cdecl is a program which will turn English-like phrases such as
"declare foo as array 5 of pointer to function returning int" into C
declarations such as "int (*foo[5])()" and vice-versa. It handles
typecasts and C++ as well, and offers command line editing and
history.
------------------------------
Repository : Main Repository
Name : cdecl
Version : 13.2-bp155.1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 469.0 KiB
Installed : No
Status : not installed
Source package : cdecl-13.2-bp155.1.5.src
Upstream URL : https://github.com/paul-j-lucas/cdecl/
Summary : C/C++ function declaration translator
Description :
Cdecl is a program which will turn English-like phrases such as
"declare foo as array 5 of pointer to function returning int" into C
declarations such as "int (*foo[5])()" and vice-versa. It handles
typecasts and C++ as well, and offers command line editing and
history.