And Brain said,

[Error] sudo command not found / sudo : apt-get(or sudo : yum) command not found 본문

IT/Error

[Error] sudo command not found / sudo : apt-get(or sudo : yum) command not found

The Man 2022. 10. 12. 20:50
반응형



Sometimes you may encounter sudo command not found.

Here's how to fix it.

// How to fix : sudo command not found

yum install sudo

or

apt-get install sudo





 

If you have a problem, sudo : apt command not found or sudo : apt-get command not found when using sudo apt or sudo apt-get.

Then just use yum.

sudo yum ~~


Vice versa.


This is because internal package management commands are different.

Red Hat family uses yum.

Debian and Ubuntu families use apt or apt-get.



Thanks for watching, Have a nice day.

 

반응형
Comments