How to Install and Uninstall qos Package on openSuSE Tumbleweed
Last updated: November 08,2024
1. Install "qos" package
Please follow the steps below to install qos on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
qos
Copied
2. Uninstall "qos" package
In this section, we are going to explain the necessary steps to uninstall qos on openSuSE Tumbleweed:
$
sudo zypper remove
qos
Copied
3. Information about the qos package on openSuSE Tumbleweed
Information for package qos:
----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : qos
Version : 1.0.1-9.10
Arch : noarch
Vendor : openSUSE
Installed Size : 8.7 KiB
Installed : No
Status : not installed
Source package : qos-1.0.1-9.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.
----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : qos
Version : 1.0.1-9.10
Arch : noarch
Vendor : openSUSE
Installed Size : 8.7 KiB
Installed : No
Status : not installed
Source package : qos-1.0.1-9.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.