Create a user account for development in UbuntuHow do I remove KDE from Ubuntu if I decide not to stick with...

Can you move over difficult terrain with only 5 feet of movement?

What is the term when voters “dishonestly” choose something that they do not want to choose?

My friend is being a hypocrite

Geography in 3D perspective

Does multi-classing into Fighter give you heavy armor proficiency?

Optimising a list searching algorithm

Tikz: place node leftmost of two nodes of different widths

Hausdorff dimension of the boundary of fibres of Lipschitz maps

Do native speakers use "ultima" and "proxima" frequently in spoken English?

Wrapping homogeneous Python objects

Pronounciation of the combination "st" in spanish accents

Why didn't Héctor fade away after this character died in the movie Coco?

Using Past-Perfect interchangeably with the Past Continuous

Matrix using tikz package

If "dar" means "to give", what does "daros" mean?

PTIJ What is the inyan of the Konami code in Uncle Moishy's song?

Am I eligible for the Eurail Youth pass? I am 27.5 years old

What can I do if I am asked to learn different programming languages very frequently?

What (if any) is the reason to buy in small local stores?

Relation between independence and correlation of uniform random variables

How to get the n-th line after a grepped one?

How is the partial sum of a geometric sequence calculated?

Light propagating through a sound wave

Differential and Linear trail propagation in Noekeon



Create a user account for development in Ubuntu


How do I remove KDE from Ubuntu if I decide not to stick with it?UNIX install quota in ubuntu?Ubuntu seperate user account internet conncetionCreate new home directory for a user in UbuntuUbuntu create user with password in GUIUbuntu server - create group, create user, user specific accessapt can't install or fully remove gccMissing Linux fontsIs installing a different distro over ubuntu on a dualboot system possible? Or deleting partition necessarily?AWS Ubuntu 14.04 upgrade Python to 2.7.10, how to deal with apt-get python-dev













1















How to create a user account in which I install all apps needed locally, so as not to mess up my system? That way if anything goes wrong I can simply just remove the user account and create a new one.



Of course, the most important part is how to install the apps locally, either with apt or pip or npm, etc.










share|improve this question





























    1















    How to create a user account in which I install all apps needed locally, so as not to mess up my system? That way if anything goes wrong I can simply just remove the user account and create a new one.



    Of course, the most important part is how to install the apps locally, either with apt or pip or npm, etc.










    share|improve this question



























      1












      1








      1








      How to create a user account in which I install all apps needed locally, so as not to mess up my system? That way if anything goes wrong I can simply just remove the user account and create a new one.



      Of course, the most important part is how to install the apps locally, either with apt or pip or npm, etc.










      share|improve this question
















      How to create a user account in which I install all apps needed locally, so as not to mess up my system? That way if anything goes wrong I can simply just remove the user account and create a new one.



      Of course, the most important part is how to install the apps locally, either with apt or pip or npm, etc.







      ubuntu installation local development






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 3 mins ago









      karel

      9,28093239




      9,28093239










      asked Nov 18 '18 at 20:23









      user90939user90939

      61




      61






















          1 Answer
          1






          active

          oldest

          votes


















          1














          The answer will likely be application-dependent. Some may exist as snap packages, flatpaks, or appimages (three ways to install somewhat "isolated" apps), that you can install without any risk for your system.



          If you install regular apps (from source or else),what can mess the system isn't the application, but newer versions of libraries you have to install for this application, and these may be more difficult to install for a single user. But IMHO, by the time you get skilled enough to do this, you will be more confident to install the regular installs.



          Otherwise, you can use a virtual machine.






          share|improve this answer
























          • I upvoted this because this is most of what I use, however you didn't add local sandboxed environments like Python virtual environments and local vs. global installs which I also use regularly to install development packages as a normal user in my home directory

            – karel
            10 mins ago













          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          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%2fsuperuser.com%2fquestions%2f1376517%2fcreate-a-user-account-for-development-in-ubuntu%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          1














          The answer will likely be application-dependent. Some may exist as snap packages, flatpaks, or appimages (three ways to install somewhat "isolated" apps), that you can install without any risk for your system.



          If you install regular apps (from source or else),what can mess the system isn't the application, but newer versions of libraries you have to install for this application, and these may be more difficult to install for a single user. But IMHO, by the time you get skilled enough to do this, you will be more confident to install the regular installs.



          Otherwise, you can use a virtual machine.






          share|improve this answer
























          • I upvoted this because this is most of what I use, however you didn't add local sandboxed environments like Python virtual environments and local vs. global installs which I also use regularly to install development packages as a normal user in my home directory

            – karel
            10 mins ago


















          1














          The answer will likely be application-dependent. Some may exist as snap packages, flatpaks, or appimages (three ways to install somewhat "isolated" apps), that you can install without any risk for your system.



          If you install regular apps (from source or else),what can mess the system isn't the application, but newer versions of libraries you have to install for this application, and these may be more difficult to install for a single user. But IMHO, by the time you get skilled enough to do this, you will be more confident to install the regular installs.



          Otherwise, you can use a virtual machine.






          share|improve this answer
























          • I upvoted this because this is most of what I use, however you didn't add local sandboxed environments like Python virtual environments and local vs. global installs which I also use regularly to install development packages as a normal user in my home directory

            – karel
            10 mins ago
















          1












          1








          1







          The answer will likely be application-dependent. Some may exist as snap packages, flatpaks, or appimages (three ways to install somewhat "isolated" apps), that you can install without any risk for your system.



          If you install regular apps (from source or else),what can mess the system isn't the application, but newer versions of libraries you have to install for this application, and these may be more difficult to install for a single user. But IMHO, by the time you get skilled enough to do this, you will be more confident to install the regular installs.



          Otherwise, you can use a virtual machine.






          share|improve this answer













          The answer will likely be application-dependent. Some may exist as snap packages, flatpaks, or appimages (three ways to install somewhat "isolated" apps), that you can install without any risk for your system.



          If you install regular apps (from source or else),what can mess the system isn't the application, but newer versions of libraries you have to install for this application, and these may be more difficult to install for a single user. But IMHO, by the time you get skilled enough to do this, you will be more confident to install the regular installs.



          Otherwise, you can use a virtual machine.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Nov 18 '18 at 20:52









          xenoidxenoid

          3,8493719




          3,8493719













          • I upvoted this because this is most of what I use, however you didn't add local sandboxed environments like Python virtual environments and local vs. global installs which I also use regularly to install development packages as a normal user in my home directory

            – karel
            10 mins ago





















          • I upvoted this because this is most of what I use, however you didn't add local sandboxed environments like Python virtual environments and local vs. global installs which I also use regularly to install development packages as a normal user in my home directory

            – karel
            10 mins ago



















          I upvoted this because this is most of what I use, however you didn't add local sandboxed environments like Python virtual environments and local vs. global installs which I also use regularly to install development packages as a normal user in my home directory

          – karel
          10 mins ago







          I upvoted this because this is most of what I use, however you didn't add local sandboxed environments like Python virtual environments and local vs. global installs which I also use regularly to install development packages as a normal user in my home directory

          – karel
          10 mins ago




















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Super User!


          • 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%2fsuperuser.com%2fquestions%2f1376517%2fcreate-a-user-account-for-development-in-ubuntu%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

          VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

          Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

          looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...