How do I uninstall Studio 3T on Ubuntu 18.04











up vote
2
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
2
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
2
down vote

favorite









up vote
2
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?







uninstall software-uninstall






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked May 24 at 20:22









saidaspen

9028




9028








  • 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
2
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
    1
    down vote













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



    Typically, Studio 3T installs in the /home/studio3t folder by default. If not present at this path,

    If there is a shortcut to launch "Studio 3T" on your desktop, just right-click on it and select "Properties". You should see the installation path mentioned in the dialog box.






    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: 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%2f1039970%2fhow-do-i-uninstall-studio-3t-on-ubuntu-18-04%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








      up vote
      2
      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
        2
        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
          2
          down vote










          up vote
          2
          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

          1214




          1214
























              up vote
              1
              down vote













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



              Typically, Studio 3T installs in the /home/studio3t folder by default. If not present at this path,

              If there is a shortcut to launch "Studio 3T" on your desktop, just right-click on it and select "Properties". You should see the installation path mentioned in the dialog box.






              share|improve this answer



























                up vote
                1
                down vote













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



                Typically, Studio 3T installs in the /home/studio3t folder by default. If not present at this path,

                If there is a shortcut to launch "Studio 3T" on your desktop, just right-click on it and select "Properties". You should see the installation path mentioned in the dialog box.






                share|improve this answer

























                  up vote
                  1
                  down vote










                  up vote
                  1
                  down vote









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



                  Typically, Studio 3T installs in the /home/studio3t folder by default. If not present at this path,

                  If there is a shortcut to launch "Studio 3T" on your desktop, just right-click on it and select "Properties". You should see the installation path mentioned in the dialog box.






                  share|improve this answer














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



                  Typically, Studio 3T installs in the /home/studio3t folder by default. If not present at this path,

                  If there is a shortcut to launch "Studio 3T" on your desktop, just right-click on it and select "Properties". You should see the installation path mentioned in the dialog box.







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Dec 5 at 9:19









                  Bharat Mallapur

                  1355




                  1355










                  answered May 25 at 8:14









                  saidaspen

                  9028




                  9028






























                      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.





                      Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                      Please pay close attention to the following guidance:


                      • 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%2f1039970%2fhow-do-i-uninstall-studio-3t-on-ubuntu-18-04%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á

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