最近在ubuntu11.10下安装支持多媒体播放的插件时遇到一些问题,在此小记一下。

首先是ubuntu11.10的安装,基本上是一键安装,在此不细说。

1.此版本和以前使用的ubuntu版本风格不太一致,为此在使用时一度不太习惯。

1)软件源服务器的选择

在左侧列表中有一个System  Settings,点击进入有3大选项,选择System里面的Software Sources,出现一个对话框,第一项为Ubuntu Software,此项里有一个DownLoad From选择中国服务器mirrors.163.com(网易)服务源,保存退出。

2)终端的使用

终端的使用不在像以前的版本一样,直接右键桌面就可以出现。Ubuntu11.10使用快捷键Ctrl+Atrl+T,然后可以将终端锁定在左侧的菜单栏里,方便使用。

2.安装插件

使用命令

sudo apt-get install ubuntu-restricted-extras
时出现错误:
E: Unable to locate package ubuntu-restricted-extras
即找不到安装的包,在网上找资料,得到的答案是
sudo apt-get update
sudo apt-get upgrade
在使用sudo apt-get update命令时遇到问题
E: Unable to lock directory /var/lib/apt/lists/
查资料得到方法:
sudo rm /var/lib/apt/lists/lock
测试通过!
在sudo apt-get update的过程中遇到问题:
 .Ign http://extras.ubuntu.com natty/main TranslationIndex
.Err http://extras.ubuntu.com natty/main Sources
. Not Found
.Err http://extras.ubuntu.com natty/main i386 Packages
. Not Found
.Ign http://extras.ubuntu.com natty/main Translation-en_US
.Err http://security.ubuntu.com natty-security/universe Sources
. Not Found [IP: 91.189.92.200 ]
.Err http://security.ubuntu.com natty-security/multiverse Sources
. Not Found [IP: 91.189.92.200 ]
.Ign http://extras.ubuntu.com natty/main Translation-en
.Err http://security.ubuntu.com natty-security/universe i386 Packages
. Not Found [IP: 91.189.92.200 ]
.Err http://security.ubuntu.com natty-security/multiverse i386 Packages
. Not Found [IP: 91.189.92.200 ]
.Err http://security.ubuntu.com natty-security/main Sources
. Not Found [IP: 91.189.92.200 ]
.Err http://security.ubuntu.com natty-security/restricted Sources
. Not Found [IP: 91.189.92.200 ]
.Err http://security.ubuntu.com natty-security/main i386 Packages
. Not Found [IP: 91.189.92.200 ]
.Err http://security.ubuntu.com natty-security/restricted i386 Packages
. Not Found [IP: 91.189.92.200 ]
.Ign http://security.ubuntu.com natty-security/main Translation-en_US
.Ign http://security.ubuntu.com natty-security/main Translation-en
.Ign http://security.ubuntu.com natty-security/multiverse Translation-en_US
.Ign http://security.ubuntu.com natty-security/multiverse Translation-en
.Ign http://security.ubuntu.com natty-security/restricted Translation-en_US
.Ign http://security.ubuntu.com natty-security/restricted Translation-en
.Ign http://security.ubuntu.com natty-security/universe Translation-en_US
.Ign http://security.ubuntu.com natty-security/universe Translation-en
.W: Failed to fetch http://cn.archive.ubuntu.com/ubuntu/dists/natty/main/source/Sources 404 Not Found
.
.W: Failed to fetch http://cn.archive.ubuntu.com/ubuntu/dists/natty/restricted/source/Sources 404 Not Found
.
.W: Failed to fetch http://cn.archive.ubuntu.com/ubuntu/dists/natty/universe/source/Sources 404 Not Found
.
.W: Failed to fetch http://cn.archive.ubuntu.com/ubuntu/dists/natty/multiverse/source/Sources 404 Not Found
.
.W: Failed to fetch http://cn.archive.ubuntu.com/ubuntu/dists/natty/main/binary-i386/Packages 404 Not Found
.
.W: Failed to fetch http://cn.archive.ubuntu.com/ubuntu/dists/natty/restricted/binary-i386/Packages 404 Not Found
.
.W: Failed to fetch http://cn.archive.ubuntu.com/ubuntu/dists/natty/universe/binary-i386/Packages 404 Not Found
.
.W: Failed to fetch http://cn.archive.ubuntu.com/ubuntu/dists/natty/multiverse/binary-i386/Packages 404 Not Found
.
.W: Failed to fetch http://cn.archive.ubuntu.com/ubuntu/dists/natty-updates/main/source/Sources 404 Not Found
.
.W: Failed to fetch http://cn.archive.ubuntu.com/ubuntu/dists/natty-updates/restricted/source/Sources 404 Not Found
.
.W: Failed to fetch http://cn.archive.ubuntu.com/ubuntu/dists/natty-updates/universe/source/Sources 404 Not Found
.
.W: Failed to fetch http://cn.archive.ubuntu.com/ubuntu/dists/natty-updates/multiverse/source/Sources 404 Not Found
.
.W: Failed to fetch http://cn.archive.ubuntu.com/ubuntu/dists/natty-updates/main/binary-i386/Packages 404 Not Found
.
.W: Failed to fetch http://cn.archive.ubuntu.com/ubuntu/dists/natty-updates/restricted/binary-i386/Packages 404 Not Found
.
.W: Failed to fetch http://cn.archive.ubuntu.com/ubuntu/dists/natty-updates/universe/binary-i386/Packages 404 Not Found
.
.W: Failed to fetch http://cn.archive.ubuntu.com/ubuntu/dists/natty-updates/multiverse/binary-i386/Packages 404 Not Found
.
.W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/natty-security/universe/source/Sources 404 Not Found [IP: 91.189.92.200 80]
.
.W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/natty-security/multiverse/source/Sources 404 Not Found [IP: 91.189.92.200 80]
.
.W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/natty-security/universe/binary-i386/Packages 404 Not Found [IP: 91.189.92.200 80]
.
.W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/natty-security/multiverse/binary-i386/Packages 404 Not Found [IP: 91.189.92.200 80]
.
.W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/natty-security/main/source/Sources 404 Not Found [IP: 91.189.92.200 80]
.
.W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/natty-security/restricted/source/Sources 404 Not Found [IP: 91.189.92.200 80]
.
.W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/natty-security/main/binary-i386/Packages 404 Not Found [IP: 91.189.92.200 80]
.
.W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/natty-security/restricted/binary-i386/Packages 404 Not Found [IP: 91.189.92.200 80]
.
.W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/natty/main/source/Sources 404 Not Found
.
.W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/natty/main/binary-i386/Packages 404 Not Found
.
.E: Some index files failed to download. They have been ignored, or old ones used instead.
.chaihuasong@chaihuasong:~$ sudo apt-get install git
.Reading package lists... Done
.Building dependency tree
.Reading state information... Done
.E: Unable to locate package git

