How to Install and Uninstall php81-mbstring Package on openSUSE Leap

Last updated: May 08,2024

1. Install "php81-mbstring" package

Here is a brief guide to show you how to install php81-mbstring on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install php81-mbstring

2. Uninstall "php81-mbstring" package

This guide covers the steps necessary to uninstall php81-mbstring on openSUSE Leap:

$ sudo zypper remove php81-mbstring

3. Information about the php81-mbstring package on openSUSE Leap

Information for package php81-mbstring:
---------------------------------------
Repository : Update repository of openSUSE Backports
Name : php81-mbstring
Version : 8.1.24-bp155.5.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.1 MiB
Installed : No
Status : not installed
Source package : php81-8.1.24-bp155.5.1.src
Upstream URL : https://secure.php.net
Summary : Multibyte string functions for PHP
Description :
mbstring provides multibyte specific string functions that help
dealing with multibyte encodings in PHP. mbstring handles character
encoding conversion between the possible encoding pairs. mbstring
handles Unicode-based encodings such as UTF-8 and UCS-2 and many
single-byte encodings for convenience.