How do I uninstall Studio 3T on Ubuntu 18.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 installed Studio 3T on Ubuntu 18.04 using the shell script provided by the vendor. Now, I want to uninstall it and have no idea how to. It does not show up as installed applications in Ubuntu's own package manager.
What do I do?







share|improve this question
















  • 2




    Have you check with vendor if install script can act as uninstall script? Or if vendor provide uninstall script/procedure?
    – Romeo Ninov
    May 24 at 20:25










  • I could not find anything on their Web page. Will try to contact them as well.
    – saidaspen
    May 25 at 4:35










  • Have you check if its installed in /opt?
    – Romeo Ninov
    May 25 at 6:05














up vote
0
down vote

favorite












I installed Studio 3T on Ubuntu 18.04 using the shell script provided by the vendor. Now, I want to uninstall it and have no idea how to. It does not show up as installed applications in Ubuntu's own package manager.
What do I do?







share|improve this question
















  • 2




    Have you check with vendor if install script can act as uninstall script? Or if vendor provide uninstall script/procedure?
    – Romeo Ninov
    May 24 at 20:25










  • I could not find anything on their Web page. Will try to contact them as well.
    – saidaspen
    May 25 at 4:35










  • Have you check if its installed in /opt?
    – Romeo Ninov
    May 25 at 6:05












up vote
0
down vote

favorite









up vote
0
down vote

favorite











I installed Studio 3T on Ubuntu 18.04 using the shell script provided by the vendor. Now, I want to uninstall it and have no idea how to. It does not show up as installed applications in Ubuntu's own package manager.
What do I do?







share|improve this question












I installed Studio 3T on Ubuntu 18.04 using the shell script provided by the vendor. Now, I want to uninstall it and have no idea how to. It does not show up as installed applications in Ubuntu's own package manager.
What do I do?









share|improve this question











share|improve this question




share|improve this question










asked May 24 at 20:22









saidaspen

5817




5817







  • 2




    Have you check with vendor if install script can act as uninstall script? Or if vendor provide uninstall script/procedure?
    – Romeo Ninov
    May 24 at 20:25










  • I could not find anything on their Web page. Will try to contact them as well.
    – saidaspen
    May 25 at 4:35










  • Have you check if its installed in /opt?
    – Romeo Ninov
    May 25 at 6:05












  • 2




    Have you check with vendor if install script can act as uninstall script? Or if vendor provide uninstall script/procedure?
    – Romeo Ninov
    May 24 at 20:25










  • I could not find anything on their Web page. Will try to contact them as well.
    – saidaspen
    May 25 at 4:35










  • Have you check if its installed in /opt?
    – Romeo Ninov
    May 25 at 6:05







2




2




Have you check with vendor if install script can act as uninstall script? Or if vendor provide uninstall script/procedure?
– Romeo Ninov
May 24 at 20:25




Have you check with vendor if install script can act as uninstall script? Or if vendor provide uninstall script/procedure?
– Romeo Ninov
May 24 at 20:25












I could not find anything on their Web page. Will try to contact them as well.
– saidaspen
May 25 at 4:35




I could not find anything on their Web page. Will try to contact them as well.
– saidaspen
May 25 at 4:35












Have you check if its installed in /opt?
– Romeo Ninov
May 25 at 6:05




Have you check if its installed in /opt?
– Romeo Ninov
May 25 at 6:05










2 Answers
2






active

oldest

votes

















up vote
0
down vote













The solution is simple.
Run the uninstall script from the folder in which the application is installed.






share|improve this answer



























    up vote
    0
    down vote













    To uninstall Studio 3T open terminal in its installation directory (/opt/studio3t) and type these commands:



    sudo chmod +x uninstall
    sudo ./uninstall


    Uninstaller will appear in separate GUI window.



    I think the more recent versions of Studio 3T will not require to uninstall previous versions manually.






    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%2f1039970%2fhow-do-i-uninstall-studio-3t-on-ubuntu-18-04%23new-answer', 'question_page');

      );

      Post as a guest






























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes








      up vote
      0
      down vote













      The solution is simple.
      Run the uninstall script from the folder in which the application is installed.






      share|improve this answer
























        up vote
        0
        down vote













        The solution is simple.
        Run the uninstall script from the folder in which the application is installed.






        share|improve this answer






















          up vote
          0
          down vote










          up vote
          0
          down vote









          The solution is simple.
          Run the uninstall script from the folder in which the application is installed.






          share|improve this answer












          The solution is simple.
          Run the uninstall script from the folder in which the application is installed.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered May 25 at 8:14









          saidaspen

          5817




          5817






















              up vote
              0
              down vote













              To uninstall Studio 3T open terminal in its installation directory (/opt/studio3t) and type these commands:



              sudo chmod +x uninstall
              sudo ./uninstall


              Uninstaller will appear in separate GUI window.



              I think the more recent versions of Studio 3T will not require to uninstall previous versions manually.






              share|improve this answer
























                up vote
                0
                down vote













                To uninstall Studio 3T open terminal in its installation directory (/opt/studio3t) and type these commands:



                sudo chmod +x uninstall
                sudo ./uninstall


                Uninstaller will appear in separate GUI window.



                I think the more recent versions of Studio 3T will not require to uninstall previous versions manually.






                share|improve this answer






















                  up vote
                  0
                  down vote










                  up vote
                  0
                  down vote









                  To uninstall Studio 3T open terminal in its installation directory (/opt/studio3t) and type these commands:



                  sudo chmod +x uninstall
                  sudo ./uninstall


                  Uninstaller will appear in separate GUI window.



                  I think the more recent versions of Studio 3T will not require to uninstall previous versions manually.






                  share|improve this answer












                  To uninstall Studio 3T open terminal in its installation directory (/opt/studio3t) and type these commands:



                  sudo chmod +x uninstall
                  sudo ./uninstall


                  Uninstaller will appear in separate GUI window.



                  I think the more recent versions of Studio 3T will not require to uninstall previous versions manually.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Jul 11 at 18:50









                  Dimitar II

                  1012




                  1012






















                       

                      draft saved


                      draft discarded


























                       


                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1039970%2fhow-do-i-uninstall-studio-3t-on-ubuntu-18-04%23new-answer', 'question_page');

                      );

                      Post as a guest













































































                      Popular posts from this blog

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

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

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