What happened to gxsudo?

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








up vote
0
down vote

favorite












I have a script with this.



gxsudo thunar



It now longer works?
Did a kernel upgrade delete the program?



Running 16.04 Ubuntu Mate.







share|improve this question
















  • 3




    What's gxsudo? I have only ever heard of gksudo.
    – muru
    Apr 20 at 3:00














up vote
0
down vote

favorite












I have a script with this.



gxsudo thunar



It now longer works?
Did a kernel upgrade delete the program?



Running 16.04 Ubuntu Mate.







share|improve this question
















  • 3




    What's gxsudo? I have only ever heard of gksudo.
    – muru
    Apr 20 at 3:00












up vote
0
down vote

favorite









up vote
0
down vote

favorite











I have a script with this.



gxsudo thunar



It now longer works?
Did a kernel upgrade delete the program?



Running 16.04 Ubuntu Mate.







share|improve this question












I have a script with this.



gxsudo thunar



It now longer works?
Did a kernel upgrade delete the program?



Running 16.04 Ubuntu Mate.









share|improve this question











share|improve this question




share|improve this question










asked Apr 20 at 2:58









fixit7

508318




508318







  • 3




    What's gxsudo? I have only ever heard of gksudo.
    – muru
    Apr 20 at 3:00












  • 3




    What's gxsudo? I have only ever heard of gksudo.
    – muru
    Apr 20 at 3:00







3




3




What's gxsudo? I have only ever heard of gksudo.
– muru
Apr 20 at 3:00




What's gxsudo? I have only ever heard of gksudo.
– muru
Apr 20 at 3:00










3 Answers
3






active

oldest

votes

















up vote
6
down vote













The command gxsudo thunar that you tried to run in Ubuntu MATE 16.04 is incorrect. The correct command in Ubuntu MATE 16.04 is:



gksu thunar


The gksu package, which provides GTK+ front-ends for su (gksu) and sudo (gksudo), was removed from the Ubuntu 18.04 repositories for security reasons, so it won't be available starting with this Ubuntu release.



It is recommended in Ubuntu 18.04 and later to open thunar as root only when it is needed, otherwise use cd in the terminal to change directories.



sudo -H thunar &>/dev/null





share|improve this answer






















  • What is going to happen if I omitted &>/dev/null?
    – aasril
    3 hours ago










  • @aasril If you omitted &>/dev/null you would see any warning messages that &>/dev/null disables.
    – karel
    3 hours ago


















up vote
0
down vote













I'm assuming that you mean gksudo.
This package can be reinstalled by issuing the command:



$ sudo apt install gksu


Based on a cursory google search it would appear that the developers removed it from the default install sometime in 13.04 due to security concerns.






share|improve this answer
















  • 2




    and gksu has now been removed from 18.04 (jeremy.bicha.net/2018/04/18/gksu-removed-from-ubuntu)
    – guiverc
    Apr 20 at 3:24

















up vote
0
down vote













thunar admin:// is I have read the better way.






