Sunday, January 15, 2017

Installing MarcEdit in Ubuntu

(Linux Installation Instructions on mono page shows errors so, here there is a fix install marcedit on ubuntu 14.)

Marcedit Installation steps:

sudo apt-get install mono-complete

Download the MarcEdit app bundle.This file has been zipped to reduce the download size. http://marcedit.reeset.net/software/marcedit.bin.zip

on terminal

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list

sudo apt-get update

echo "deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main" | sudo tee -a /etc/apt/sources.list.d/mono-xamarin.list

Run MarEdit via the command-line using from within the MarcEdit directory.

mono MarcEdit.exe

the below screen will appear.

1 comment: