How to Install and Uninstall jujutsu Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "jujutsu" package

Here is a brief guide to show you how to install jujutsu on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install jujutsu

2. Uninstall "jujutsu" package

Please follow the steps below to uninstall jujutsu on openSuSE Tumbleweed:

$ sudo zypper remove jujutsu

3. Information about the jujutsu package on openSuSE Tumbleweed

Information for package jujutsu:
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : jujutsu
Version : 0.14.0-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 14.7 MiB
Installed : No
Status : not installed
Source package : jujutsu-0.14.0-1.1.src
Upstream URL : https://github.com/martinvonz/jj
Summary : Git-compatible DVCS that is both simple and powerful
Description :
Jujutsu is a Git-compatible DVCS. It combines features from Git (data model, speed), Mercurial (anonymous branching, simple CLI free from "the index", revsets, powerful history-rewriting), and Pijul/Darcs (first-class conflicts), with features not found in most of them (working-copy-as-a-commit, undo functionality, automatic rebase, safe replication via rsync, Dropbox, or distributed file system).
The command-line tool is called jj for now because it's easy to type and easy to replace (rare in English). The project is called "Jujutsu" because it matches "jj".
Jujutsu is relatively young, with lots of work to still be done. If you have any questions, or want to talk about future plans, please join us on Discord Discord or start a GitHub Discussion; the developers monitor both channels.
Important
Jujutsu is an experimental version control system. While Git compatibility is stable, and most developers use it daily for all their needs, there may still be work-in-progress features, suboptimal UX, and workflow gaps that make it unusable for your particular use.