Desktop environment without Python dependency












2














I'm looking for a desktop environment without Python dependency unlike Unity and GNOME. Because I don't want to get in to any trouble like this link.










share|improve this question
























  • You should read this ;)
    – A.B.
    Sep 26 '15 at 19:55
















2














I'm looking for a desktop environment without Python dependency unlike Unity and GNOME. Because I don't want to get in to any trouble like this link.










share|improve this question
























  • You should read this ;)
    – A.B.
    Sep 26 '15 at 19:55














2












2








2







I'm looking for a desktop environment without Python dependency unlike Unity and GNOME. Because I don't want to get in to any trouble like this link.










share|improve this question















I'm looking for a desktop environment without Python dependency unlike Unity and GNOME. Because I don't want to get in to any trouble like this link.







desktop-environments






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 13 '17 at 12:23









Community

1




1










asked Sep 24 '15 at 12:05









Bala KrishnanBala Krishnan

11518




11518












  • You should read this ;)
    – A.B.
    Sep 26 '15 at 19:55


















  • You should read this ;)
    – A.B.
    Sep 26 '15 at 19:55
















You should read this ;)
– A.B.
Sep 26 '15 at 19:55




You should read this ;)
– A.B.
Sep 26 '15 at 19:55










2 Answers
2






active

oldest

votes


















1














There are couple of minimalist desktops that don't depend on python.



One is blackbox. If you run apt-cache show blackbox | grep -i pyth, you can see there's nowhere for python to be listed.



Another is openbox. If you run the same command you can see this:



apt-cache show openbox | grep -i pyth                     
Recommends: obconf, python-xdg
Suggests: menu, fonts-dejavu, python, libxml2-dev, tint2, openbox-menu, openbox-gnome-session (= 3.5.2-6), openbox-kde-session (= 3.5.2-6)


Python there is recommended but not required.



Same with xubuntu-desktop. apt-cache show xubuntu-desktop | grep -i pyth shows nothing. Also, razorqt-desktop.



You can install any of those desktops with sudo apt install or sudo apt install and add desktop name. Use apt-cache search <name> to ind the desired desktop in the available repositories






share|improve this answer























  • What about Lubuntu(LXDE) and its lubuntu software center do they have any dependency of Python?
    – Bala Krishnan
    Sep 27 '15 at 6:00








  • 1




    Yes it does have dependency on one python package
    – Sergiy Kolodyazhnyy
    Sep 27 '15 at 6:14










  • Good one, upvoted.
    – A.B.
    Sep 27 '15 at 7:23



















1














If you read my (IMHO best) answer to that, you will see that the user did NOT learn Linux, and thought that sudo apt-get remove python 3.5.0 would affect Python version 3.5.0. It does not. It removed python, and his system stopped working.



Don't be that user! Make heavy use of the man command, don't run sudo anything until you fully understand what it does.



There is NO piece of software that is safe from an uninformed user using sudo.






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',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    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%2faskubuntu.com%2fquestions%2f677876%2fdesktop-environment-without-python-dependency%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1














    There are couple of minimalist desktops that don't depend on python.



    One is blackbox. If you run apt-cache show blackbox | grep -i pyth, you can see there's nowhere for python to be listed.



    Another is openbox. If you run the same command you can see this:



    apt-cache show openbox | grep -i pyth                     
    Recommends: obconf, python-xdg
    Suggests: menu, fonts-dejavu, python, libxml2-dev, tint2, openbox-menu, openbox-gnome-session (= 3.5.2-6), openbox-kde-session (= 3.5.2-6)


    Python there is recommended but not required.



    Same with xubuntu-desktop. apt-cache show xubuntu-desktop | grep -i pyth shows nothing. Also, razorqt-desktop.



    You can install any of those desktops with sudo apt install or sudo apt install and add desktop name. Use apt-cache search <name> to ind the desired desktop in the available repositories






    share|improve this answer























    • What about Lubuntu(LXDE) and its lubuntu software center do they have any dependency of Python?
      – Bala Krishnan
      Sep 27 '15 at 6:00








    • 1




      Yes it does have dependency on one python package
      – Sergiy Kolodyazhnyy
      Sep 27 '15 at 6:14










    • Good one, upvoted.
      – A.B.
      Sep 27 '15 at 7:23
















    1














    There are couple of minimalist desktops that don't depend on python.



    One is blackbox. If you run apt-cache show blackbox | grep -i pyth, you can see there's nowhere for python to be listed.



    Another is openbox. If you run the same command you can see this:



    apt-cache show openbox | grep -i pyth                     
    Recommends: obconf, python-xdg
    Suggests: menu, fonts-dejavu, python, libxml2-dev, tint2, openbox-menu, openbox-gnome-session (= 3.5.2-6), openbox-kde-session (= 3.5.2-6)


    Python there is recommended but not required.



    Same with xubuntu-desktop. apt-cache show xubuntu-desktop | grep -i pyth shows nothing. Also, razorqt-desktop.



    You can install any of those desktops with sudo apt install or sudo apt install and add desktop name. Use apt-cache search <name> to ind the desired desktop in the available repositories






    share|improve this answer























    • What about Lubuntu(LXDE) and its lubuntu software center do they have any dependency of Python?
      – Bala Krishnan
      Sep 27 '15 at 6:00








    • 1




      Yes it does have dependency on one python package
      – Sergiy Kolodyazhnyy
      Sep 27 '15 at 6:14










    • Good one, upvoted.
      – A.B.
      Sep 27 '15 at 7:23














    1












    1








    1






    There are couple of minimalist desktops that don't depend on python.



    One is blackbox. If you run apt-cache show blackbox | grep -i pyth, you can see there's nowhere for python to be listed.



    Another is openbox. If you run the same command you can see this:



    apt-cache show openbox | grep -i pyth                     
    Recommends: obconf, python-xdg
    Suggests: menu, fonts-dejavu, python, libxml2-dev, tint2, openbox-menu, openbox-gnome-session (= 3.5.2-6), openbox-kde-session (= 3.5.2-6)


    Python there is recommended but not required.



    Same with xubuntu-desktop. apt-cache show xubuntu-desktop | grep -i pyth shows nothing. Also, razorqt-desktop.



    You can install any of those desktops with sudo apt install or sudo apt install and add desktop name. Use apt-cache search <name> to ind the desired desktop in the available repositories






    share|improve this answer














    There are couple of minimalist desktops that don't depend on python.



    One is blackbox. If you run apt-cache show blackbox | grep -i pyth, you can see there's nowhere for python to be listed.



    Another is openbox. If you run the same command you can see this:



    apt-cache show openbox | grep -i pyth                     
    Recommends: obconf, python-xdg
    Suggests: menu, fonts-dejavu, python, libxml2-dev, tint2, openbox-menu, openbox-gnome-session (= 3.5.2-6), openbox-kde-session (= 3.5.2-6)


    Python there is recommended but not required.



    Same with xubuntu-desktop. apt-cache show xubuntu-desktop | grep -i pyth shows nothing. Also, razorqt-desktop.



    You can install any of those desktops with sudo apt install or sudo apt install and add desktop name. Use apt-cache search <name> to ind the desired desktop in the available repositories







    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited Dec 27 '18 at 14:10

























    answered Sep 26 '15 at 21:49









    Sergiy KolodyazhnyySergiy Kolodyazhnyy

    70.4k9146309




    70.4k9146309












    • What about Lubuntu(LXDE) and its lubuntu software center do they have any dependency of Python?
      – Bala Krishnan
      Sep 27 '15 at 6:00








    • 1




      Yes it does have dependency on one python package
      – Sergiy Kolodyazhnyy
      Sep 27 '15 at 6:14










    • Good one, upvoted.
      – A.B.
      Sep 27 '15 at 7:23


















    • What about Lubuntu(LXDE) and its lubuntu software center do they have any dependency of Python?
      – Bala Krishnan
      Sep 27 '15 at 6:00








    • 1




      Yes it does have dependency on one python package
      – Sergiy Kolodyazhnyy
      Sep 27 '15 at 6:14










    • Good one, upvoted.
      – A.B.
      Sep 27 '15 at 7:23
















    What about Lubuntu(LXDE) and its lubuntu software center do they have any dependency of Python?
    – Bala Krishnan
    Sep 27 '15 at 6:00






    What about Lubuntu(LXDE) and its lubuntu software center do they have any dependency of Python?
    – Bala Krishnan
    Sep 27 '15 at 6:00






    1




    1




    Yes it does have dependency on one python package
    – Sergiy Kolodyazhnyy
    Sep 27 '15 at 6:14




    Yes it does have dependency on one python package
    – Sergiy Kolodyazhnyy
    Sep 27 '15 at 6:14












    Good one, upvoted.
    – A.B.
    Sep 27 '15 at 7:23




    Good one, upvoted.
    – A.B.
    Sep 27 '15 at 7:23













    1














    If you read my (IMHO best) answer to that, you will see that the user did NOT learn Linux, and thought that sudo apt-get remove python 3.5.0 would affect Python version 3.5.0. It does not. It removed python, and his system stopped working.



    Don't be that user! Make heavy use of the man command, don't run sudo anything until you fully understand what it does.



    There is NO piece of software that is safe from an uninformed user using sudo.






    share|improve this answer




























      1














      If you read my (IMHO best) answer to that, you will see that the user did NOT learn Linux, and thought that sudo apt-get remove python 3.5.0 would affect Python version 3.5.0. It does not. It removed python, and his system stopped working.



      Don't be that user! Make heavy use of the man command, don't run sudo anything until you fully understand what it does.



      There is NO piece of software that is safe from an uninformed user using sudo.






      share|improve this answer


























        1












        1








        1






        If you read my (IMHO best) answer to that, you will see that the user did NOT learn Linux, and thought that sudo apt-get remove python 3.5.0 would affect Python version 3.5.0. It does not. It removed python, and his system stopped working.



        Don't be that user! Make heavy use of the man command, don't run sudo anything until you fully understand what it does.



        There is NO piece of software that is safe from an uninformed user using sudo.






        share|improve this answer














        If you read my (IMHO best) answer to that, you will see that the user did NOT learn Linux, and thought that sudo apt-get remove python 3.5.0 would affect Python version 3.5.0. It does not. It removed python, and his system stopped working.



        Don't be that user! Make heavy use of the man command, don't run sudo anything until you fully understand what it does.



        There is NO piece of software that is safe from an uninformed user using sudo.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Apr 13 '17 at 12:23









        Community

        1




        1










        answered Sep 26 '15 at 19:23









        waltinatorwaltinator

        22k74169




        22k74169






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f677876%2fdesktop-environment-without-python-dependency%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

            Mangá

             ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