From bc71ce46373cbf7a18c86cd6fee104e27306bc27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 29 Nov 2018 20:32:31 +0000 Subject: [PATCH] installing/on-linux: add some more packages to the debian/ubuntu apt-get install line --- markdown/installing/on-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/installing/on-linux.md b/markdown/installing/on-linux.md index c793a92fea..c774814e37 100644 --- a/markdown/installing/on-linux.md +++ b/markdown/installing/on-linux.md @@ -22,7 +22,7 @@ dnf install gstreamer1-devel gstreamer1-plugins-base-tools gstreamer1-devel-docs Run the following command: -`apt-get install libgstreamer1.0-0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-doc gstreamer1.0-tools gstreamer1.0-x` +`apt-get install libgstreamer1.0-0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-doc gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio` ## Building applications using GStreamer