继续找资料,在chaihuasong的博客里名为ubuntu下sudo apt-get update Sources 404 Not Found [IP: 91.189.92.200 80]解决办法

里获得答案:

把以下内容复制、粘贴到etc/apt/sources.list文件里的最开始部分,保存并退出。

 deb http://mirrors.163.com/ubuntu/ lucid main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ lucid-security main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ lucid-updates main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ lucid-proposed main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ lucid-backports main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ lucid main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ lucid-security main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ lucid-updates main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ lucid-proposed main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ lucid-backports main restricted universe multiverse

测试通过。(虽然在更新的过程中仍然有提示很多package失败和错误)

然后使用命令:

sudo apt-get update

sudo apt-get upgrade

sudo apt-get install ubuntu-restricted-extras

即支持多媒体播放的插件安装成功!

Ubuntu11.10 E: Unable to locate package ubuntu-restricted-extras的更多相关文章

  1. ubuntu 安装nginx, 出现 Unable to locate package

    今天在初始化一台新的ubuntu 服务器时,敲上了 sudo apt-get install nginx 来安装nginx, 却发现提示:  Reading package lists... Done ...

  2. linux -- Ubuntu报错“unable to locate package...”

    有时候在Ubuntu命令行中执行安装某个文件的时候,如:sudo apt-get install xinit ,报 “unable to locate package...” 错误,解决办法如下 1. ...

  3. Docker:Err http://archive.ubuntu.com trusty InRelease & E: Unable to locate package [name] 问题

    参考: Docker containers can't resolve DNS on Ubuntu 14.04 Desktop Host Unable to locate package错误解决办法 ...

  4. Ubuntu install 错误 E:Unable to locate package

    今天在 Ubuntu 上执行 sudo apt install sl 命令,结果报错:E:Unable to locate package sl 上网查询了一下,先更新一下 apt-get,执行:su ...

  5. 【转】ubuntu 11.04使用apt-get安装软件时一直提示E:unable to locate package

    问题: VMware虚拟机安装了ubuntu 11.04,在使用apt-get安装软件时一直提示E:Unable to locate package. 百度了原因,说是要更新源,使用命令:sudo a ...

  6. Ubuntu : 解决更新时出现 Unable to locate package update

    当用apt-get更新软件包时常出现错误提示Unable to locate package update, 尤其是在ubuntu server上,解决方法是:     先更新apt-get      ...

  7. Ubuntu的Unable to locate package无法更新源问题解决方案

    https://blog.csdn.net/long19910605/article/details/47017889/ 问题: 更新源时提示不能联网(does the network require ...

  8. Ubuntu:Unable to locate package ***

    在Ubuntu 上使用apt-get 安装包时遇到  Unable to locate package 的信息 解决方案: 更细apt-get然后重新安装 #sudo apt-get update   ...

  9. Ubuntu Server安装telnet服务时"Unable to locate package telnetd"解决方法

    装好Ubuntu Server 12.04后,用apt-get安装telnetd报"E: Unable to locate package telnetd",解决方法如下: 虚拟机 ...

