Does a snap for vscode exist?












4















The media is gushing about the snap package for Visual Studio Code, and how wonderful it is (apparently has a plug in that cures gout ;-). So I thought I'd give it a whirl. I dutifully typed:



$ sudo snap install --classic vscode
error: cannot install "vscode": snap not found


Where the articles all too early? Has vscode not yet landed in snap?










share|improve this question




















  • 1





    A link to said article would suffice!

    – George Udosen
    May 21 '17 at 4:04











  • What vesion of Ubuntu are you using?

    – George Udosen
    May 21 '17 at 4:28






  • 1





    The snap is only available for amd64. Are you running on a different architecture? You can run the arch command in a terminal to find out.

    – Evan
    May 21 '17 at 8:53











  • @George news.softpedia.com/news/…

    – Evan
    May 21 '17 at 8:55






  • 1





    Evan, that is probably the issue. I'm running on a fairly old Intel based system. It would have been really helpful if the articles mentioned that rather important restriction.

    – user691451
    May 22 '17 at 15:10
















4















The media is gushing about the snap package for Visual Studio Code, and how wonderful it is (apparently has a plug in that cures gout ;-). So I thought I'd give it a whirl. I dutifully typed:



$ sudo snap install --classic vscode
error: cannot install "vscode": snap not found


Where the articles all too early? Has vscode not yet landed in snap?










share|improve this question




















  • 1





    A link to said article would suffice!

    – George Udosen
    May 21 '17 at 4:04











  • What vesion of Ubuntu are you using?

    – George Udosen
    May 21 '17 at 4:28






  • 1





    The snap is only available for amd64. Are you running on a different architecture? You can run the arch command in a terminal to find out.

    – Evan
    May 21 '17 at 8:53











  • @George news.softpedia.com/news/…

    – Evan
    May 21 '17 at 8:55






  • 1





    Evan, that is probably the issue. I'm running on a fairly old Intel based system. It would have been really helpful if the articles mentioned that rather important restriction.

    – user691451
    May 22 '17 at 15:10














4












4








4


1






The media is gushing about the snap package for Visual Studio Code, and how wonderful it is (apparently has a plug in that cures gout ;-). So I thought I'd give it a whirl. I dutifully typed:



$ sudo snap install --classic vscode
error: cannot install "vscode": snap not found


Where the articles all too early? Has vscode not yet landed in snap?










share|improve this question
















The media is gushing about the snap package for Visual Studio Code, and how wonderful it is (apparently has a plug in that cures gout ;-). So I thought I'd give it a whirl. I dutifully typed:



$ sudo snap install --classic vscode
error: cannot install "vscode": snap not found


Where the articles all too early? Has vscode not yet landed in snap?







snap visual-studio-code






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 12 '18 at 16:18









karel

60k13129153




60k13129153










asked May 21 '17 at 3:50









user691451user691451

2112




2112








  • 1





    A link to said article would suffice!

    – George Udosen
    May 21 '17 at 4:04











  • What vesion of Ubuntu are you using?

    – George Udosen
    May 21 '17 at 4:28






  • 1





    The snap is only available for amd64. Are you running on a different architecture? You can run the arch command in a terminal to find out.

    – Evan
    May 21 '17 at 8:53











  • @George news.softpedia.com/news/…

    – Evan
    May 21 '17 at 8:55






  • 1





    Evan, that is probably the issue. I'm running on a fairly old Intel based system. It would have been really helpful if the articles mentioned that rather important restriction.

    – user691451
    May 22 '17 at 15:10














  • 1





    A link to said article would suffice!

    – George Udosen
    May 21 '17 at 4:04











  • What vesion of Ubuntu are you using?

    – George Udosen
    May 21 '17 at 4:28






  • 1





    The snap is only available for amd64. Are you running on a different architecture? You can run the arch command in a terminal to find out.

    – Evan
    May 21 '17 at 8:53











  • @George news.softpedia.com/news/…

    – Evan
    May 21 '17 at 8:55






  • 1





    Evan, that is probably the issue. I'm running on a fairly old Intel based system. It would have been really helpful if the articles mentioned that rather important restriction.

    – user691451
    May 22 '17 at 15:10








1




1





A link to said article would suffice!

– George Udosen
May 21 '17 at 4:04





A link to said article would suffice!

– George Udosen
May 21 '17 at 4:04













What vesion of Ubuntu are you using?

– George Udosen
May 21 '17 at 4:28





What vesion of Ubuntu are you using?

– George Udosen
May 21 '17 at 4:28




1




1





