How to Install and Uninstall dapper Package on openSuSE Tumbleweed

Last updated: July 07,2024

1. Install "dapper" package

This guide let you learn how to install dapper on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install dapper

2. Uninstall "dapper" package

This guide let you learn how to uninstall dapper on openSuSE Tumbleweed:

$ sudo zypper remove dapper

3. Information about the dapper package on openSuSE Tumbleweed

Information for package dapper:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : dapper
Version : 0.6.0-1.9
Arch : x86_64
Vendor : openSUSE
Installed Size : 3.9 MiB
Installed : No
Status : not installed
Source package : dapper-0.6.0-1.9.src
Upstream URL : https://github.com/rancher/dapper
Summary : Docker build wrapper
Description :
Dapper is a tool to wrap any existing build tool in an consistent environment. This allows people to build your software from source or modify it without worrying about setting up a build environment. The approach is very simple and taken from a common pattern that has adopted by many open source projects. Create a file called Dockerfile.dapper in the root of your repository. Dapper will build that Dockerfile and then execute a container based off of the resulting image. Dapper will also copy in source files and copy out resulting artifacts or will use bind mounting if you choose.

5. The same packages on other Linux Distributions