How to Install and Uninstall qos Package on openSUSE Leap

Last updated: May 20,2024

1. Install "qos" package

This tutorial shows how to install qos on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install qos

2. Uninstall "qos" package

Learn how to uninstall qos on openSUSE Leap:

$ sudo zypper remove qos

3. Information about the qos package on openSUSE Leap

Information for package qos:
----------------------------
Repository : Main Repository
Name : qos
Version : 1.0.1-bp155.3.10
Arch : noarch
Vendor : openSUSE
Installed Size : 8.8 KiB
Installed : No
Status : not installed
Source package : qos-1.0.1-bp155.3.10.src
Upstream URL : https://github.com/archiecobbs/qos
Summary : Simple traffic shaping utility for fighting bufferbloat
Description :
The Problem: Bufferbloat (see http://en.wikipedia.org/wiki/Bufferbloat)
- Your SSH session turns to molasses when your kid watches YouTube
- Your wife complains that "the internet is slow"
- You hate the stupid DSL modems supplied by the phone company
with their giant packet queues that add unnecessary latency
- You have your own Linux router that routes all your traffic
or is the only machine you have connected to the Internet
and know there must be a better way
The Solution: QoS
QoS = "Quality of Service"
You probably already know about it. Control and proritize traffic.
This QoS is new and improved. Previous QoS setups only throttled
traffic in the download direction. This one handles both directions
using the (poorly documented) Linux ifb interface and tc(8) 'mirred'
redirection.

5. The same packages on other Linux Distributions