share|improve this answer




















    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "89"
    ;
    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: true,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1026573%2fwhat-happened-to-gxsudo%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
    6
    down vote













    The command gxsudo thunar that you tried to run in Ubuntu MATE 16.04 is incorrect. The correct command in Ubuntu MATE 16.04 is:



    gksu thunar


    The gksu package, which provides GTK+ front-ends for su (gksu) and sudo (gksudo), was removed from the Ubuntu 18.04 repositories for security reasons, so it won't be available starting with this Ubuntu release.



    It is recommended in Ubuntu 18.04 and later to open thunar as root only when it is needed, otherwise use cd in the terminal to change directories.



    sudo -H thunar &>/dev/null





    share|improve this answer






















    • What is going to happen if I omitted &>/dev/null?
      – aasril
      3 hours ago










    • @aasril If you omitted &>/dev/null you would see any warning messages that &>/dev/null disables.
      – karel
      3 hours ago















    up vote
    6
    down vote













    The command gxsudo thunar that you tried to run in Ubuntu MATE 16.04 is incorrect. The correct command in Ubuntu MATE 16.04 is:



    gksu thunar


    The gksu package, which provides GTK+ front-ends for su (gksu) and sudo (gksudo), was removed from the Ubuntu 18.04 repositories for security reasons, so it won't be available starting with this Ubuntu release.



    It is recommended in Ubuntu 18.04 and later to open thunar as root only when it is needed, otherwise use cd in the terminal to change directories.



    sudo -H thunar &>/dev/null





    share|improve this answer






















    • What is going to happen if I omitted &>/dev/null?
      – aasril
      3 hours ago










    • @aasril If you omitted &>/dev/null you would see any warning messages that &>/dev/null disables.
      – karel
      3 hours ago













    up vote
    6
    down vote










    up vote
    6
    down vote









    The command gxsudo thunar that you tried to run in Ubuntu MATE 16.04 is incorrect. The correct command in Ubuntu MATE 16.04 is:



    gksu thunar


    The gksu package, which provides GTK+ front-ends for su (gksu) and sudo (gksudo), was removed from the Ubuntu 18.04 repositories for security reasons, so it won't be available starting with this Ubuntu release.



    It is recommended in Ubuntu 18.04 and later to open thunar as root only when it is needed, otherwise use cd in the terminal to change directories.



    sudo -H thunar &>/dev/null





    share|improve this answer














    The command gxsudo thunar that you tried to run in Ubuntu MATE 16.04 is incorrect. The correct command in Ubuntu MATE 16.04 is:



    gksu thunar


    The gksu package, which provides GTK+ front-ends for su (gksu) and sudo (gksudo), was removed from the Ubuntu 18.04 repositories for security reasons, so it won't be available starting with this Ubuntu release.



    It is recommended in Ubuntu 18.04 and later to open thunar as root only when it is needed, otherwise use cd in the terminal to change directories.



    sudo -H thunar &>/dev/null






    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited May 4 at 5:34

























    answered Apr 20 at 3:48









    karel

    50.3k11107127




    50.3k11107127











    • What is going to happen if I omitted &>/dev/null?
      – aasril
      3 hours ago










    • @aasril If you omitted &>/dev/null you would see any warning messages that &>/dev/null disables.
      – karel
      3 hours ago

















    • What is going to happen if I omitted &>/dev/null?
      – aasril
      3 hours ago










    • @aasril If you omitted &>/dev/null you would see any warning messages that &>/dev/null disables.
      – karel
      3 hours ago
















    What is going to happen if I omitted &>/dev/null?
    – aasril
    3 hours ago




    What is going to happen if I omitted &>/dev/null?
    – aasril
    3 hours ago












    @aasril If you omitted &>/dev/null you would see any warning messages that &>/dev/null disables.
    – karel
    3 hours ago





    @aasril If you omitted &>/dev/null you would see any warning messages that &>/dev/null disables.
    – karel
    3 hours ago













    up vote
    0
    down vote













    I'm assuming that you mean gksudo.
    This package can be reinstalled by issuing the command:



    $ sudo apt install gksu


    Based on a cursory google search it would appear that the developers removed it from the default install sometime in 13.04 due to security concerns.






    share|improve this answer
















    • 2




      and gksu has now been removed from 18.04 (jeremy.bicha.net/2018/04/18/gksu-removed-from-ubuntu)
      – guiverc
      Apr 20 at 3:24














    up vote
    0
    down vote













    I'm assuming that you mean gksudo.
    This package can be reinstalled by issuing the command:



    $ sudo apt install gksu


    Based on a cursory google search it would appear that the developers removed it from the default install sometime in 13.04 due to security concerns.






    share|improve this answer
















    • 2




      and gksu has now been removed from 18.04 (jeremy.bicha.net/2018/04/18/gksu-removed-from-ubuntu)
      – guiverc
      Apr 20 at 3:24












    up vote
    0
    down vote










    up vote
    0
    down vote









    I'm assuming that you mean gksudo.
    This package can be reinstalled by issuing the command:



    $ sudo apt install gksu


    Based on a cursory google search it would appear that the developers removed it from the default install sometime in 13.04 due to security concerns.






    share|improve this answer












    I'm assuming that you mean gksudo.
    This package can be reinstalled by issuing the command:



    $ sudo apt install gksu


    Based on a cursory google search it would appear that the developers removed it from the default install sometime in 13.04 due to security concerns.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Apr 20 at 3:11









    linuxsucks

    11




    11







    • 2




      and gksu has now been removed from 18.04 (jeremy.bicha.net/2018/04/18/gksu-removed-from-ubuntu)
      – guiverc
      Apr 20 at 3:24












    • 2




      and gksu has now been removed from 18.04 (jeremy.bicha.net/2018/04/18/gksu-removed-from-ubuntu)
      – guiverc
      Apr 20 at 3:24







    2




    2




    and gksu has now been removed from 18.04 (jeremy.bicha.net/2018/04/18/gksu-removed-from-ubuntu)
    – guiverc
    Apr 20 at 3:24




    and gksu has now been removed from 18.04 (jeremy.bicha.net/2018/04/18/gksu-removed-from-ubuntu)
    – guiverc
    Apr 20 at 3:24










    up vote
    0
    down vote













    thunar admin:// is I have read the better way.






    share|improve this answer
























      up vote
      0
      down vote













      thunar admin:// is I have read the better way.






      share|improve this answer






















        up vote
        0
        down vote










        up vote
        0
        down vote









        thunar admin:// is I have read the better way.






        share|improve this answer












        thunar admin:// is I have read the better way.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 4 hours ago









        Asklep

        265




        265



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1026573%2fwhat-happened-to-gxsudo%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

            Trouble downloading packages list due to a “Hash sum mismatch” error

            How do I move numbers in filenames, in a batch renaming operation?