How to Install and Uninstall doxygen Package on openSUSE Leap

Last updated: May 19,2024

1. Install "doxygen" package

This guide let you learn how to install doxygen on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install doxygen

2. Uninstall "doxygen" package

This tutorial shows how to uninstall doxygen on openSUSE Leap:

$ sudo zypper remove doxygen

3. Information about the doxygen package on openSUSE Leap

Information for package doxygen:
--------------------------------
Repository : Main Repository
Name : doxygen
Version : 1.8.14-3.3.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 12.6 MiB
Installed : No
Status : not installed
Source package : doxygen-1.8.14-3.3.1.src
Upstream URL : http://www.stack.nl/~dimitri/doxygen/
Summary : Automated C, C++, and Java Documentation Generator
Description :
Doxygen is a documentation system for C, C++, Java, and IDL. It can
generate an online class browser (in HTML) and an offline reference
manual (in LaTeX) from a set of documented source files. The
documentation is extracted directly from the sources. Doxygen is
developed on a Linux platform, but it runs on most other UNIX flavors
as well.