
c2c@d12f83dc01b5:/# sudo apt-get install nano
bash: sudo: command not found
You might get bash sudo command not found error if you do not have sudo package installed. I faced the same issue when I installed Ubuntu image on Docker container.
Fix for "bash: sudo: command not found" using apt commandroot@d12f83dc01b5:~# apt install sudo
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed: sudo
0 upgraded, 1 newly installed, 0 to remove and 15 not upgraded.
Need to get 473 kB of archives.
After this operation, 2175 kB of additional disk space will be used.
Get:1 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 sudo arm64 1.8.31-1ubuntu1.2 [473 kB]
Fetched 473 kB in 2s (307 kB/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package sudo.
(Reading database ... 4120 files and directories currently installed.)
Preparing to unpack .../sudo_1.8.31-1ubuntu1.2_arm64.deb ...
Unpacking sudo (1.8.31-1ubuntu1.2) ...
Setting up sudo (1.8.31-1ubuntu1.2) ...
Make sure you are logged into as root user, else switch to root user using su root
More Posts related to Ubuntu,
- Install Oh My Zsh on Ubuntu Docker complete steps
- Installing Home-brew on Ubuntu
- Install Golang (Go) on Ubuntu
- Install specific JRE on Ubuntu using apt
- How to stop/start/restart apache server using command [Ubuntu]
- How to install zsh shell on Ubuntu
- Quick steps to install Nginx on Ubuntu Linux
- How to know current Ubuntu Linux version via terminal command
- Add new user in Ubuntu Linux using Terminal Command
- Fix Ubuntu /bin/sh: 1: zsh: not found error
- How to install Python on Ubuntu
- [Fix] Ubuntu E: Unable to locate package sudo error
- How to stop MongoDB Server running on Ubuntu
- Install postgres Client using apt-get command
- How to kill service running on a port on Ubuntu Linux
- [fix] openssl No such file or directory error C++
- Fix - sudo: systemctl: command not found
- Access Windows share folder in Ubuntu Device in Network
- Add or remove users from sudo group - Ubuntu
- Quickly install Apache Server on Ubuntu Linux
- Fix: Ubuntu (Linux) - bash: sudo: command not found error
More Posts:
- Maven Unsupported major.minor version 51.0 - Java
- Error: Unable to access jarfile jarFileName.jar file [Windows] - Java
- SharePoint - The URL is invalid. It may refer to a nonexistent file or folder, or refer to a valid file or folder that is not in the current Web. - SharePoint
- [Fix] Docker Run unknown shorthand flag: 'r' in -rm - Docker
- How to install Node using Brew on Mac - MacOS
- How to clear MySQL Console Screen - MySQL
- Android xml error Attribute is missing the Android namespace prefix [Solution] - Android
- How to share SharePoint site or document with all users in organization - SharePoint