宇文氏 发表于 2018-5-5 10:13:58

添加 medibuntu 源增强ubuntu功能

  ubuntu 虽然提供了大量软件,但有些商业的软件如 adobe acrobat reader 等 幸运的是 mediubuntu 提供了很方便的扩展
  当前我用的ubuntu 9的代为 jaunty
  添加source到 /etc/apt/sources.list
  deb http://packages.medibuntu.org/ jaunty free non-free
  运行apt-get update

  出错:W: GPG error: http://packages.medibuntu.org jaunty>  添加mediubuntu的gpg key
  apt-get install medibuntu-keyring
  再次运行apt-get update
  成功
  看看mediubuntu下都有些什么吧:
  http://packages.medibuntu.org/
  # aacgain
  # aacplusenc
  # acroread-fonts
  # acroread (adobe acrobat reader)
  # alsa-firmware
  # amrnb
  # amrwb
  # app-install-data-medibuntu
  # apport-hooks-medibuntu
  # gizmo5
  # googleearth-data
  # googleearth
  # hot-babe
  # ices
  # libamrnb3
  # libamrnb-dev
  # libamrwb3
  # libamrwb-dev
  # libdvdcss2
  # libdvdcss-dev
  # medibuntu-keyring
  # mencoder
  # mplayer-doc
  # mplayer
  # mplayer-nogui
  # non-free-codecs
  # realplayer
  # rmconverter
  # skype-common
  # skype (skype)
  # skype-static
  # skype-static-oss
  # w32codecs
  # w64codecs
  我主要看中了acroreader即adobe acrobat reader,ubuntu提供的pdf浏览器实在是太弱。和skype :)
  然后添加GPG Key,添加key时候,需要先更新下源库,会提示没有导入key
sudo apt-get updatesudo apt-get install medibuntu-keyring  sudo apt-get update
  32位系统系统,使用如下命令添加解码器:
sudo apt-get install w32codecs libdvdcss2  64位系统系统,使用如下命令添加解码器:
sudo apt-get install w64codecs libdvdcss2  最后使用gnome mplayer 播放wmv格式文件。
  转自:http://www.jiangmiao.org/blog/425.html
  http://www.issacy.com/archives/778.html
页: [1]
查看完整版本: 添加 medibuntu 源增强ubuntu功能