How to install SubtitleEdit on Ubuntu 16.04












0















I use Subtitle Edit 3.5.9 on Windows all the time, but would like to get it running on Ubuntu too. (Maybe as preparation for Windows 7 EOL).



It states for SE359.zip:




This also works on Linux (when mono/mono-form/etc is installed)
Linux users should also look here: http://www.sub-talk.NET/topic/2751-subtitle-edit-for-ubuntu-troubleshoting-tips-and-tricks/




I have never used mono before and am not a so experienced Linux user.

There are mono packages in Ubuntu Package Search but I have no idea about the best way to install or what is needed.



The referenced page Subtitle Edit For Ubuntu - Troubleshoting, Tips And Tricks is dated and not conclusive as far as I can tell.



So I would like to find out if there is a confirmed process to run this software, or any advice to try to get there.










share|improve this question





























    0















    I use Subtitle Edit 3.5.9 on Windows all the time, but would like to get it running on Ubuntu too. (Maybe as preparation for Windows 7 EOL).



    It states for SE359.zip:




    This also works on Linux (when mono/mono-form/etc is installed)
    Linux users should also look here: http://www.sub-talk.NET/topic/2751-subtitle-edit-for-ubuntu-troubleshoting-tips-and-tricks/




    I have never used mono before and am not a so experienced Linux user.

    There are mono packages in Ubuntu Package Search but I have no idea about the best way to install or what is needed.



    The referenced page Subtitle Edit For Ubuntu - Troubleshoting, Tips And Tricks is dated and not conclusive as far as I can tell.



    So I would like to find out if there is a confirmed process to run this software, or any advice to try to get there.










    share|improve this question



























      0












      0








      0








      I use Subtitle Edit 3.5.9 on Windows all the time, but would like to get it running on Ubuntu too. (Maybe as preparation for Windows 7 EOL).



      It states for SE359.zip:




      This also works on Linux (when mono/mono-form/etc is installed)
      Linux users should also look here: http://www.sub-talk.NET/topic/2751-subtitle-edit-for-ubuntu-troubleshoting-tips-and-tricks/




      I have never used mono before and am not a so experienced Linux user.

      There are mono packages in Ubuntu Package Search but I have no idea about the best way to install or what is needed.



      The referenced page Subtitle Edit For Ubuntu - Troubleshoting, Tips And Tricks is dated and not conclusive as far as I can tell.



      So I would like to find out if there is a confirmed process to run this software, or any advice to try to get there.










      share|improve this question
















      I use Subtitle Edit 3.5.9 on Windows all the time, but would like to get it running on Ubuntu too. (Maybe as preparation for Windows 7 EOL).



      It states for SE359.zip:




      This also works on Linux (when mono/mono-form/etc is installed)
      Linux users should also look here: http://www.sub-talk.NET/topic/2751-subtitle-edit-for-ubuntu-troubleshoting-tips-and-tricks/




      I have never used mono before and am not a so experienced Linux user.

      There are mono packages in Ubuntu Package Search but I have no idea about the best way to install or what is needed.



      The referenced page Subtitle Edit For Ubuntu - Troubleshoting, Tips And Tricks is dated and not conclusive as far as I can tell.



      So I would like to find out if there is a confirmed process to run this software, or any advice to try to get there.







      16.04 software-installation subtitle






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 18 at 0:36







      user3169

















      asked Mar 18 at 0:30









      user3169user3169

      1901111




      1901111






















          1 Answer
          1






          active

          oldest

          votes


















          2
















          1. Download SubtitleEdit 3.5.9 from their GitHub site, the portable version works best.



            wget https://github.com/SubtitleEdit/subtitleedit/releases/download/3.5.9/SE359.zip



          2. Download full mono package.



            sudo apt install mono-complete



          3. Extract SE359.zip, then run SubtitleEdit.exe-cutable file from terminal.



            mono SubtitleEdit.exe



          Subtitle Edit 3.5.9 on my 18.04



          enter image description here






          share|improve this answer
























          • Thanks, works as advertised. The only minor issue I see it that open/save dialogs are not Unicode capable. Subtitles themselves are OK after setting the font in Options.

            – user3169
            Mar 19 at 4:11











          • glad you got it working :)

            – Emmet
            Mar 19 at 4:28












          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%2f1126487%2fhow-to-install-subtitleedit-on-ubuntu-16-04%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









          2
















          1. Download SubtitleEdit 3.5.9 from their GitHub site, the portable version works best.



            wget https://github.com/SubtitleEdit/subtitleedit/releases/download/3.5.9/SE359.zip



          2. Download full mono package.



            sudo apt install mono-complete



          3. Extract SE359.zip, then run SubtitleEdit.exe-cutable file from terminal.



            mono SubtitleEdit.exe



          Subtitle Edit 3.5.9 on my 18.04



          enter image description here






          share|improve this answer
























          • Thanks, works as advertised. The only minor issue I see it that open/save dialogs are not Unicode capable. Subtitles themselves are OK after setting the font in Options.

            – user3169
            Mar 19 at 4:11











          • glad you got it working :)

            – Emmet
            Mar 19 at 4:28
















          2
















          1. Download SubtitleEdit 3.5.9 from their GitHub site, the portable version works best.



            wget https://github.com/SubtitleEdit/subtitleedit/releases/download/3.5.9/SE359.zip



          2. Download full mono package.



            sudo apt install mono-complete



          3. Extract SE359.zip, then run SubtitleEdit.exe-cutable file from terminal.



            mono SubtitleEdit.exe



          Subtitle Edit 3.5.9 on my 18.04



          enter image description here






          share|improve this answer
























          • Thanks, works as advertised. The only minor issue I see it that open/save dialogs are not Unicode capable. Subtitles themselves are OK after setting the font in Options.

            – user3169
            Mar 19 at 4:11











          • glad you got it working :)

            – Emmet
            Mar 19 at 4:28














          2












          2








          2









          1. Download SubtitleEdit 3.5.9 from their GitHub site, the portable version works best.



            wget https://github.com/SubtitleEdit/subtitleedit/releases/download/3.5.9/SE359.zip



          2. Download full mono package.



            sudo apt install mono-complete



          3. Extract SE359.zip, then run SubtitleEdit.exe-cutable file from terminal.



            mono SubtitleEdit.exe



          Subtitle Edit 3.5.9 on my 18.04



          enter image description here






          share|improve this answer















          1. Download SubtitleEdit 3.5.9 from their GitHub site, the portable version works best.



            wget https://github.com/SubtitleEdit/subtitleedit/releases/download/3.5.9/SE359.zip



          2. Download full mono package.



            sudo apt install mono-complete



          3. Extract SE359.zip, then run SubtitleEdit.exe-cutable file from terminal.



            mono SubtitleEdit.exe



          Subtitle Edit 3.5.9 on my 18.04



          enter image description here







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Mar 18 at 1:09









          EmmetEmmet

          7,26522345




          7,26522345













          • Thanks, works as advertised. The only minor issue I see it that open/save dialogs are not Unicode capable. Subtitles themselves are OK after setting the font in Options.

            – user3169
            Mar 19 at 4:11











          • glad you got it working :)

            – Emmet
            Mar 19 at 4:28



















          • Thanks, works as advertised. The only minor issue I see it that open/save dialogs are not Unicode capable. Subtitles themselves are OK after setting the font in Options.

            – user3169
            Mar 19 at 4:11











          • glad you got it working :)

            – Emmet
            Mar 19 at 4:28

















          Thanks, works as advertised. The only minor issue I see it that open/save dialogs are not Unicode capable. Subtitles themselves are OK after setting the font in Options.

          – user3169
          Mar 19 at 4:11





          Thanks, works as advertised. The only minor issue I see it that open/save dialogs are not Unicode capable. Subtitles themselves are OK after setting the font in Options.

          – user3169
          Mar 19 at 4:11













          glad you got it working :)

          – Emmet
          Mar 19 at 4:28





          glad you got it working :)

          – Emmet
          Mar 19 at 4:28


















          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%2f1126487%2fhow-to-install-subtitleedit-on-ubuntu-16-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

          How did Captain America manage to do this?

          迪纳利

          南乌拉尔铁路局