你好,
我試圖安裝Gstreamer使用下麵鏈接中的指令。
但我得到以下錯誤。
命令:
錯誤:
請讓我們知道如何解決它。
回購的錯誤,沒有找到可能嚐試sudo apt-get更新。
如果你成功了你就需要將它添加到init腳本集群。
此外命令https://gstreamer.freedesktop.org/documentation/installing/on-linux.html?gi-language=c有點超過微軟頁麵上:
apt-get安裝libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-bad1.0-dev 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
回購的錯誤,沒有找到可能嚐試sudo apt-get更新。
如果你成功了你就需要將它添加到init腳本集群。
此外命令https://gstreamer.freedesktop.org/documentation/installing/on-linux.html?gi-language=c有點超過微軟頁麵上:
apt-get安裝libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-bad1.0-dev 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
謝謝你們所有人。
我已經解決了這個問題通過運行以下命令。
更新包
sudo apt-get更新
sudo apt-get升級
sudo apt-get建設重要
sudo apt-get pkg-config
sudo apt安裝libgstreamer1.0-0 \
gstreamer1.0-plugins-base \
gstreamer1.0-plugins-good \
gstreamer1.0-plugins-bad \
gstreamer1.0-plugins-ugly
成功安裝在我的磚Gstreamer ! !