How to Install and Uninstall wt Package on openSuSE Tumbleweed
Last updated: November 22,2024
1. Install "wt" package
This is a short guide on how to install wt on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
wt
Copied
2. Uninstall "wt" package
This tutorial shows how to uninstall wt on openSuSE Tumbleweed:
$
sudo zypper remove
wt
Copied
3. Information about the wt package on openSuSE Tumbleweed
Information for package wt:
---------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : wt
Version : 4.8.1-3.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 19.3 MiB
Installed : No
Status : not installed
Source package : wt-4.8.1-3.12.src
Upstream URL : https://www.webtoolkit.eu/wt/
Summary : Web Toolkit
Description :
Wt is a C++ library and application server for developing and
deploying web applications. The widget-centric API is inspired by
existing C++ GUI APIs. It offers complete abstraction of any
web-specific implementation details. Most importantly, the entire
application is written in only one compiled language (C++), from which
the library generates the necessary HTML, Javascript, CGI, and AJAX
code.
---------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : wt
Version : 4.8.1-3.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 19.3 MiB
Installed : No
Status : not installed
Source package : wt-4.8.1-3.12.src
Upstream URL : https://www.webtoolkit.eu/wt/
Summary : Web Toolkit
Description :
Wt is a C++ library and application server for developing and
deploying web applications. The widget-centric API is inspired by
existing C++ GUI APIs. It offers complete abstraction of any
web-specific implementation details. Most importantly, the entire
application is written in only one compiled language (C++), from which
the library generates the necessary HTML, Javascript, CGI, and AJAX
code.