How to Install and Uninstall nasm Package on openSUSE Leap

Last updated: May 02,2024

1. Install "nasm" package

This is a short guide on how to install nasm on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install nasm

2. Uninstall "nasm" package

In this section, we are going to explain the necessary steps to uninstall nasm on openSUSE Leap:

$ sudo zypper remove nasm

3. Information about the nasm package on openSUSE Leap

Information for package nasm:
-----------------------------
Repository : Main Repository
Name : nasm
Version : 2.15.05-150500.1.2
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 3.0 MiB
Installed : No
Status : not installed
Source package : nasm-2.15.05-150500.1.2.src
Upstream URL : https://www.nasm.us/
Summary : Netwide Assembler (An x86 Assembler)
Description :
NASM is a prototype general-purpose x86 assembler. It can currently output
several binary formats, including ELF, a.out, Win32, and OS/2.