How to Install and Uninstall nvptx-tools Package on openSUSE Leap

Last updated: May 09,2024

1. Install "nvptx-tools" package

Learn how to install nvptx-tools on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install nvptx-tools

2. Uninstall "nvptx-tools" package

This guide covers the steps necessary to uninstall nvptx-tools on openSUSE Leap:

$ sudo zypper remove nvptx-tools

3. Information about the nvptx-tools package on openSUSE Leap

Information for package nvptx-tools:
------------------------------------
Repository : Main Repository
Name : nvptx-tools
Version : 1.0-150000.4.6.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 115.2 KiB
Installed : No
Status : not installed
Source package : nvptx-tools-1.0-150000.4.6.1.src
Upstream URL : https://github.com/MentorEmbedded/nvptx-tools/
Summary : PTX language tools
Description :
A collection of tools for use with nvptx-none (NVIDIA Parallel Thread
Execution) GCC toolchains.
* nvptx-none-as: "assembler" for PTX.
* nvptx-none-ld: "linker" for PTX.
* nvptx-none-run: run PTX binaries compiled with -mmainkernel.
* nvptx-none-run-single: like nvptx-none-run, but locked, such that
system-wide, only one instance of it is running at a time.