Installing The Hessling Editor (THE) and Locating the Demonstration File

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












I'm still getting started with Linux. I've been trying to install The Hessling Editor with REXX enabled on Ubuntu (and hopefully the Linux Subsystem on Windows in the future). I thought it would be simple by just doing



sudo apt-get install the


and then



sudo apt-get install regina-rexx


but then I'm not able to find the demonstration file. I've tried searching for it



find options ./ "demo.the"


but the search yields nothing. Am I doing something wrong or do I need to get the demonstration file from somewhere else?







share|improve this question

























    up vote
    0
    down vote

    favorite












    I'm still getting started with Linux. I've been trying to install The Hessling Editor with REXX enabled on Ubuntu (and hopefully the Linux Subsystem on Windows in the future). I thought it would be simple by just doing



    sudo apt-get install the


    and then



    sudo apt-get install regina-rexx


    but then I'm not able to find the demonstration file. I've tried searching for it



    find options ./ "demo.the"


    but the search yields nothing. Am I doing something wrong or do I need to get the demonstration file from somewhere else?







    share|improve this question























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I'm still getting started with Linux. I've been trying to install The Hessling Editor with REXX enabled on Ubuntu (and hopefully the Linux Subsystem on Windows in the future). I thought it would be simple by just doing



      sudo apt-get install the


      and then



      sudo apt-get install regina-rexx


      but then I'm not able to find the demonstration file. I've tried searching for it



      find options ./ "demo.the"


      but the search yields nothing. Am I doing something wrong or do I need to get the demonstration file from somewhere else?







      share|improve this question













      I'm still getting started with Linux. I've been trying to install The Hessling Editor with REXX enabled on Ubuntu (and hopefully the Linux Subsystem on Windows in the future). I thought it would be simple by just doing



      sudo apt-get install the


      and then



      sudo apt-get install regina-rexx


      but then I'm not able to find the demonstration file. I've tried searching for it



      find options ./ "demo.the"


      but the search yields nothing. Am I doing something wrong or do I need to get the demonstration file from somewhere else?









      share|improve this question












      share|improve this question




      share|improve this question








      edited Jun 14 at 14:02
























      asked Jun 14 at 13:23









      rxc370

      33




      33




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote



          accepted










          The file is in /usr/share/THE.



          You can find this by running dpkg -L the | grep demo.the, or if you install apt-file, apt-file search demo.the. You can also use find, as you thought, as follows:



          find / -name demo.the


          This starts searching from the root directory, looking for a file named demo.the. You’ll get a lot of error messages saying you don’t have the necessary permissions to access certain directories, but it will still find the file.






          share|improve this answer























          • Was I using the command find incorrectly?
            – rxc370
            Jun 14 at 14:03










          • And thank you, I found the file.
            – rxc370
            Jun 14 at 14:03










          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          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: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          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%2funix.stackexchange.com%2fquestions%2f449812%2finstalling-the-hessling-editor-the-and-locating-the-demonstration-file%23new-answer', 'question_page');

          );

          Post as a guest






























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          0
          down vote



          accepted










          The file is in /usr/share/THE.



          You can find this by running dpkg -L the | grep demo.the, or if you install apt-file, apt-file search demo.the. You can also use find, as you thought, as follows:



          find / -name demo.the


          This starts searching from the root directory, looking for a file named demo.the. You’ll get a lot of error messages saying you don’t have the necessary permissions to access certain directories, but it will still find the file.






          share|improve this answer























          • Was I using the command find incorrectly?
            – rxc370
            Jun 14 at 14:03










          • And thank you, I found the file.
            – rxc370
            Jun 14 at 14:03














          up vote
          0
          down vote



          accepted










          The file is in /usr/share/THE.



          You can find this by running dpkg -L the | grep demo.the, or if you install apt-file, apt-file search demo.the. You can also use find, as you thought, as follows:



          find / -name demo.the


          This starts searching from the root directory, looking for a file named demo.the. You’ll get a lot of error messages saying you don’t have the necessary permissions to access certain directories, but it will still find the file.






          share|improve this answer























          • Was I using the command find incorrectly?
            – rxc370
            Jun 14 at 14:03










          • And thank you, I found the file.
            – rxc370
            Jun 14 at 14:03












          up vote
          0
          down vote



          accepted







          up vote
          0
          down vote



          accepted






          The file is in /usr/share/THE.



          You can find this by running dpkg -L the | grep demo.the, or if you install apt-file, apt-file search demo.the. You can also use find, as you thought, as follows:



          find / -name demo.the


          This starts searching from the root directory, looking for a file named demo.the. You’ll get a lot of error messages saying you don’t have the necessary permissions to access certain directories, but it will still find the file.






          share|improve this answer















          The file is in /usr/share/THE.



          You can find this by running dpkg -L the | grep demo.the, or if you install apt-file, apt-file search demo.the. You can also use find, as you thought, as follows:



          find / -name demo.the


          This starts searching from the root directory, looking for a file named demo.the. You’ll get a lot of error messages saying you don’t have the necessary permissions to access certain directories, but it will still find the file.







          share|improve this answer















          share|improve this answer



          share|improve this answer








          edited Jun 14 at 14:13


























          answered Jun 14 at 13:30









          Stephen Kitt

          139k22301363




          139k22301363











          • Was I using the command find incorrectly?
            – rxc370
            Jun 14 at 14:03










          • And thank you, I found the file.
            – rxc370
            Jun 14 at 14:03
















          • Was I using the command find incorrectly?
            – rxc370
            Jun 14 at 14:03










          • And thank you, I found the file.
            – rxc370
            Jun 14 at 14:03















          Was I using the command find incorrectly?
          – rxc370
          Jun 14 at 14:03




          Was I using the command find incorrectly?
          – rxc370
          Jun 14 at 14:03












          And thank you, I found the file.
          – rxc370
          Jun 14 at 14:03




          And thank you, I found the file.
          – rxc370
          Jun 14 at 14:03












           

          draft saved


          draft discarded


























           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f449812%2finstalling-the-hessling-editor-the-and-locating-the-demonstration-file%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          How to check contact read email or not when send email to Individual?

          Bahrain

          Postfix configuration issue with fips on centos 7; mailgun relay