The snap is only available for amd64. Are you running on a different architecture? You can run the arch command in a terminal to find out.

– Evan
May 21 '17 at 8:53





The snap is only available for amd64. Are you running on a different architecture? You can run the arch command in a terminal to find out.

– Evan
May 21 '17 at 8:53













@George news.softpedia.com/news/…

– Evan
May 21 '17 at 8:55





@George news.softpedia.com/news/…

– Evan
May 21 '17 at 8:55




1




1





Evan, that is probably the issue. I'm running on a fairly old Intel based system. It would have been really helpful if the articles mentioned that rather important restriction.

– user691451
May 22 '17 at 15:10





Evan, that is probably the issue. I'm running on a fairly old Intel based system. It would have been really helpful if the articles mentioned that rather important restriction.

– user691451
May 22 '17 at 15:10










2 Answers
2






active

oldest

votes


















3














IMG:  Visual Studio Code should show up in Ubuntu Software application if you search for "vscode" or it can be installed from the terminal by running the command sudo snap install vscode --classic A snap in classic confinement behaves as a traditionally packaged application with full access to the system, and Visual Studio Code extensions are installed into the user's home directory.



After it is installed, Visual Studio Code requires additional configuration to get the debugging features of each programming language working. Depending on the programming language, this may require downloading a large amount of additional software into your home directory.



Visual Studio Code is a lot smaller than Microsoft Visual Studio, however many Visual Studio extensions can also be installed in Visual Studio Code by selecting View -> Extensions and then search for the extension that you want to install.






share|improve this answer





















  • 1





    apt and snap are completely separate. sudo apt update will not have an effect on snap packages and there's no need for an equivalent of it for snaps. When you run snap install --classic vscode it checks the snap store to see if vscode exists, then installs it.

    – Evan
    May 21 '17 at 8:49





















2














