How to Install and Uninstall yasm Package on openSuSE Tumbleweed

Last updated: May 10,2024

1. Install "yasm" package

In this section, we are going to explain the necessary steps to install yasm on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install yasm

2. Uninstall "yasm" package

This is a short guide on how to uninstall yasm on openSuSE Tumbleweed:

$ sudo zypper remove yasm

3. Information about the yasm package on openSuSE Tumbleweed

Information for package yasm:
-----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : yasm
Version : 1.3.0-8.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 2.7 MiB
Installed : No
Status : not installed
Source package : yasm-1.3.0-8.1.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