第一步,把medibuntu加到源里头:
sudo wget http://www.medibuntu.org/sources.list.d/hardy.list -O /etc/apt/sources.list.d/medibuntu.list
第二步,更新源列表:
sudo aptitude update
更新完,搜索w32codecs:
sudo apt-cache search w32codecs
最后一步,安装:
sudo aptitude install w32codecs
如果你是电信,有可能遇到域名劫持,无法访问medibuntu.org。你可以使用国外免费的DNS来解决。
把你的DNS改成:
nameserver 208.67.222.222
nameserver 208.67.220.220
PS:现在都不用apt-get了吗?为何aptitude?因为 aptitude 更加智能,依赖管理更好。

