shell:install gawk on ubuntu 12.04

apt-get, bash, shell, unix

Solution

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

apt-cache search gawk

Problem

i try to install gawk on Ubuntu 12.04 but it give an error when i enter ``` sudo apt-get install gawk ``` it give me the following error. ``` E:unable to locate packet gawk. ```

Original source