欢迎来到天天文库
浏览记录
ID:35976078
大小:137.98 KB
页数:5页
时间:2019-04-29
《新增资源及索引表-王辉静项目6拓展资源_实践:Debian 包管理.docx》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、实践:Debian包管理设置Linux系统和软件的方案返回练习练习1方案:确定软件包是否安装如果您不确定某个软件包是否已经安装,可以使用 dpkg 的 -l (L的小写)选项:$dpkg-lzshNopackagesfoundmatchingzsh.上面结果这表明zsh 没有 安装。(如果系统中已经安装了,可以看看下一个软件包或跳过直接到卸载一个软件包,然后回来做剩下的练习。)练习2的方案.搜索软件包可以使用 apt-cache 命令和它的 search 子命令来搜索软件包: zsh,如清单1所示。清单1.使用apt-cache搜索zsh$apt-c
2、achesearchzshkdesdk-scripts-scriptsanddatafilesfordevelopmentzsh-Ashellwithlotsoffeatureszsh-dbg-Ashellwithlotsoffeatures(debuggingsymbols)zsh-dev-Ashellwithlotsoffeatures(developmentfiles)zsh-doc-zshdocumentation-info/HTMLformatcsh-ShellwithC-likesyntax,standardloginshellonBSD
3、systemsdraai-Acommand-linemusicplayerforMPDfatrat-czshare-fatratpluginallowingdownloadanduploadtoczsharegrml-shlib-Genericshelllibraryusedingrmlscriptstucan-Downloadanduploadmanagerfor1-ClickHostersviewglob-Agraphicaldisplayofdirectoriesreferencedattheshellpromptzsh-beta-Ashell
4、withlotsoffeatures(devtree)zsh-beta-doc-zshbetadocumentation-info/HTMLformatzsh-lovers-tips,tricksandexamplesforthezshzsh-static-Ashellwithlotsoffeatures(staticlink)zshdb-debuggerforZ-Shellscripts该输出给出了相关联的几个软件包,包含了 zsh 字符串。如果您想安装Zshell,zsh包就是您要的。(您可能还要安装 zsh-doc 和其他的包,但现在安装zsh
5、就可以了。)练习3的方案.使用APT安装一个软件包要从一个APT代码库安装,可以使用 apt-get 和它的 install 选项,如清单2所示。清单2.通过APT安装zsh$sudoapt-getinstallzshReadingpackagelists...DoneBuildingdependencytreeReadingstateinformation...DoneSuggestedpackages:zsh-docThefollowingNEWpackageswillbeinstalled:zsh0upgraded,1newlyinstalle
6、d,0toremoveand59notupgraded.Needtoget4,504kBofarchives.Afterthisoperation,14.1MBofadditionaldiskspacewillbeused.Get:1http://us.archive.ubuntu.com/ubuntu/natty/mainzshamd644.3.11-4ubuntu2.is.3ubuntu1[4,504kB]Fetched4,504kBin7s(643kB/s)Selectingpreviouslydeselectedpackagezsh.(Rea
7、dingdatabase...146971filesanddirectoriescurrentlyinstalled.)Unpackingzsh(from.../zsh_4.3.11-4ubuntu2.is.3ubuntu1_amd64.deb)...Processingtriggersformenu...Processingtriggersforman-db...Settingupzsh(4.3.11-4ubuntu2.is.3ubuntu1)...update-alternatives:using/bin/zsh4toprovide/bin/zs
8、h(zsh)inautomode.update-alternatives:using/bin/zsh4top
此文档下载收益归作者所有