
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
- 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
- How to exit from nano command - Linux
- Convert Java Object to XML using Jackson Library - Java
- Android App Showing Two Toolbars Issue fix - Android
- What is macOS Ventura? - MacOS
- [Tutorial] Write And Run Python Code In Notepad++ Editor - NotepadPlusPlus
- Maven Eclipse (M2e) No archetypes currently available - Java
- How to connect AirPods to Mac - MacOS
- Install Node on Mac Ventura 13 - MacOS