How to Install and Uninstall perl-MLDBM-Sync Package on openSUSE Leap

Last updated: May 16,2024

1. Install "perl-MLDBM-Sync" package

Please follow the step by step instructions below to install perl-MLDBM-Sync on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-MLDBM-Sync

2. Uninstall "perl-MLDBM-Sync" package

Please follow the step by step instructions below to uninstall perl-MLDBM-Sync on openSUSE Leap:

$ sudo zypper remove perl-MLDBM-Sync

3. Information about the perl-MLDBM-Sync package on openSUSE Leap

Information for package perl-MLDBM-Sync:
----------------------------------------
Repository : Main Repository
Name : perl-MLDBM-Sync
Version : 0.30-bp155.2.9
Arch : x86_64
Vendor : openSUSE
Installed Size : 70.8 KiB
Installed : No
Status : not installed
Source package : perl-MLDBM-Sync-0.30-bp155.2.9.src
Upstream URL : http://cpan.org/modules/by-module/MLDBM
Summary : Perl module for safe concurrent access to MLDBM databases
Description :
This module wraps around the MLDBM interface, by handling concurrent
access to MLDBM databases with file locking, and flushes i/o explicity
per lock/unlock. The new [Read]Lock()/UnLock() API can be used to
serialize requests logically and improve performance for bundled reads
& writes.