How to Install and Uninstall yasm Package on openSUSE Leap

Last updated: May 10,2024

1. Install "yasm" package

This guide let you learn how to install yasm on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install yasm

2. Uninstall "yasm" package

Please follow the guidance below to uninstall yasm on openSUSE Leap:

$ sudo zypper remove yasm

3. Information about the yasm package on openSUSE Leap

Information for package yasm:
-----------------------------
Repository : Main Repository
Name : yasm
Version : 1.3.0-2.21
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 2.7 MiB
Installed : No
Status : not installed
Source package : yasm-1.3.0-2.21.src
Upstream URL : http://www.tortall.net/projects/yasm/
Summary : A complete rewrite of the NASM assembler
Description :
YASM is a complete rewrite of the NASM assembler. It is designed from
the ground up to allow for multiple syntaxes to be supported (e.g.,
NASM, TASM, GAS, etc.) in addition to multiple output object formats.
Another primary module of the overall design is an optimizer module.
Actually it supports ix86 and AMD64, next will be PowerPC