How to install MarcEdit












-1















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.










share|improve this question




















  • 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















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.










share|improve this question




















  • 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








-1


1






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.










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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














  • 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










1 Answer
1






active

oldest

votes


















0














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


screenshot





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.






share|improve this answer


























  • 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











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%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









0














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


screenshot





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.






share|improve this answer


























  • 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
















0














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


screenshot





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.






share|improve this answer


























  • 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














0












0








0







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


screenshot





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.






share|improve this answer















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


screenshot





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.







share|improve this answer














share|improve this answer



share|improve this answer








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



















  • 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


















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%2f1119630%2fhow-to-install-marcedit%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?

迪纳利

南乌拉尔铁路局