Installing The Hessling Editor (THE) and Locating the Demonstration File
Clash 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?
software-installation editors
add a comment |Â
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?
software-installation editors
add a comment |Â
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?
software-installation editors
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?
software-installation editors
edited Jun 14 at 14:02
asked Jun 14 at 13:23
rxc370
33
33
add a comment |Â
add a comment |Â
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.
Was I using the commandfind
incorrectly?
â rxc370
Jun 14 at 14:03
And thank you, I found the file.
â rxc370
Jun 14 at 14:03
add a comment |Â
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.
Was I using the commandfind
incorrectly?
â rxc370
Jun 14 at 14:03
And thank you, I found the file.
â rxc370
Jun 14 at 14:03
add a comment |Â
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.
Was I using the commandfind
incorrectly?
â rxc370
Jun 14 at 14:03
And thank you, I found the file.
â rxc370
Jun 14 at 14:03
add a comment |Â
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.
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.
edited Jun 14 at 14:13
answered Jun 14 at 13:30
Stephen Kitt
139k22301363
139k22301363
Was I using the commandfind
incorrectly?
â rxc370
Jun 14 at 14:03
And thank you, I found the file.
â rxc370
Jun 14 at 14:03
add a comment |Â
Was I using the commandfind
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
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password