随机推荐

  1. gmic全球移动互联网大会 全球九站已开启!

    由长城会主办的全球移动互联网大会( 简称GMIC)已成长为世界范围内最具影响力的辐射并连结东西半球的移动互联网商务平台,是最大规模的移动互联网行业盛会. 2017gmic全球移动互联网大会北京站将于2 ...

  2. sql注入示例

    实验指导说明 实验环境 • 实验环境 o 操作机:Windows XP o 目标机:Windows 2003 o 目标网址:www.test.ichunqiu • 实验工具: Tools Path S ...

  3. 动态多条件查询分页以及排序(一)--MVC与Entity Framework版url分页版

    一.前言 多条件查询分页以及排序  每个系统里都会有这个的代码 做好这块 可以大大提高开发效率  所以博主分享下自己的6个版本的 多条件查询分页以及排序 二.目前状况 不论是ado.net 还是EF ...

  4. hdu 2087 剪花布条 kmp模板题

    也是kuangbin专题的 专题名字太长 不复制了…… 刚好数据结构也学了kmp 找一道题敲敲模板…… 暴力的字符串匹配是O(n*m)的时间复杂度 而kmp通过一个O(m)的预处理将字符串匹配的时间复 ...

  5. 怎样成为PHP 方向的一个合格的架构师(转)

    突然看到这篇文章, 值得反省, 乐在其中, 在接下来的发展中不被淘汰的都来看看, 如何成为一个架构师先明确这里所指的PHP工程师,是指主要以PHP进行Web系统的开发,没有使用其的语言工作过.工作经验 ...

  6. Jquery 获取上传文件大小

    <input type="file" id="file1" /> <script> var size = $("#file1& ...

  7. Linux Yum仓库介绍及服务端及客户端配置

    YUM服务器 适合在于内网使用,因为很多包需要国外的网站下载应用包,这样网络很不稳定 下载慢,所有为何不尝试搭建 自己内部的YUM服务器呢 YUM服务器搭建 一 创建yum仓库目录 #mkdir -p ...

  8. iframe标签使用总结与注意问题

    子页面访问父父页面变量,函数,页面元素 //变量: //在父页面中需定义为全局变量 //子页面中调用 var childFrameVar= parent.ParentVarName; //函数: pa ...

  9. Android内存泄漏检测利器:LeakCanary

    Android内存泄漏检测利器:LeakCanary MAR 28TH, 2016 是什么? 一言以蔽之:LeakCanary是一个傻瓜化并且可视化的内存泄露分析工具 为什么需要LeakCanary? ...

  10. javascript location对象

    location用于获取或设置窗体的URL,并且可以用于解析URL. location.[属性|方法] 1.location对象属性图示: 2.location 对象属性: 3.location 对象 ...