How to Install and Uninstall python3-template-remover Package on openSUSE Leap

Last updated: May 13,2024

1. Install "python3-template-remover" package

In this section, we are going to explain the necessary steps to install python3-template-remover on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-template-remover

2. Uninstall "python3-template-remover" package

Learn how to uninstall python3-template-remover on openSUSE Leap:

$ sudo zypper remove python3-template-remover

3. Information about the python3-template-remover package on openSUSE Leap

Information for package python3-template-remover:
-------------------------------------------------
Repository : Main Repository
Name : python3-template-remover
Version : 0.1.9-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 45.7 KiB
Installed : No
Status : not installed
Source package : python-template-remover-0.1.9-bp155.2.11.src
Upstream URL : https://github.com/deezer/template-remover
Summary : Remove the template markup from html files
Description :
Template remover is a tool to remove the PHP and Jinja markup from HTML files.
Many tools, like html tidy, are designed to parse and analyze html files,
however they do not play well when there is language markup. This projects aims
to be a simple way of getting rid of those markups.