How to Install and Uninstall weggli Package on openSuSE Tumbleweed

Last updated: November 23,2024

1. Install "weggli" package

Learn how to install weggli on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install weggli

2. Uninstall "weggli" package

Here is a brief guide to show you how to uninstall weggli on openSuSE Tumbleweed:

$ sudo zypper remove weggli

3. Information about the weggli package on openSuSE Tumbleweed

Information for package weggli:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : weggli
Version : 0.2.4-2.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 4.5 MiB
Installed : No
Status : not installed
Source package : weggli-0.2.4-2.6.src
Upstream URL : https://github.com/googleprojectzero/weggli
Summary : A semantic search tool for C and C++ codebases
Description :
weggli is a semantic search tool for C and C++ codebases. It helps
security researchers identify interesting functionality in
large codebases.
weggli performs pattern matching on Abstract Syntax Trees based on user
provided queries. Its query language resembles C and C++ code, making it possible
to turn interesting code patterns into queries.
weggli has support for C++ constructs such as
lambda expressions, range-based for loops and constexprs.
weggli does not require the ability to build the software and can
work with incomplete sources or missing dependencies.