Learn how to install plastimatch with the command sudo apt-get install plastimatch on Ubuntus.
Ads
Quick installation of plastimatch:
Step 1: Update system:
sudo apt-get update
Step 2: Install: plastimatch
Ater updaing the OS run following command to install the packae:
sudo apt-get install plastimatch
Package Details | |
Package: | plastimatch |
Version: | 1.5.5+dfsg0-2 |
Maintainer: | Ubuntu Developers |
Home page: | http://plastimatch.org |
Description: | medical image reconstruction and registration Plastimatch is an open source software for deformable image registration. It is designed for high-performance volumetric registration of medical images, such as X-ray computed tomography (CT), magnetic resonance imaging (MRI), and positron emission tomography (PET). Software features include: * B-spline method for deformable image registration (GPU and multicore accelerated) * Demons method for deformable image registration (GPU accelerated) * ITK-based algorithms for translation, rigid, affine, demons, and B-spline registration * Pipelined, multi-stage registration framework with seamless conversion between most algorithms and transform types * Landmark-based deformable registration using thin- plate splines for global registration * Landmark-based deformable registration using radial basis functions for local corrections * Broad support for 3D image file formats (using ITK), including DICOM, Nifti, NRRD, MetaImage, and Analyze * DICOM and DICOM-RT import and export * XiO import and export * Plugin to 3D Slicer Plastimatch also features two handy utilities which are not directly related to image registration: * FDK cone-beam CT reconstruction (GPU and multicore accelerated) * Digitally reconstructed radiograph (DRR) generation (GPU and multicore accelerated) Homepage: http://plastimatch.org |
Distro: | Ubuntu 12.04 LTS |
Release: | |
Repo/Section: | universe/science |
First of all update your system with the command:
sudo apt-get update
Ads
Above command will download the package lists for Ubuntu 12.04 LTS on your system. This will update the list of newest versions of packages and its dependencies on your system.
After downloading the latest package list with the help of above you can run the installation process.
If plastimatch is not installed on your compter then the command 'dpkg -L plastimatch' will give followin error.
deepak@deepak-VirtualBox:~$ dpkg -L plastimatch Package `plastimatch' is not installed. Use dpkg --info (= dpkg-deb --info) to examine archive files, and dpkg --contents (= dpkg-deb --contents) to list their contents. deepak@deepak-VirtualBox:~$
Installing plastimatch:
After system update use the following command to install plastimatch:
sudo apt-get install plastimatch
Above command will confirm before installing the package on your Ubuntu 12.04 LTS Operating System. If you are not already logged in as su, installer will ask you the root password. After completion of the installation you can use the package on your system.
Now we will see the commands for uninstalling the plastimatch from Ubuntu 12.04 LTS. For uninstalling this package you can easily use the apt command and remove the package from Linux Operating System.
To remove the plastimatch following command is used:
sudo apt-get remove plastimatch
Following command is used to remove the plastimatch package along with its dependencies:
sudo apt-get remove --auto-remove plastimatch
This will remove plastimatch and all its dependent packages which is no longer needed in the system.
Completely removing plastimatch with all configuration files:
Following command should be used with care as it deletes all the configuration files and data:
sudo apt-get purge plastimatch
or you can use following command also:
sudo apt-get purge --auto-remove plastimatch
Above command will remove all the configuration files and data associated with plastimatch package. You can can't recover the delete data, so, use this command with care.