How to install rubber on macOS?
Rubber seems to be available on various Linux repositories but not on macOS. What is the recommended way of installing rubber on macOS? Could a package be made available on Homebrew?
macos rubber
add a comment |
Rubber seems to be available on various Linux repositories but not on macOS. What is the recommended way of installing rubber on macOS? Could a package be made available on Homebrew?
macos rubber
if you follow these instructions, you should be fine: macappstore.org/rubber
– naphaneal
Apr 2 at 14:24
Unfortunately, rubber seems to be unavailable on Homebrew.
– Eddie Schoute
Apr 2 at 14:31
add a comment |
Rubber seems to be available on various Linux repositories but not on macOS. What is the recommended way of installing rubber on macOS? Could a package be made available on Homebrew?
macos rubber
Rubber seems to be available on various Linux repositories but not on macOS. What is the recommended way of installing rubber on macOS? Could a package be made available on Homebrew?
macos rubber
macos rubber
asked Apr 2 at 14:16
Eddie SchouteEddie Schoute
1
1
if you follow these instructions, you should be fine: macappstore.org/rubber
– naphaneal
Apr 2 at 14:24
Unfortunately, rubber seems to be unavailable on Homebrew.
– Eddie Schoute
Apr 2 at 14:31
add a comment |
if you follow these instructions, you should be fine: macappstore.org/rubber
– naphaneal
Apr 2 at 14:24
Unfortunately, rubber seems to be unavailable on Homebrew.
– Eddie Schoute
Apr 2 at 14:31
if you follow these instructions, you should be fine: macappstore.org/rubber
– naphaneal
Apr 2 at 14:24
if you follow these instructions, you should be fine: macappstore.org/rubber
– naphaneal
Apr 2 at 14:24
Unfortunately, rubber seems to be unavailable on Homebrew.
– Eddie Schoute
Apr 2 at 14:31
Unfortunately, rubber seems to be unavailable on Homebrew.
– Eddie Schoute
Apr 2 at 14:31
add a comment |
1 Answer
1
active
oldest
votes
Edit: Homebrew does not host rubber anymore. Try the Github instructions instead.
How to "Install rubber on Mac OSX" (source found here, last accessed 02.04.2019, 1426h UTC: http://macappstore.org/rubber/ )
Installation Guide taken in full from website. I did not write, edit or test any instruction beforehand. Use with caution and at own risk:
Install the App
1.) Press Command+Space and type Terminal and press enter/return key.
2.) Run in Terminal app:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
and press enter/return key.
If the screen prompts you to enter a password, please enter your Mac's user password to continue. When you type the password, it won't be displayed on screen, but the system would accept it. So just type your password and press ENTER/RETURN key. Then wait for the command to finish.
3.) Run:
brew install rubber
Done! You can now use rubber.
Edit2:
Found an alternative instruction set on github (source found here, last accessed 02.04.2019, 1440H UTC: https://github.com/oracleyue/rubber ).
Installation
Running Rubber just requires Python version 2.6 or newer. Of course
it won't be of much use without a working LaTeX environment (Rubber is
known to work on TeXLive and VTeX on various flavors of Unix including
Darwin and Cygwin, any feedback is welcome about other systems).
For compilation, you will need the Python Distutils, which are usually
included in development packages (in Debian, this is the python-dev
package). To build the documentation, you need texinfo (Debian
package: texinfo).
To compile and install Rubber, just follow the usual procedure:
# python2 setup.py --help
# python2 setup.py install
# python2 setup.py clean --all
For further instructions, see the source.
Rubber was deleted from Homebrew a few years ago, probably due to lack of use; theoretically it could likely be brought back.
– Andrew Dunning
Apr 2 at 14:40
It seems like github.com/oracleyue/rubber (latest commit 2018-03-08) is an unmaintained fork of the main repository at launchpad.net/rubber (latest commit 2019-01-06).
– Eddie Schoute
Apr 2 at 18:06
@EddieSchoute since it's a fork, I have no clue, how it differs from the original. I currently don't run a *nix based system, so testing or researching any deeper on this topic is unfeasible for me. if you find an answer, that works for you, based on what I found in 5 minutes of googling, you're welcome to post it.
– naphaneal
Apr 2 at 18:25
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
});
}
});
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f482780%2fhow-to-install-rubber-on-macos%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
Edit: Homebrew does not host rubber anymore. Try the Github instructions instead.
How to "Install rubber on Mac OSX" (source found here, last accessed 02.04.2019, 1426h UTC: http://macappstore.org/rubber/ )
Installation Guide taken in full from website. I did not write, edit or test any instruction beforehand. Use with caution and at own risk:
Install the App
1.) Press Command+Space and type Terminal and press enter/return key.
2.) Run in Terminal app:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
and press enter/return key.
If the screen prompts you to enter a password, please enter your Mac's user password to continue. When you type the password, it won't be displayed on screen, but the system would accept it. So just type your password and press ENTER/RETURN key. Then wait for the command to finish.
3.) Run:
brew install rubber
Done! You can now use rubber.
Edit2:
Found an alternative instruction set on github (source found here, last accessed 02.04.2019, 1440H UTC: https://github.com/oracleyue/rubber ).
Installation
Running Rubber just requires Python version 2.6 or newer. Of course
it won't be of much use without a working LaTeX environment (Rubber is
known to work on TeXLive and VTeX on various flavors of Unix including
Darwin and Cygwin, any feedback is welcome about other systems).
For compilation, you will need the Python Distutils, which are usually
included in development packages (in Debian, this is the python-dev
package). To build the documentation, you need texinfo (Debian
package: texinfo).
To compile and install Rubber, just follow the usual procedure:
# python2 setup.py --help
# python2 setup.py install
# python2 setup.py clean --all
For further instructions, see the source.
Rubber was deleted from Homebrew a few years ago, probably due to lack of use; theoretically it could likely be brought back.
– Andrew Dunning
Apr 2 at 14:40
It seems like github.com/oracleyue/rubber (latest commit 2018-03-08) is an unmaintained fork of the main repository at launchpad.net/rubber (latest commit 2019-01-06).
– Eddie Schoute
Apr 2 at 18:06
@EddieSchoute since it's a fork, I have no clue, how it differs from the original. I currently don't run a *nix based system, so testing or researching any deeper on this topic is unfeasible for me. if you find an answer, that works for you, based on what I found in 5 minutes of googling, you're welcome to post it.
– naphaneal
Apr 2 at 18:25
add a comment |
Edit: Homebrew does not host rubber anymore. Try the Github instructions instead.
How to "Install rubber on Mac OSX" (source found here, last accessed 02.04.2019, 1426h UTC: http://macappstore.org/rubber/ )
Installation Guide taken in full from website. I did not write, edit or test any instruction beforehand. Use with caution and at own risk:
Install the App
1.) Press Command+Space and type Terminal and press enter/return key.
2.) Run in Terminal app:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
and press enter/return key.
If the screen prompts you to enter a password, please enter your Mac's user password to continue. When you type the password, it won't be displayed on screen, but the system would accept it. So just type your password and press ENTER/RETURN key. Then wait for the command to finish.
3.) Run:
brew install rubber
Done! You can now use rubber.
Edit2:
Found an alternative instruction set on github (source found here, last accessed 02.04.2019, 1440H UTC: https://github.com/oracleyue/rubber ).
Installation
Running Rubber just requires Python version 2.6 or newer. Of course
it won't be of much use without a working LaTeX environment (Rubber is
known to work on TeXLive and VTeX on various flavors of Unix including
Darwin and Cygwin, any feedback is welcome about other systems).
For compilation, you will need the Python Distutils, which are usually
included in development packages (in Debian, this is the python-dev
package). To build the documentation, you need texinfo (Debian
package: texinfo).
To compile and install Rubber, just follow the usual procedure:
# python2 setup.py --help
# python2 setup.py install
# python2 setup.py clean --all
For further instructions, see the source.
Rubber was deleted from Homebrew a few years ago, probably due to lack of use; theoretically it could likely be brought back.
– Andrew Dunning
Apr 2 at 14:40
It seems like github.com/oracleyue/rubber (latest commit 2018-03-08) is an unmaintained fork of the main repository at launchpad.net/rubber (latest commit 2019-01-06).
– Eddie Schoute
Apr 2 at 18:06
@EddieSchoute since it's a fork, I have no clue, how it differs from the original. I currently don't run a *nix based system, so testing or researching any deeper on this topic is unfeasible for me. if you find an answer, that works for you, based on what I found in 5 minutes of googling, you're welcome to post it.
– naphaneal
Apr 2 at 18:25
add a comment |
Edit: Homebrew does not host rubber anymore. Try the Github instructions instead.
How to "Install rubber on Mac OSX" (source found here, last accessed 02.04.2019, 1426h UTC: http://macappstore.org/rubber/ )
Installation Guide taken in full from website. I did not write, edit or test any instruction beforehand. Use with caution and at own risk:
Install the App
1.) Press Command+Space and type Terminal and press enter/return key.
2.) Run in Terminal app:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
and press enter/return key.
If the screen prompts you to enter a password, please enter your Mac's user password to continue. When you type the password, it won't be displayed on screen, but the system would accept it. So just type your password and press ENTER/RETURN key. Then wait for the command to finish.
3.) Run:
brew install rubber
Done! You can now use rubber.
Edit2:
Found an alternative instruction set on github (source found here, last accessed 02.04.2019, 1440H UTC: https://github.com/oracleyue/rubber ).
Installation
Running Rubber just requires Python version 2.6 or newer. Of course
it won't be of much use without a working LaTeX environment (Rubber is
known to work on TeXLive and VTeX on various flavors of Unix including
Darwin and Cygwin, any feedback is welcome about other systems).
For compilation, you will need the Python Distutils, which are usually
included in development packages (in Debian, this is the python-dev
package). To build the documentation, you need texinfo (Debian
package: texinfo).
To compile and install Rubber, just follow the usual procedure:
# python2 setup.py --help
# python2 setup.py install
# python2 setup.py clean --all
For further instructions, see the source.
Edit: Homebrew does not host rubber anymore. Try the Github instructions instead.
How to "Install rubber on Mac OSX" (source found here, last accessed 02.04.2019, 1426h UTC: http://macappstore.org/rubber/ )
Installation Guide taken in full from website. I did not write, edit or test any instruction beforehand. Use with caution and at own risk:
Install the App
1.) Press Command+Space and type Terminal and press enter/return key.
2.) Run in Terminal app:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
and press enter/return key.
If the screen prompts you to enter a password, please enter your Mac's user password to continue. When you type the password, it won't be displayed on screen, but the system would accept it. So just type your password and press ENTER/RETURN key. Then wait for the command to finish.
3.) Run:
brew install rubber
Done! You can now use rubber.
Edit2:
Found an alternative instruction set on github (source found here, last accessed 02.04.2019, 1440H UTC: https://github.com/oracleyue/rubber ).
Installation
Running Rubber just requires Python version 2.6 or newer. Of course
it won't be of much use without a working LaTeX environment (Rubber is
known to work on TeXLive and VTeX on various flavors of Unix including
Darwin and Cygwin, any feedback is welcome about other systems).
For compilation, you will need the Python Distutils, which are usually
included in development packages (in Debian, this is the python-dev
package). To build the documentation, you need texinfo (Debian
package: texinfo).
To compile and install Rubber, just follow the usual procedure:
# python2 setup.py --help
# python2 setup.py install
# python2 setup.py clean --all
For further instructions, see the source.
edited Apr 2 at 14:46
answered Apr 2 at 14:34
naphanealnaphaneal
2,09511127
2,09511127
Rubber was deleted from Homebrew a few years ago, probably due to lack of use; theoretically it could likely be brought back.
– Andrew Dunning
Apr 2 at 14:40
It seems like github.com/oracleyue/rubber (latest commit 2018-03-08) is an unmaintained fork of the main repository at launchpad.net/rubber (latest commit 2019-01-06).
– Eddie Schoute
Apr 2 at 18:06
@EddieSchoute since it's a fork, I have no clue, how it differs from the original. I currently don't run a *nix based system, so testing or researching any deeper on this topic is unfeasible for me. if you find an answer, that works for you, based on what I found in 5 minutes of googling, you're welcome to post it.
– naphaneal
Apr 2 at 18:25
add a comment |
Rubber was deleted from Homebrew a few years ago, probably due to lack of use; theoretically it could likely be brought back.
– Andrew Dunning
Apr 2 at 14:40
It seems like github.com/oracleyue/rubber (latest commit 2018-03-08) is an unmaintained fork of the main repository at launchpad.net/rubber (latest commit 2019-01-06).
– Eddie Schoute
Apr 2 at 18:06
@EddieSchoute since it's a fork, I have no clue, how it differs from the original. I currently don't run a *nix based system, so testing or researching any deeper on this topic is unfeasible for me. if you find an answer, that works for you, based on what I found in 5 minutes of googling, you're welcome to post it.
– naphaneal
Apr 2 at 18:25
Rubber was deleted from Homebrew a few years ago, probably due to lack of use; theoretically it could likely be brought back.
– Andrew Dunning
Apr 2 at 14:40
Rubber was deleted from Homebrew a few years ago, probably due to lack of use; theoretically it could likely be brought back.
– Andrew Dunning
Apr 2 at 14:40
It seems like github.com/oracleyue/rubber (latest commit 2018-03-08) is an unmaintained fork of the main repository at launchpad.net/rubber (latest commit 2019-01-06).
– Eddie Schoute
Apr 2 at 18:06
It seems like github.com/oracleyue/rubber (latest commit 2018-03-08) is an unmaintained fork of the main repository at launchpad.net/rubber (latest commit 2019-01-06).
– Eddie Schoute
Apr 2 at 18:06
@EddieSchoute since it's a fork, I have no clue, how it differs from the original. I currently don't run a *nix based system, so testing or researching any deeper on this topic is unfeasible for me. if you find an answer, that works for you, based on what I found in 5 minutes of googling, you're welcome to post it.
– naphaneal
Apr 2 at 18:25
@EddieSchoute since it's a fork, I have no clue, how it differs from the original. I currently don't run a *nix based system, so testing or researching any deeper on this topic is unfeasible for me. if you find an answer, that works for you, based on what I found in 5 minutes of googling, you're welcome to post it.
– naphaneal
Apr 2 at 18:25
add a comment |
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- 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.
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f482780%2fhow-to-install-rubber-on-macos%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
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
if you follow these instructions, you should be fine: macappstore.org/rubber
– naphaneal
Apr 2 at 14:24
Unfortunately, rubber seems to be unavailable on Homebrew.
– Eddie Schoute
Apr 2 at 14:31