I just searched and got this result:





  1. Find it:



    snap find vscode

    Name Version Developer Notes Summary
    vscode 1.12.2-1494422229 flexiondotorg classic Code editing. Redefined.



  2. Install it:



    sudo snap install --classic vscode



  3. Results:



    [sudo] password for george: 
    core 71.70 MB / 79.49 MB
    [==============================================================>------] 90.21% 527.42 KB/s 15svscode 1.12.2-1494422229 from 'flexiondotorg' installed







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%2f917281%2fdoes-a-snap-for-vscode-exist%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









    3














    IMG:  Visual Studio Code should show up in Ubuntu Software application if you search for "vscode" or it can be installed from the terminal by running the command sudo snap install vscode --classic A snap in classic confinement behaves as a traditionally packaged application with full access to the system, and Visual Studio Code extensions are installed into the user's home directory.



    After it is installed, Visual Studio Code requires additional configuration to get the debugging features of each programming language working. Depending on the programming language, this may require downloading a large amount of additional software into your home directory.



    Visual Studio Code is a lot smaller than Microsoft Visual Studio, however many Visual Studio extensions can also be installed in Visual Studio Code by selecting View -> Extensions and then search for the extension that you want to install.






    share|improve this answer





















    • 1





      apt and snap are completely separate. sudo apt update will not have an effect on snap packages and there's no need for an equivalent of it for snaps. When you run snap install --classic vscode it checks the snap store to see if vscode exists, then installs it.

      – Evan
      May 21 '17 at 8:49


















    3














    IMG:  Visual Studio Code should show up in Ubuntu Software application if you search for "vscode" or it can be installed from the terminal by running the command sudo snap install vscode --classic A snap in classic confinement behaves as a traditionally packaged application with full access to the system, and Visual Studio Code extensions are installed into the user's home directory.



    After it is installed, Visual Studio Code requires additional configuration to get the debugging features of each programming language working. Depending on the programming language, this may require downloading a large amount of additional software into your home directory.



    Visual Studio Code is a lot smaller than Microsoft Visual Studio, however many Visual Studio extensions can also be installed in Visual Studio Code by selecting View -> Extensions and then search for the extension that you want to install.






    share|improve this answer





















    • 1





      apt and snap are completely separate. sudo apt update will not have an effect on snap packages and there's no need for an equivalent of it for snaps. When you run snap install --classic vscode it checks the snap store to see if vscode exists, then installs it.

      – Evan
      May 21 '17 at 8:49
















    3












    3








    3







    IMG:  Visual Studio Code should show up in Ubuntu Software application if you search for "vscode" or it can be installed from the terminal by running the command sudo snap install vscode --classic A snap in classic confinement behaves as a traditionally packaged application with full access to the system, and Visual Studio Code extensions are installed into the user's home directory.



    After it is installed, Visual Studio Code requires additional configuration to get the debugging features of each programming language working. Depending on the programming language, this may require downloading a large amount of additional software into your home directory.



    Visual Studio Code is a lot smaller than Microsoft Visual Studio, however many Visual Studio extensions can also be installed in Visual Studio Code by selecting View -> Extensions and then search for the extension that you want to install.






    share|improve this answer















    IMG:  Visual Studio Code should show up in Ubuntu Software application if you search for "vscode" or it can be installed from the terminal by running the command sudo snap install vscode --classic A snap in classic confinement behaves as a traditionally packaged application with full access to the system, and Visual Studio Code extensions are installed into the user's home directory.



    After it is installed, Visual Studio Code requires additional configuration to get the debugging features of each programming language working. Depending on the programming language, this may require downloading a large amount of additional software into your home directory.



    Visual Studio Code is a lot smaller than Microsoft Visual Studio, however many Visual Studio extensions can also be installed in Visual Studio Code by selecting View -> Extensions and then search for the extension that you want to install.







    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited Feb 12 at 10:32

























    answered May 21 '17 at 4:33









    karelkarel

    60k13129153




    60k13129153








    • 1





      apt and snap are completely separate. sudo apt update will not have an effect on snap packages and there's no need for an equivalent of it for snaps. When you run snap install --classic vscode it checks the snap store to see if vscode exists, then installs it.

      – Evan
      May 21 '17 at 8:49
















    • 1





      apt and snap are completely separate. sudo apt update will not have an effect on snap packages and there's no need for an equivalent of it for snaps. When you run snap install --classic vscode it checks the snap store to see if vscode exists, then installs it.

      – Evan
      May 21 '17 at 8:49










    1




    1





    apt and snap are completely separate. sudo apt update will not have an effect on snap packages and there's no need for an equivalent of it for snaps. When you run snap install --classic vscode it checks the snap store to see if vscode exists, then installs it.

    – Evan
    May 21 '17 at 8:49







    apt and snap are completely separate. sudo apt update will not have an effect on snap packages and there's no need for an equivalent of it for snaps. When you run snap install --classic vscode it checks the snap store to see if vscode exists, then installs it.

    – Evan
    May 21 '17 at 8:49















    2














    I just searched and got this result:





    1. Find it:



      snap find vscode

      Name Version Developer Notes Summary
      vscode 1.12.2-1494422229 flexiondotorg classic Code editing. Redefined.



    2. Install it:



      sudo snap install --classic vscode



    3. Results:



      [sudo] password for george: 
      core 71.70 MB / 79.49 MB
      [==============================================================>------] 90.21% 527.42 KB/s 15svscode 1.12.2-1494422229 from 'flexiondotorg' installed







    share|improve this answer






























      2














      I just searched and got this result:





      1. Find it:



        snap find vscode

        Name Version Developer Notes Summary
        vscode 1.12.2-1494422229 flexiondotorg classic Code editing. Redefined.



      2. Install it:



        sudo snap install --classic vscode



      3. Results:



        [sudo] password for george: 
        core 71.70 MB / 79.49 MB
        [==============================================================>------] 90.21% 527.42 KB/s 15svscode 1.12.2-1494422229 from 'flexiondotorg' installed







      share|improve this answer




























        2












        2








        2







        I just searched and got this result:





        1. Find it:



          snap find vscode

          Name Version Developer Notes Summary
          vscode 1.12.2-1494422229 flexiondotorg classic Code editing. Redefined.



        2. Install it:



          sudo snap install --classic vscode



        3. Results:



          [sudo] password for george: 
          core 71.70 MB / 79.49 MB
          [==============================================================>------] 90.21% 527.42 KB/s 15svscode 1.12.2-1494422229 from 'flexiondotorg' installed







        share|improve this answer















        I just searched and got this result:





        1. Find it:



          snap find vscode

          Name Version Developer Notes Summary
          vscode 1.12.2-1494422229 flexiondotorg classic Code editing. Redefined.



        2. Install it:



          sudo snap install --classic vscode



        3. Results:



          [sudo] password for george: 
          core 71.70 MB / 79.49 MB
          [==============================================================>------] 90.21% 527.42 KB/s 15svscode 1.12.2-1494422229 from 'flexiondotorg' installed








        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited May 21 '17 at 4:24

























        answered May 21 '17 at 4:16









        George UdosenGeorge Udosen

        21.3k94570




        21.3k94570






























            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%2f917281%2fdoes-a-snap-for-vscode-exist%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á

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