Answers:
对于Ubuntu 16.04 LTS和16.10(12.04或更高版本)
更新仓库:
sudo apt-get update
安装CURL工具
sudo apt-get install curl
加载VideoLAN存储库
curl https://download.videolan.org/pub/debian/videolan-apt.asc | sudo apt-key add -
echo "deb https://download.videolan.org/pub/debian/stable ./" | sudo tee /etc/apt/sources.list.d/libdvdcss.list
sudo apt-get update
安装VLC和Mplayer及其支持元素
sudo apt-get install vlc vlc-data browser-plugin-vlc mplayer2
如果仍在使用14.04 LTS(或更早版本),则:
sudo apt-get install vlc-plugin-pulse
安装剩余的Ubuntu'restricted extras'(安装后为146 MB,如果空间有限,则跳过)
sudo apt-get install ubuntu-restricted-extras
如果你是不是已经在使用16.04 LTS(或更高版本),力(手动)安装3为完整的DVD支持的关键要素:
sudo apt-get install libdvdcss2 libdvdnav4 libdvdread4
E: Package 'vlc-plugin-pulse' has no installation candidate
和sudo: /usr/share/doc/libdvdread4/install-css.sh: command not found
是的,一年前我切换到Ubuntu时遇到了这个问题。我只知道如何安装它们。然后,我制作了Linux安装的镜像,因为它比仅使用Ubuntu桌面要复杂得多。我使用服务器瘦客户端环境。
无论如何,安装所需编解码器的命令是
sudo apt-get install gstreamer0.10-ffmpeg gstreamer0.10-plugins-ugly gstreamer0.10-plugins-bad gstreamer0.10-bad-multiverse
您可能要检查是否有可用的更高版本的gstreamer。最后一个对我来说效果很好,我播放了所有视频,因此我坚持使用此版本(0.10)
我敢肯定也有办法保存它,但希望有人会在这里回答您问题的第二部分
gstreamer0.10-bad-multivers
ubuntu-restricted-extras
为大多数编解码器安装。要安装它,请单击下面的图片:
安装并运行aptoncd来备份所有已下载的软件包;您可以aptoncd
在任何计算机上重复使用它们。