Coppwr is a free and open source Pipewire application for Linux. Using Coppwr, you can inspect and control the PipeWire multimedia server. It is written in Rust and released under GNU General Public License v3.0. It comes with process monitoring, profiler statistics, object creation & destruction. metadata editing and module loading and many more.
Install coppwr on Ubuntu
Download the latest Coppwr in .deb package file from the above download folder and save it on your Downloads folder. Open the terminal application (ctrl+alt+t) and run below install command. Here “coppwr-1.2.0-amd64.deb” is the downloaded file name. You can change below command based on your downloaded file.
sudo apt install ./Downloads/coppwr-1.2.0-amd64.deb
[OR]
sudo apt install ./Downloads/coppwr*.deb
After the installation, you can open coppwr using below command.
coppwr
Install Coppwr via Flatpak:
You can also install coppwr via below flatpak command.
flatpak install flathub xyz.dimtpap.coppwr
And open it using below command.
flatpak run xyz.dimtpap.coppwr
Note: You need flatpak and flathub on your system to install coppwr via Flatpak. If you don’t have then first install flatpak and flathub using below commands and restart your system and then install coppwr.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo