Problem installing Ubuntu SDK IDE on MATE 16.04

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








up vote
0
down vote

favorite












I'm trying to install Ubuntu SDK and SDK IDE on Ubuntu MATE 16.04, but every time I run it, I get this error:



Stopping containers: All containers stopped. Creating default network bridge .....
FAILED
error: Creating the bridge failed with: not implemented
---Task exited with errors, please check the output---


I've set up LXD with sudo lxd init, reinstalled both, and even opened them both up in a fresh VM, to no avail. Thanks!










share|improve this question

























    up vote
    0
    down vote

    favorite












    I'm trying to install Ubuntu SDK and SDK IDE on Ubuntu MATE 16.04, but every time I run it, I get this error:



    Stopping containers: All containers stopped. Creating default network bridge .....
    FAILED
    error: Creating the bridge failed with: not implemented
    ---Task exited with errors, please check the output---


    I've set up LXD with sudo lxd init, reinstalled both, and even opened them both up in a fresh VM, to no avail. Thanks!










    share|improve this question























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I'm trying to install Ubuntu SDK and SDK IDE on Ubuntu MATE 16.04, but every time I run it, I get this error:



      Stopping containers: All containers stopped. Creating default network bridge .....
      FAILED
      error: Creating the bridge failed with: not implemented
      ---Task exited with errors, please check the output---


      I've set up LXD with sudo lxd init, reinstalled both, and even opened them both up in a fresh VM, to no avail. Thanks!










      share|improve this question













      I'm trying to install Ubuntu SDK and SDK IDE on Ubuntu MATE 16.04, but every time I run it, I get this error:



      Stopping containers: All containers stopped. Creating default network bridge .....
      FAILED
      error: Creating the bridge failed with: not implemented
      ---Task exited with errors, please check the output---


      I've set up LXD with sudo lxd init, reinstalled both, and even opened them both up in a fresh VM, to no avail. Thanks!







      ubuntu-sdk lxd






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Feb 9 at 20:32









      M. Loewenthal

      705




      705




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          The Ubuntu SDK IDE and many of its tools are not supported at the moment. While the lxd issues might be fixable, you will run into more problems down the road.



          If you're looking to create applications for Ubuntu Touch, the recommended tool is clickable, a simple but powerful and easy-to-use CLI tool. Clickable can build and package Ubuntu Touch applications, and you can choose to install them on a connected Ubuntu Touch device or run them directly on your desktop.



          To install clickable on Ubuntu:




          1. Add the PPA to your system.



            sudo add-apt-repository ppa:bhdouglass/clickable



          2. Update your package lists.



            sudo apt-get update



          3. Install clickable.



            sudo apt-get install clickable



          4. Configure docker for clickable.



            clickable setup-docker


          If you already have a project set up and ready to go, just run clickable in the root of the project. If not, read this for information on how to get started.



          If you really really want to use the SDK, you might want to check out the virtual machine download in this Ubuntu Touch programming course, but I recommend using clickable.



          If you don't care about Ubuntu Touch, just use QtCreator, which the Ubuntu SDK was based on.






          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%2f1004675%2fproblem-installing-ubuntu-sdk-ide-on-mate-16-04%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote













            The Ubuntu SDK IDE and many of its tools are not supported at the moment. While the lxd issues might be fixable, you will run into more problems down the road.



            If you're looking to create applications for Ubuntu Touch, the recommended tool is clickable, a simple but powerful and easy-to-use CLI tool. Clickable can build and package Ubuntu Touch applications, and you can choose to install them on a connected Ubuntu Touch device or run them directly on your desktop.



            To install clickable on Ubuntu:




            1. Add the PPA to your system.



              sudo add-apt-repository ppa:bhdouglass/clickable



            2. Update your package lists.



              sudo apt-get update



            3. Install clickable.



              sudo apt-get install clickable



            4. Configure docker for clickable.



              clickable setup-docker


            If you already have a project set up and ready to go, just run clickable in the root of the project. If not, read this for information on how to get started.



            If you really really want to use the SDK, you might want to check out the virtual machine download in this Ubuntu Touch programming course, but I recommend using clickable.



            If you don't care about Ubuntu Touch, just use QtCreator, which the Ubuntu SDK was based on.






            share|improve this answer


























              up vote
              0
              down vote













              The Ubuntu SDK IDE and many of its tools are not supported at the moment. While the lxd issues might be fixable, you will run into more problems down the road.



              If you're looking to create applications for Ubuntu Touch, the recommended tool is clickable, a simple but powerful and easy-to-use CLI tool. Clickable can build and package Ubuntu Touch applications, and you can choose to install them on a connected Ubuntu Touch device or run them directly on your desktop.



              To install clickable on Ubuntu:




              1. Add the PPA to your system.



                sudo add-apt-repository ppa:bhdouglass/clickable



              2. Update your package lists.



                sudo apt-get update



              3. Install clickable.



                sudo apt-get install clickable



              4. Configure docker for clickable.



                clickable setup-docker


              If you already have a project set up and ready to go, just run clickable in the root of the project. If not, read this for information on how to get started.



              If you really really want to use the SDK, you might want to check out the virtual machine download in this Ubuntu Touch programming course, but I recommend using clickable.



              If you don't care about Ubuntu Touch, just use QtCreator, which the Ubuntu SDK was based on.






              share|improve this answer
























                up vote
                0
                down vote










                up vote
                0
                down vote









                The Ubuntu SDK IDE and many of its tools are not supported at the moment. While the lxd issues might be fixable, you will run into more problems down the road.



                If you're looking to create applications for Ubuntu Touch, the recommended tool is clickable, a simple but powerful and easy-to-use CLI tool. Clickable can build and package Ubuntu Touch applications, and you can choose to install them on a connected Ubuntu Touch device or run them directly on your desktop.



                To install clickable on Ubuntu:




                1. Add the PPA to your system.



                  sudo add-apt-repository ppa:bhdouglass/clickable



                2. Update your package lists.



                  sudo apt-get update



                3. Install clickable.



                  sudo apt-get install clickable



                4. Configure docker for clickable.



                  clickable setup-docker


                If you already have a project set up and ready to go, just run clickable in the root of the project. If not, read this for information on how to get started.



                If you really really want to use the SDK, you might want to check out the virtual machine download in this Ubuntu Touch programming course, but I recommend using clickable.



                If you don't care about Ubuntu Touch, just use QtCreator, which the Ubuntu SDK was based on.






                share|improve this answer














                The Ubuntu SDK IDE and many of its tools are not supported at the moment. While the lxd issues might be fixable, you will run into more problems down the road.



                If you're looking to create applications for Ubuntu Touch, the recommended tool is clickable, a simple but powerful and easy-to-use CLI tool. Clickable can build and package Ubuntu Touch applications, and you can choose to install them on a connected Ubuntu Touch device or run them directly on your desktop.



                To install clickable on Ubuntu:




                1. Add the PPA to your system.



                  sudo add-apt-repository ppa:bhdouglass/clickable



                2. Update your package lists.



                  sudo apt-get update



                3. Install clickable.



                  sudo apt-get install clickable



                4. Configure docker for clickable.



                  clickable setup-docker


                If you already have a project set up and ready to go, just run clickable in the root of the project. If not, read this for information on how to get started.



                If you really really want to use the SDK, you might want to check out the virtual machine download in this Ubuntu Touch programming course, but I recommend using clickable.



                If you don't care about Ubuntu Touch, just use QtCreator, which the Ubuntu SDK was based on.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Feb 10 at 10:59

























                answered Feb 10 at 10:29









                NeoTheThird

                796428




                796428



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1004675%2fproblem-installing-ubuntu-sdk-ide-on-mate-16-04%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    pylint3 and pip3 broken

                    Missing snmpget and snmpwalk

                    How to enroll fingerprints to Ubuntu 17.10 with VFS491