How to Install and Uninstall cdecl Package on openSuSE Tumbleweed
Last updated: November 07,2024
1. Install "cdecl" package
Please follow the step by step instructions below to install cdecl on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
cdecl
Copied
2. Uninstall "cdecl" package
In this section, we are going to explain the necessary steps to uninstall cdecl on openSuSE Tumbleweed:
$
sudo zypper remove
cdecl
Copied
3. Information about the cdecl package on openSuSE Tumbleweed
Information for package cdecl:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : cdecl
Version : 16.2-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 613.4 KiB
Installed : No
Status : not installed
Source package : cdecl-16.2-1.2.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 : openSUSE-Tumbleweed-Oss
Name : cdecl
Version : 16.2-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 613.4 KiB
Installed : No
Status : not installed
Source package : cdecl-16.2-1.2.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.