bash shell:在 ubuntu 12.04 上安装 gawk

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/21083292/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-18 09:14:01  来源:igfitidea点击:

shell:install gawk on ubuntu 12.04

bashshellunixapt-get

提问by john

i try to install gawk on Ubuntu 12.04 but it give an error

我尝试在 Ubuntu 12.04 上安装 gawk 但它给出了一个错误

when i enter

当我进入

sudo apt-get install gawk

it give me the following error.

它给了我以下错误。

E:unable to locate packet gawk.

采纳答案by Igor Chubin

Please check, if the package's name is really gawk. You can search for the package using:

请检查包的名称是否真的是gawk. 您可以使用以下方法搜索包:

apt-cache search gawk