LINUX, FOSS AND LIBRARY TECHNOLOGY ENTHUSIAST

Saturday, May 1, 2021

Install MarcEdit on Debian

0 comments

MarcEdit software can be installed on Debian Linux too, Here is the steps for how to install MarcEdit on it.

 

Step1: Download MarcEdit latest version from here 

To run MarcEdit 7, you must have a current version of mono installed for installing mono execute the following commands one by one. NB: you need to select your OS and its version from the repository

 

Install latest mono on Debian 10 can be installed using this commands 


sudo apt install apt-transport-https dirmngr gnupg ca-certificates

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF

sudo echo "deb https://download.mono-project.com/repo/debian stable-buster main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list

sudo apt update

sudo apt install mono-devel 

 

Install MarcEdit

 

Go to the directory Download 

 

cd /Downloads

 

Make the script executable

 

sudo chmod +x marcedit7.run

 

./marcedit7.run --target ~/Desktop/marcedit

 

Reference:  https://marcedit.reeset.net/downloads

No comments:

Post a Comment