Open Source Medical Softwares on Arch Linux
Posted: April 20, 2010 at 11:16:00 by Dani Iswara. Words count: 290.
Last updated: April 20, 2010 at 11:16:00.
yaourt (yet another user repository tool) first.
archlinuxfr/yaourt 0.9.3.2-1 A Pacman frontend with more features and AUR supportUsing text editor
nano, as a root, edit pacman configuration file:
sudo nano /etc/pacman.confAdd the repo to the bottom (change i686 with x86_64 if needed):
[archlinuxfr] Server = http://repo.archlinux.fr/i686Update the repo:
sudo pacman -SyuTo installing
yaourt, as root, open terminal and type:
sudo pacman -S yaourtThen as a non root user, type the task:
yaourt -Ss medicalit means find applications using keywords 'medical' or contains 'medical' term. Here is the result:
aur/freej 0.8.1-1 (Out of Date) (8) FreeJ is a vision mixer: an instrument for realtime video manipulation used in the fields of dance teather, veejaying, medical v aur/aeskulap 0.2.2_beta1-1 (9) Medical image viewer and DICOM client aur/xmedcon 0.10.5-1 (4) open source toolkit for medical image conversion aur/easygp-server 152-1 (0) Server package for the EasyGP medical record program aur/stardict-ani-med 2.4.2-1 (0) Korean Animal Medical dictionary for Stardict aur/stardict-med 2.4.2-1 (0) Korean Medical dictionary for Stardict aur/amide 0.9.2-2 (3) Medical Imaging Data Examiner aur/gnumed-client 0.7.0-1 (0) assist and improve longitudinal medical care aur/gnumed-server 13.0-1 (0) assist and improve longitudinal medical careThe most popular is GNUmed client and server, an electronic medical record software. The rest are aeskulap, xmedcon, and amide. But some of them are out of date. Users may edit the installation script code if needed. Dani Iswara, mail me: [myfirstnamelastname]@gmail.com.