-bash: sudo: command not found

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
30
down vote

favorite
4












I am trying to deploy django app.
When I print
apt-get update
I see



W: Unable to read /etc/apt/apt.conf.d/ - DirectoryExists (13: Permission denied)
W: Unable to read /etc/apt/sources.list.d/ - DirectoryExists (13: Permission denied)
W: Unable to read /etc/apt/sources.list - RealFileExists (13: Permission denied)
E: List directory /var/lib/apt/lists/partial is missing. - Acquire (13: Permission denied)
E: Unable to read /var/cache/apt/ - opendir (13: Permission denied)
E: Unable to read /var/cache/apt/ - opendir (13: Permission denied)
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?


When I print sudo apt-get update
I see



-bash: sudo: command not found


I tried to use su instead of sudo.
But it is strange.
For example I print su apt-get update
And nothing happens
I just see a new line,



(uiserver):u78600811:~$ su apt-get update
(uiserver):u78600811:~$


The same if I try to install some packages.
What do I do?



If it is useful info - I am using Debian



(uiserver):u87600811:~$ uname -a
Linux infong1559 3.14.0-ui16294-uiabi1-infong-amd64 #1 SMP Debian 3.14.79-2~ui80+4 (2016-10-20) x86_64 GNU/Linux









share|improve this question























  • Is this a customer account on a commercial server?
    – Tomasz
    Mar 30 '17 at 20:48










  • @tomas yeah////
    – user2950593
    Mar 30 '17 at 20:54






  • 1




    If you don't own the server, what made you think you have the right to install or remove software? ask the admin
    – Shadur
    Mar 31 '17 at 4:50










  • What happens if you run apt-cache policy sudo ? Not all Linux distros install sudo by default (Debian, for instance, will install sudo if and only if you don't specify a root password on installation). You can run apt-cache without root privileges.
    – rosuav
    Mar 31 '17 at 10:21














up vote
30
down vote

favorite
4












I am trying to deploy django app.
When I print
apt-get update
I see



W: Unable to read /etc/apt/apt.conf.d/ - DirectoryExists (13: Permission denied)
W: Unable to read /etc/apt/sources.list.d/ - DirectoryExists (13: Permission denied)
W: Unable to read /etc/apt/sources.list - RealFileExists (13: Permission denied)
E: List directory /var/lib/apt/lists/partial is missing. - Acquire (13: Permission denied)
E: Unable to read /var/cache/apt/ - opendir (13: Permission denied)
E: Unable to read /var/cache/apt/ - opendir (13: Permission denied)
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?


When I print sudo apt-get update
I see



-bash: sudo: command not found


I tried to use su instead of sudo.
But it is strange.
For example I print su apt-get update
And nothing happens
I just see a new line,



(uiserver):u78600811:~$ su apt-get update
(uiserver):u78600811:~$


The same if I try to install some packages.
What do I do?



If it is useful info - I am using Debian



(uiserver):u87600811:~$ uname -a
Linux infong1559 3.14.0-ui16294-uiabi1-infong-amd64 #1 SMP Debian 3.14.79-2~ui80+4 (2016-10-20) x86_64 GNU/Linux









share|improve this question























  • Is this a customer account on a commercial server?
    – Tomasz
    Mar 30 '17 at 20:48










  • @tomas yeah////
    – user2950593
    Mar 30 '17 at 20:54






  • 1




    If you don't own the server, what made you think you have the right to install or remove software? ask the admin
    – Shadur
    Mar 31 '17 at 4:50










  • What happens if you run apt-cache policy sudo ? Not all Linux distros install sudo by default (Debian, for instance, will install sudo if and only if you don't specify a root password on installation). You can run apt-cache without root privileges.
    – rosuav
    Mar 31 '17 at 10:21












up vote
30
down vote

favorite
4









up vote
30
down vote

favorite
4






4





I am trying to deploy django app.
When I print
apt-get update
I see



W: Unable to read /etc/apt/apt.conf.d/ - DirectoryExists (13: Permission denied)
W: Unable to read /etc/apt/sources.list.d/ - DirectoryExists (13: Permission denied)
W: Unable to read /etc/apt/sources.list - RealFileExists (13: Permission denied)
E: List directory /var/lib/apt/lists/partial is missing. - Acquire (13: Permission denied)
E: Unable to read /var/cache/apt/ - opendir (13: Permission denied)
E: Unable to read /var/cache/apt/ - opendir (13: Permission denied)
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?


When I print sudo apt-get update
I see



-bash: sudo: command not found


I tried to use su instead of sudo.
But it is strange.
For example I print su apt-get update
And nothing happens
I just see a new line,



(uiserver):u78600811:~$ su apt-get update
(uiserver):u78600811:~$


The same if I try to install some packages.
What do I do?



If it is useful info - I am using Debian



(uiserver):u87600811:~$ uname -a
Linux infong1559 3.14.0-ui16294-uiabi1-infong-amd64 #1 SMP Debian 3.14.79-2~ui80+4 (2016-10-20) x86_64 GNU/Linux









share|improve this question















I am trying to deploy django app.
When I print
apt-get update
I see



W: Unable to read /etc/apt/apt.conf.d/ - DirectoryExists (13: Permission denied)
W: Unable to read /etc/apt/sources.list.d/ - DirectoryExists (13: Permission denied)
W: Unable to read /etc/apt/sources.list - RealFileExists (13: Permission denied)
E: List directory /var/lib/apt/lists/partial is missing. - Acquire (13: Permission denied)
E: Unable to read /var/cache/apt/ - opendir (13: Permission denied)
E: Unable to read /var/cache/apt/ - opendir (13: Permission denied)
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?


When I print sudo apt-get update
I see



-bash: sudo: command not found


I tried to use su instead of sudo.
But it is strange.
For example I print su apt-get update
And nothing happens
I just see a new line,



(uiserver):u78600811:~$ su apt-get update
(uiserver):u78600811:~$


The same if I try to install some packages.
What do I do?



If it is useful info - I am using Debian



(uiserver):u87600811:~$ uname -a
Linux infong1559 3.14.0-ui16294-uiabi1-infong-amd64 #1 SMP Debian 3.14.79-2~ui80+4 (2016-10-20) x86_64 GNU/Linux






debian apt sudo su






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 30 '17 at 21:07









Tomasz

8,63052761




8,63052761










asked Mar 30 '17 at 20:18









user2950593

274149




274149











  • Is this a customer account on a commercial server?
    – Tomasz
    Mar 30 '17 at 20:48










  • @tomas yeah////
    – user2950593
    Mar 30 '17 at 20:54






  • 1




    If you don't own the server, what made you think you have the right to install or remove software? ask the admin
    – Shadur
    Mar 31 '17 at 4:50










  • What happens if you run apt-cache policy sudo ? Not all Linux distros install sudo by default (Debian, for instance, will install sudo if and only if you don't specify a root password on installation). You can run apt-cache without root privileges.
    – rosuav
    Mar 31 '17 at 10:21
















  • Is this a customer account on a commercial server?
    – Tomasz
    Mar 30 '17 at 20:48










  • @tomas yeah////
    – user2950593
    Mar 30 '17 at 20:54






  • 1




    If you don't own the server, what made you think you have the right to install or remove software? ask the admin
    – Shadur
    Mar 31 '17 at 4:50










  • What happens if you run apt-cache policy sudo ? Not all Linux distros install sudo by default (Debian, for instance, will install sudo if and only if you don't specify a root password on installation). You can run apt-cache without root privileges.
    – rosuav
    Mar 31 '17 at 10:21















Is this a customer account on a commercial server?
– Tomasz
Mar 30 '17 at 20:48




Is this a customer account on a commercial server?
– Tomasz
Mar 30 '17 at 20:48












@tomas yeah////
– user2950593
Mar 30 '17 at 20:54




@tomas yeah////
– user2950593
Mar 30 '17 at 20:54




1




1




If you don't own the server, what made you think you have the right to install or remove software? ask the admin
– Shadur
Mar 31 '17 at 4:50




If you don't own the server, what made you think you have the right to install or remove software? ask the admin
– Shadur
Mar 31 '17 at 4:50












What happens if you run apt-cache policy sudo ? Not all Linux distros install sudo by default (Debian, for instance, will install sudo if and only if you don't specify a root password on installation). You can run apt-cache without root privileges.
– rosuav
Mar 31 '17 at 10:21




What happens if you run apt-cache policy sudo ? Not all Linux distros install sudo by default (Debian, for instance, will install sudo if and only if you don't specify a root password on installation). You can run apt-cache without root privileges.
– rosuav
Mar 31 '17 at 10:21










3 Answers
3






active

oldest

votes

















up vote
30
down vote













By default sudo is not installed on Debian, but you can install it. First enable su-mode:
su -



Install sudo by running:
apt-get install sudo -y



After that you would need to play around with users and permissions. Give sudo right to your own user.



usermod -aG sudo yourusername



Make sure your sudoers file have sudo group added. Run:
visudo to modify sudoers file
and add following line into it (if it is missing):



# Allow members of group sudo to execute any command
%sudo ALL=(ALL:ALL) ALL


You need to relogin or reboot device completely for changes to take effect.






share|improve this answer
















  • 2




    This should be accepted answer, this solved my problem
    – Callat
    Mar 18 at 18:19

















up vote
15
down vote













Since it's a commercial server you won't have access to root account nor be able to operate with root privileges. This means you won't be able to run sudo nor install packages. What you can try to do is:



  • Check if you have access to a compiler and compile what you want for yourself and in your home space.


  • Check if you can run a virtual machine. This might let you run your private instance of an OS, on which you would install packages.






share|improve this answer



























    up vote
    8
    down vote













    su and sudo are two different, but related commands. It is unusual for sudo not to be installed, but it may simply not be in your Path. Try /usr/bin/sudo command.



    If indeed sudo is not available, you need as you surmised to use su, but it does not work in the same way as sudo. The simplest way to use it is to simply run:



    su -


    This will ask you for the root user's password, at which point you should probably apt install sudo, log out of the root shell, and then proceed as normal.



    Mind that unlike sudo, which asks you for your password, su will ask you for root's password.






    share|improve this answer




















    • when I write su - nothing happens - just new line
      – user2950593
      Mar 30 '17 at 20:33






    • 3




      Then you're probably already root. Check with whoami. If you're root, apt install sudo as described.
      – DopeGhoti
      Mar 30 '17 at 20:40










    • (uiserver):u78600811:~$ apt install sudo
      – user2950593
      Mar 30 '17 at 20:47











    • W: Unable to read /etc/apt/apt.conf.d/ - DirectoryExists (13: Permission denied) E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied) E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
      – user2950593
      Mar 30 '17 at 20:47










    • @user2950593 if you're root then the prompt string will be #, not $
      – phuclv
      Mar 31 '17 at 4:56










    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "106"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f354928%2fbash-sudo-command-not-found%23new-answer', 'question_page');

    );

    Post as a guest






























    3 Answers
    3






    active

    oldest

    votes








    3 Answers
    3






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    30
    down vote













    By default sudo is not installed on Debian, but you can install it. First enable su-mode:
    su -



    Install sudo by running:
    apt-get install sudo -y



    After that you would need to play around with users and permissions. Give sudo right to your own user.



    usermod -aG sudo yourusername



    Make sure your sudoers file have sudo group added. Run:
    visudo to modify sudoers file
    and add following line into it (if it is missing):



    # Allow members of group sudo to execute any command
    %sudo ALL=(ALL:ALL) ALL


    You need to relogin or reboot device completely for changes to take effect.






    share|improve this answer
















    • 2




      This should be accepted answer, this solved my problem
      – Callat
      Mar 18 at 18:19














    up vote
    30
    down vote













    By default sudo is not installed on Debian, but you can install it. First enable su-mode:
    su -



    Install sudo by running:
    apt-get install sudo -y



    After that you would need to play around with users and permissions. Give sudo right to your own user.



    usermod -aG sudo yourusername



    Make sure your sudoers file have sudo group added. Run:
    visudo to modify sudoers file
    and add following line into it (if it is missing):



    # Allow members of group sudo to execute any command
    %sudo ALL=(ALL:ALL) ALL


    You need to relogin or reboot device completely for changes to take effect.






    share|improve this answer
















    • 2




      This should be accepted answer, this solved my problem
      – Callat
      Mar 18 at 18:19












    up vote
    30
    down vote










    up vote
    30
    down vote









    By default sudo is not installed on Debian, but you can install it. First enable su-mode:
    su -



    Install sudo by running:
    apt-get install sudo -y



    After that you would need to play around with users and permissions. Give sudo right to your own user.



    usermod -aG sudo yourusername



    Make sure your sudoers file have sudo group added. Run:
    visudo to modify sudoers file
    and add following line into it (if it is missing):



    # Allow members of group sudo to execute any command
    %sudo ALL=(ALL:ALL) ALL


    You need to relogin or reboot device completely for changes to take effect.






    share|improve this answer












    By default sudo is not installed on Debian, but you can install it. First enable su-mode:
    su -



    Install sudo by running:
    apt-get install sudo -y



    After that you would need to play around with users and permissions. Give sudo right to your own user.



    usermod -aG sudo yourusername



    Make sure your sudoers file have sudo group added. Run:
    visudo to modify sudoers file
    and add following line into it (if it is missing):



    # Allow members of group sudo to execute any command
    %sudo ALL=(ALL:ALL) ALL


    You need to relogin or reboot device completely for changes to take effect.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Feb 21 at 12:27









    Maksim Luzik

    415310




    415310







    • 2




      This should be accepted answer, this solved my problem
      – Callat
      Mar 18 at 18:19












    • 2




      This should be accepted answer, this solved my problem
      – Callat
      Mar 18 at 18:19







    2




    2




    This should be accepted answer, this solved my problem
    – Callat
    Mar 18 at 18:19




    This should be accepted answer, this solved my problem
    – Callat
    Mar 18 at 18:19












    up vote
    15
    down vote













    Since it's a commercial server you won't have access to root account nor be able to operate with root privileges. This means you won't be able to run sudo nor install packages. What you can try to do is:



    • Check if you have access to a compiler and compile what you want for yourself and in your home space.


    • Check if you can run a virtual machine. This might let you run your private instance of an OS, on which you would install packages.






    share|improve this answer
























      up vote
      15
      down vote













      Since it's a commercial server you won't have access to root account nor be able to operate with root privileges. This means you won't be able to run sudo nor install packages. What you can try to do is:



      • Check if you have access to a compiler and compile what you want for yourself and in your home space.


      • Check if you can run a virtual machine. This might let you run your private instance of an OS, on which you would install packages.






      share|improve this answer






















        up vote
        15
        down vote










        up vote
        15
        down vote









        Since it's a commercial server you won't have access to root account nor be able to operate with root privileges. This means you won't be able to run sudo nor install packages. What you can try to do is:



        • Check if you have access to a compiler and compile what you want for yourself and in your home space.


        • Check if you can run a virtual machine. This might let you run your private instance of an OS, on which you would install packages.






        share|improve this answer












        Since it's a commercial server you won't have access to root account nor be able to operate with root privileges. This means you won't be able to run sudo nor install packages. What you can try to do is:



        • Check if you have access to a compiler and compile what you want for yourself and in your home space.


        • Check if you can run a virtual machine. This might let you run your private instance of an OS, on which you would install packages.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 30 '17 at 21:04









        Tomasz

        8,63052761




        8,63052761




















            up vote
            8
            down vote













            su and sudo are two different, but related commands. It is unusual for sudo not to be installed, but it may simply not be in your Path. Try /usr/bin/sudo command.



            If indeed sudo is not available, you need as you surmised to use su, but it does not work in the same way as sudo. The simplest way to use it is to simply run:



            su -


            This will ask you for the root user's password, at which point you should probably apt install sudo, log out of the root shell, and then proceed as normal.



            Mind that unlike sudo, which asks you for your password, su will ask you for root's password.






            share|improve this answer




















            • when I write su - nothing happens - just new line
              – user2950593
              Mar 30 '17 at 20:33






            • 3




              Then you're probably already root. Check with whoami. If you're root, apt install sudo as described.
              – DopeGhoti
              Mar 30 '17 at 20:40










            • (uiserver):u78600811:~$ apt install sudo
              – user2950593
              Mar 30 '17 at 20:47











            • W: Unable to read /etc/apt/apt.conf.d/ - DirectoryExists (13: Permission denied) E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied) E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
              – user2950593
              Mar 30 '17 at 20:47










            • @user2950593 if you're root then the prompt string will be #, not $
              – phuclv
              Mar 31 '17 at 4:56














            up vote
            8
            down vote













            su and sudo are two different, but related commands. It is unusual for sudo not to be installed, but it may simply not be in your Path. Try /usr/bin/sudo command.



            If indeed sudo is not available, you need as you surmised to use su, but it does not work in the same way as sudo. The simplest way to use it is to simply run:



            su -


            This will ask you for the root user's password, at which point you should probably apt install sudo, log out of the root shell, and then proceed as normal.



            Mind that unlike sudo, which asks you for your password, su will ask you for root's password.






            share|improve this answer




















            • when I write su - nothing happens - just new line
              – user2950593
              Mar 30 '17 at 20:33






            • 3




              Then you're probably already root. Check with whoami. If you're root, apt install sudo as described.
              – DopeGhoti
              Mar 30 '17 at 20:40










            • (uiserver):u78600811:~$ apt install sudo
              – user2950593
              Mar 30 '17 at 20:47











            • W: Unable to read /etc/apt/apt.conf.d/ - DirectoryExists (13: Permission denied) E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied) E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
              – user2950593
              Mar 30 '17 at 20:47










            • @user2950593 if you're root then the prompt string will be #, not $
              – phuclv
              Mar 31 '17 at 4:56












            up vote
            8
            down vote










            up vote
            8
            down vote









            su and sudo are two different, but related commands. It is unusual for sudo not to be installed, but it may simply not be in your Path. Try /usr/bin/sudo command.



            If indeed sudo is not available, you need as you surmised to use su, but it does not work in the same way as sudo. The simplest way to use it is to simply run:



            su -


            This will ask you for the root user's password, at which point you should probably apt install sudo, log out of the root shell, and then proceed as normal.



            Mind that unlike sudo, which asks you for your password, su will ask you for root's password.






            share|improve this answer












            su and sudo are two different, but related commands. It is unusual for sudo not to be installed, but it may simply not be in your Path. Try /usr/bin/sudo command.



            If indeed sudo is not available, you need as you surmised to use su, but it does not work in the same way as sudo. The simplest way to use it is to simply run:



            su -


            This will ask you for the root user's password, at which point you should probably apt install sudo, log out of the root shell, and then proceed as normal.



            Mind that unlike sudo, which asks you for your password, su will ask you for root's password.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Mar 30 '17 at 20:28









            DopeGhoti

            42k55180




            42k55180











            • when I write su - nothing happens - just new line
              – user2950593
              Mar 30 '17 at 20:33






            • 3




              Then you're probably already root. Check with whoami. If you're root, apt install sudo as described.
              – DopeGhoti
              Mar 30 '17 at 20:40










            • (uiserver):u78600811:~$ apt install sudo
              – user2950593
              Mar 30 '17 at 20:47











            • W: Unable to read /etc/apt/apt.conf.d/ - DirectoryExists (13: Permission denied) E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied) E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
              – user2950593
              Mar 30 '17 at 20:47










            • @user2950593 if you're root then the prompt string will be #, not $
              – phuclv
              Mar 31 '17 at 4:56
















            • when I write su - nothing happens - just new line
              – user2950593
              Mar 30 '17 at 20:33






            • 3




              Then you're probably already root. Check with whoami. If you're root, apt install sudo as described.
              – DopeGhoti
              Mar 30 '17 at 20:40










            • (uiserver):u78600811:~$ apt install sudo
              – user2950593
              Mar 30 '17 at 20:47











            • W: Unable to read /etc/apt/apt.conf.d/ - DirectoryExists (13: Permission denied) E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied) E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
              – user2950593
              Mar 30 '17 at 20:47










            • @user2950593 if you're root then the prompt string will be #, not $
              – phuclv
              Mar 31 '17 at 4:56















            when I write su - nothing happens - just new line
            – user2950593
            Mar 30 '17 at 20:33




            when I write su - nothing happens - just new line
            – user2950593
            Mar 30 '17 at 20:33




            3




            3




            Then you're probably already root. Check with whoami. If you're root, apt install sudo as described.
            – DopeGhoti
            Mar 30 '17 at 20:40




            Then you're probably already root. Check with whoami. If you're root, apt install sudo as described.
            – DopeGhoti
            Mar 30 '17 at 20:40












            (uiserver):u78600811:~$ apt install sudo
            – user2950593
            Mar 30 '17 at 20:47





            (uiserver):u78600811:~$ apt install sudo
            – user2950593
            Mar 30 '17 at 20:47













            W: Unable to read /etc/apt/apt.conf.d/ - DirectoryExists (13: Permission denied) E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied) E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
            – user2950593
            Mar 30 '17 at 20:47




            W: Unable to read /etc/apt/apt.conf.d/ - DirectoryExists (13: Permission denied) E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied) E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
            – user2950593
            Mar 30 '17 at 20:47












            @user2950593 if you're root then the prompt string will be #, not $
            – phuclv
            Mar 31 '17 at 4:56




            @user2950593 if you're root then the prompt string will be #, not $
            – phuclv
            Mar 31 '17 at 4:56

















             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f354928%2fbash-sudo-command-not-found%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            How to check contact read email or not when send email to Individual?

            Bahrain

            Postfix configuration issue with fips on centos 7; mailgun relay