How to Install and Uninstall sudo Package on openSUSE Leap

Last updated: July 02,2024

1. Install "sudo" package

Please follow the steps below to install sudo on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install sudo

2. Uninstall "sudo" package

Please follow the guidelines below to uninstall sudo on openSUSE Leap:

$ sudo zypper remove sudo

3. Information about the sudo package on openSUSE Leap

Information for package sudo:
-----------------------------
Repository : Main Repository
Name : sudo
Version : 1.9.12p1-150500.5.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 7.3 MiB
Installed : No
Status : not installed
Source package : sudo-1.9.12p1-150500.5.1.src
Upstream URL : https://www.sudo.ws/
Summary : Execute some commands as root
Description :
Sudo is a command that allows users to execute some commands as root.
The /etc/sudoers file (edited with 'visudo') specifies which users have
access to sudo and which commands they can run. Sudo logs all its
activities to syslogd, so the system administrator can keep an eye on
things. Sudo asks for the password for initializing a check period of a
given time N (where N is defined at installation and is set to 5
minutes by default).