How to Install and Uninstall python-ClientForm Package on openSUSE Leap

Last updated: May 11,2024

1. Install "python-ClientForm" package

Please follow the guidance below to install python-ClientForm on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python-ClientForm

2. Uninstall "python-ClientForm" package

Please follow the instructions below to uninstall python-ClientForm on openSUSE Leap:

$ sudo zypper remove python-ClientForm

3. Information about the python-ClientForm package on openSUSE Leap

Information for package python-ClientForm:
------------------------------------------
Repository : Main Repository
Name : python-ClientForm
Version : 0.2.10-bp153.1.13
Arch : noarch
Vendor : openSUSE
Installed Size : 293,8 KiB
Installed : No
Status : not installed
Source package : python-ClientForm-0.2.10-bp153.1.13.src
Summary : Python module for client-side HTML forms
Description :
ClientForm is a Python module for handling HTML forms on the client side,
useful for parsing HTML forms, filling them in and returning the completed
forms to the server. It developed from a port of Gisle Aas' Perl module
HTML::Form, from the libwww-perl library, but the interface is not the same.