How to Install and Uninstall nvptx-tools Package on openSuSE Tumbleweed

Last updated: July 01,2024

1. Install "nvptx-tools" package

This is a short guide on how to install nvptx-tools on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install nvptx-tools

2. Uninstall "nvptx-tools" package

Please follow the step by step instructions below to uninstall nvptx-tools on openSuSE Tumbleweed:

$ sudo zypper remove nvptx-tools

3. Information about the nvptx-tools package on openSuSE Tumbleweed

Information for package nvptx-tools:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : nvptx-tools
Version : 1.0+git.20230913.c321f1a-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 144.5 KiB
Installed : No
Status : not installed
Source package : nvptx-tools-1.0+git.20230913.c321f1a-1.2.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.