How to install MarcEdit
I wish to install MarcEdit.
MarcEdit is a closed source app build with .NET that runs over mono. Is usually used on libraries, where MARC records is a common format.
software-installation
add a comment |
I wish to install MarcEdit.
MarcEdit is a closed source app build with .NET that runs over mono. Is usually used on libraries, where MARC records is a common format.
software-installation
1
It is written on that site how to install it.
– Pilot6
7 hours ago
Why the downvote? Please take your time to follow that instructions. You'll notice they are wrong and incomplete.
– Pablo Bianchi
4 hours ago
add a comment |
I wish to install MarcEdit.
MarcEdit is a closed source app build with .NET that runs over mono. Is usually used on libraries, where MARC records is a common format.
software-installation
I wish to install MarcEdit.
MarcEdit is a closed source app build with .NET that runs over mono. Is usually used on libraries, where MARC records is a common format.
software-installation
software-installation
edited 4 hours ago
Pablo Bianchi
asked 7 hours ago
Pablo BianchiPablo Bianchi
2,70421532
2,70421532
1
It is written on that site how to install it.
– Pilot6
7 hours ago
Why the downvote? Please take your time to follow that instructions. You'll notice they are wrong and incomplete.
– Pablo Bianchi
4 hours ago
add a comment |
1
It is written on that site how to install it.
– Pilot6
7 hours ago
Why the downvote? Please take your time to follow that instructions. You'll notice they are wrong and incomplete.
– Pablo Bianchi
4 hours ago
1
1
It is written on that site how to install it.
– Pilot6
7 hours ago
It is written on that site how to install it.
– Pilot6
7 hours ago
Why the downvote? Please take your time to follow that instructions. You'll notice they are wrong and incomplete.
– Pablo Bianchi
4 hours ago
Why the downvote? Please take your time to follow that instructions. You'll notice they are wrong and incomplete.
– Pablo Bianchi
4 hours ago
add a comment |
1 Answer
1
active
oldest
votes
Follow this installation procedure
sudo apt install mono-runtime yaz zlibc libxml2 libxslt1-dev # Dependencies
wget https://marcedit.reeset.net/software/marcedit7/marcedit7.run # Download
chmod u+x marcedit7.run # Made it executable
./marcedit7.run --target $HOME/marcedit # Unpackage it on preferred folder
cd $HOME/marcedit
./create_shortcut.sh # Generate shortcut
mv $HOME/Desktop/MarcEdit.desktop ~/.local/share/applications/ # Move it to standard home location
Why this post: I found this procedure much more easy, straightforward and complete way for IT people working on libraries than the instructions of the author. Moreover this way works and the one shown by the author site doesn't. Doesn't mention about chmod
the .run file, nor how to generate and move the shortcut to the appropriate location. Also won't work without fixing the –target
to --target
, something probably newbies will miss.
What is the point of posting this?
– Pilot6
7 hours ago
@Pilot6 I added the reasons to the answer. I don't get why the downvotes.
– Pablo Bianchi
4 hours ago
add a comment |
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
});
}
});
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%2faskubuntu.com%2fquestions%2f1119630%2fhow-to-install-marcedit%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
Follow this installation procedure
sudo apt install mono-runtime yaz zlibc libxml2 libxslt1-dev # Dependencies
wget https://marcedit.reeset.net/software/marcedit7/marcedit7.run # Download
chmod u+x marcedit7.run # Made it executable
./marcedit7.run --target $HOME/marcedit # Unpackage it on preferred folder
cd $HOME/marcedit
./create_shortcut.sh # Generate shortcut
mv $HOME/Desktop/MarcEdit.desktop ~/.local/share/applications/ # Move it to standard home location
Why this post: I found this procedure much more easy, straightforward and complete way for IT people working on libraries than the instructions of the author. Moreover this way works and the one shown by the author site doesn't. Doesn't mention about chmod
the .run file, nor how to generate and move the shortcut to the appropriate location. Also won't work without fixing the –target
to --target
, something probably newbies will miss.
What is the point of posting this?
– Pilot6
7 hours ago
@Pilot6 I added the reasons to the answer. I don't get why the downvotes.
– Pablo Bianchi
4 hours ago
add a comment |
Follow this installation procedure
sudo apt install mono-runtime yaz zlibc libxml2 libxslt1-dev # Dependencies
wget https://marcedit.reeset.net/software/marcedit7/marcedit7.run # Download
chmod u+x marcedit7.run # Made it executable
./marcedit7.run --target $HOME/marcedit # Unpackage it on preferred folder
cd $HOME/marcedit
./create_shortcut.sh # Generate shortcut
mv $HOME/Desktop/MarcEdit.desktop ~/.local/share/applications/ # Move it to standard home location
Why this post: I found this procedure much more easy, straightforward and complete way for IT people working on libraries than the instructions of the author. Moreover this way works and the one shown by the author site doesn't. Doesn't mention about chmod
the .run file, nor how to generate and move the shortcut to the appropriate location. Also won't work without fixing the –target
to --target
, something probably newbies will miss.
What is the point of posting this?
– Pilot6
7 hours ago
@Pilot6 I added the reasons to the answer. I don't get why the downvotes.
– Pablo Bianchi
4 hours ago
add a comment |
Follow this installation procedure
sudo apt install mono-runtime yaz zlibc libxml2 libxslt1-dev # Dependencies
wget https://marcedit.reeset.net/software/marcedit7/marcedit7.run # Download
chmod u+x marcedit7.run # Made it executable
./marcedit7.run --target $HOME/marcedit # Unpackage it on preferred folder
cd $HOME/marcedit
./create_shortcut.sh # Generate shortcut
mv $HOME/Desktop/MarcEdit.desktop ~/.local/share/applications/ # Move it to standard home location
Why this post: I found this procedure much more easy, straightforward and complete way for IT people working on libraries than the instructions of the author. Moreover this way works and the one shown by the author site doesn't. Doesn't mention about chmod
the .run file, nor how to generate and move the shortcut to the appropriate location. Also won't work without fixing the –target
to --target
, something probably newbies will miss.
Follow this installation procedure
sudo apt install mono-runtime yaz zlibc libxml2 libxslt1-dev # Dependencies
wget https://marcedit.reeset.net/software/marcedit7/marcedit7.run # Download
chmod u+x marcedit7.run # Made it executable
./marcedit7.run --target $HOME/marcedit # Unpackage it on preferred folder
cd $HOME/marcedit
./create_shortcut.sh # Generate shortcut
mv $HOME/Desktop/MarcEdit.desktop ~/.local/share/applications/ # Move it to standard home location
Why this post: I found this procedure much more easy, straightforward and complete way for IT people working on libraries than the instructions of the author. Moreover this way works and the one shown by the author site doesn't. Doesn't mention about chmod
the .run file, nor how to generate and move the shortcut to the appropriate location. Also won't work without fixing the –target
to --target
, something probably newbies will miss.
edited 4 hours ago
answered 7 hours ago
Pablo BianchiPablo Bianchi
2,70421532
2,70421532
What is the point of posting this?
– Pilot6
7 hours ago
@Pilot6 I added the reasons to the answer. I don't get why the downvotes.
– Pablo Bianchi
4 hours ago
add a comment |
What is the point of posting this?
– Pilot6
7 hours ago
@Pilot6 I added the reasons to the answer. I don't get why the downvotes.
– Pablo Bianchi
4 hours ago
What is the point of posting this?
– Pilot6
7 hours ago
What is the point of posting this?
– Pilot6
7 hours ago
@Pilot6 I added the reasons to the answer. I don't get why the downvotes.
– Pablo Bianchi
4 hours ago
@Pilot6 I added the reasons to the answer. I don't get why the downvotes.
– Pablo Bianchi
4 hours ago
add a comment |
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.
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%2faskubuntu.com%2fquestions%2f1119630%2fhow-to-install-marcedit%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
1
It is written on that site how to install it.
– Pilot6
7 hours ago
Why the downvote? Please take your time to follow that instructions. You'll notice they are wrong and incomplete.
– Pablo Bianchi
4 hours ago