- Apna Bhai Hai Na (अपना भाई है ना)

Tuesday, 9 June 2020

How to install MarcEdit In Ubuntu

Follow this installation procedure(Terminal)

udo 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 # Make 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

No comments:

Post a Comment