From 5b17de6215481f33d8f484230b610d631df9c057 Mon Sep 17 00:00:00 2001 From: Esteban Herrera Date: Mon, 15 Jan 2024 14:36:56 -0600 Subject: [PATCH] Add pulseaudio and pipewire notes --- INSTALL | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index c7c787ce..ac29a5c4 100644 --- a/INSTALL +++ b/INSTALL @@ -674,6 +674,8 @@ List of required packages/commands: - procps (it includes the command pkill) +- pulseaudio (Gnome desktop environment default is pipewire currently) + - python3-opencv (seen in the installation of OpenCV) - rsync @@ -706,7 +708,7 @@ $ sudo apt-get install <...> For example, this is the actual one-liner command someone could require: -$ sudo apt-get update; sudo apt-get install alsa-utils bash cpulimit curl dash espeak festival ffmpeg gawk gdebi gnome-terminal git jq mpv mplayer nmap openssh-client openssh-server portaudio19-dev procps python3-opencv rsync sed sox sudo tar tasksel tesseract-ocr tmux unzip uuid-runtime wget xbindkeys +$ sudo apt-get update; sudo apt-get install alsa-utils bash cpulimit curl dash espeak festival ffmpeg gawk gdebi gnome-terminal git jq mpv mplayer nmap openssh-client openssh-server portaudio19-dev procps pulseaudio python3-opencv rsync sed sox sudo tar tasksel tesseract-ocr tmux unzip uuid-runtime wget xbindkeys Troubleshooting the package installation: