How to Install and Uninstall devscripts Package on openSUSE Leap

Last updated: May 04,2024

1. Install "devscripts" package

This guide covers the steps necessary to install devscripts on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install devscripts

2. Uninstall "devscripts" package

This is a short guide on how to uninstall devscripts on openSUSE Leap:

$ sudo zypper remove devscripts

3. Information about the devscripts package on openSUSE Leap

Information for package devscripts:
-----------------------------------
Repository : Main Repository
Name : devscripts
Version : 2.19.5-3.3.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 2.0 MiB
Installed : No
Status : not installed
Source package : devscripts-2.19.5-3.3.1.src
Upstream URL : https://salsa.debian.org/debian/devscripts
Summary : Scripts to make the life of a Debian Package maintainer easier
Description :
Collection of scripts for working on Debian packages.
Examples:
- bts: A command-line tool for manipulating the Debian Bug
Tracking System.
- dcontrol: Remotely query package and source control files for
all Debian distributions.
- debchange/dch: Automagically add entries to debian/changelog
files.
- debsign, debrsign: Sign a .changes/.dsc pair without needing any
of the rest of the package to be present; can sign the pair
remotely or fetch the pair from a remote machine for signing.
- diff2patches: Extract patches from a .diff.gz file placing them
under debian/ or, if present, debian/patches.
- licensecheck: Attempt to determine the license of source files.
- uscan: Scan upstream sites for new releases of packages.