How to Install and Uninstall python3-atom Package on openSUSE Leap

Last updated: July 02,2024

1. Install "python3-atom" package

This is a short guide on how to install python3-atom on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-atom

2. Uninstall "python3-atom" package

This is a short guide on how to uninstall python3-atom on openSUSE Leap:

$ sudo zypper remove python3-atom

3. Information about the python3-atom package on openSUSE Leap

Information for package python3-atom:
-------------------------------------
Repository : Main Repository
Name : python3-atom
Version : 0.4.3-bp155.2.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 412.6 KiB
Installed : No
Status : not installed
Source package : python-atom-0.4.3-bp155.2.12.src
Upstream URL : https://github.com/nucleic/atom
Summary : Memory efficient Python objects
Description :
Atom is a framework for creating memory efficient Python objects with
enhanced features such as dynamic initialization, validation, and
change notification for object attributes. It provides the default
model binding behaviour for the Enaml UI framework.