imx操作系统)》实验指导/实验二:Limk动程序和应用软件的管理5 的,用户下载速度相对较慢。对软件有特殊需求的、网络环境不好的用户,可以通过自定义的安 装源进行操作系统升级。 编辑安装源所在的文本文件时应遵循以下两个原则 ①删除安装源中多余的软件下载地址,添加自己需要软件的安装源的下载地址 ②选择国内的安装源,提高下载速度 在 Ubuntu Server下使用自定义的安装源进行操作系统升级的步骤如下 ①打开终端,在终端中备份软件源 sudo cp /etc/apt/sources list /etc/apt/sources list backup ②使用gedt编辑器打开 sources list文件 sudo ge ③假设我们使用搜狐提供的安装源,应将安装源文本文件修改成以下内容 debhttp://mirrors.sohucom/ubuntu/nattymainrestricteduniversemultiverse debhttp://mirrors.sohucom/ubuntu/natty-securitymainrestricteduniversemultiverse debhttp://mirrors.sohucom/ubuntu/natty-updatesmainrestricteduniversemultiverse debhttp://mirrors.sohu.com/ubuntu/natty-proposedmainrestricteduniversemultiverse debhttp://mirrors.sohucom/ubuntu/natty-backportsmainrestricteduniversemultiverse deb-srchttp://mirrors.sohu.com/ubuntu/nattymainrestricteduniversemultiverse deb-srchttp://mirrors.sohu.com/ubuntu/natty-securitymainrestricteduniversemultiverse deb-srchttp://mirrors.sohu.com/ubuntu/natty-updatesmainrestricteduniversemultiverse deb-srchttp://mirrors.sohu.com/ubuntu/natty-proposedmainrestricteduniversemultiverse deb-srchttp://mirrors.sohu.com/ubuntu/natty-backportsmainrestricteduniversemultiverse ④使用以下命令更新安装源 sudo apt-get update ⑤使用以下命令下载并更新已经安装过的软件 sudo apt-get upgrade 要求 (1)修改安装源为阿里提供的安装源; (2)进行操作系统升级 (3)删除无用的软件包,并清理系统升级的缓存文件。 请结合上述实验内容,完成(1)(2)(3)的具体操作,并将具体操作命令填写到实验报告 册中 5、在 Ubuntu操作系统中进行软件管理 (1)获取软件安装包 在 Ubuntu操作系统中获取软件安装包的方式主要有三种: ①通过HTP的方式获取软件安装包 在 Ubuntu Desktop操作系统下可使用浏览器以图形化的方式下载所需的软件安装包 在Ubuntu操作系统She控制台下可使用wget工具通过HTTP协议的方式下载所需的软件安 装包。wget是一个下载文件的工具,用于从网络上下载资源。它非常稳定,支持断点下载功能、 管理科学与工程学科/共10页第5页《Linux 操作系统》实验指导 / 实验二:Linux 驱动程序和应用软件的管理 管理科学与工程学科 / 共 10 页,第 5 页 的,用户下载速度相对较慢。对软件有特殊需求的、网络环境不好的用户,可以通过自定义的安 装源进行操作系统升级。 编辑安装源所在的文本文件时应遵循以下两个原则: ①删除安装源中多余的软件下载地址,添加自己需要软件的安装源的下载地址; ②选择国内的安装源,提高下载速度。 在 Ubuntu Server 下使用自定义的安装源进行操作系统升级的步骤如下: ①打开终端,在终端中备份软件源 sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup ②使用 gedit 编辑器打开 sources.list 文件 sudo gedit /etc/apt/sources.list ③假设我们使用搜狐提供的安装源,应将安装源文本文件修改成以下内容 deb http://mirrors.sohu.com/ubuntu/ natty main restricted universe multiverse deb http://mirrors.sohu.com/ubuntu/ natty-security main restricted universe multiverse deb http://mirrors.sohu.com/ubuntu/ natty-updates main restricted universe multiverse deb http://mirrors.sohu.com/ubuntu/ natty-proposed main restricted universe multiverse deb http://mirrors.sohu.com/ubuntu/ natty-backports main restricted universe multiverse deb-src http://mirrors.sohu.com/ubuntu/ natty main restricted universe multiverse deb-src http://mirrors.sohu.com/ubuntu/ natty-security main restricted universe multiverse deb-src http://mirrors.sohu.com/ubuntu/ natty-updates main restricted universe multiverse deb-src http://mirrors.sohu.com/ubuntu/ natty-proposed main restricted universe multiverse deb-src http://mirrors.sohu.com/ubuntu/ natty-backports main restricted universe multiverse ④使用以下命令更新安装源 sudo apt-get update ⑤使用以下命令下载并更新已经安装过的软件 sudo apt-get upgrade 要求: (1)修改安装源为阿里提供的安装源; (2)进行操作系统升级; (3)删除无用的软件包,并清理系统升级的缓存文件。 请结合上述实验内容,完成(1)(2)(3)的具体操作,并将具体操作命令填写到实验报告 册中。 5、在 Ubuntu 操作系统中进行软件管理 (1)获取软件安装包 在 Ubuntu 操作系统中获取软件安装包的方式主要有三种: ①通过 HTTP 的方式获取软件安装包 在 Ubuntu Desktop 操作系统下可使用浏览器以图形化的方式下载所需的软件安装包。 在 Ubuntu 操作系统 Shell 控制台下可使用 wget 工具通过 HTTP 协议的方式下载所需的软件安 装包。wget 是一个下载文件的工具,用于从网络上下载资源。它非常稳定,支持断点下载功能