Linux

Install haskell-platform-prof on Ubuntu: sudo apt-get install haskell-platform-prof

Learn how to install haskell-platform-prof with the command sudo apt-get install haskell-platform-prof on Ubuntus.

Quick installation of haskell-platform-prof:

Step 1: Update system:

sudo apt-get update

Step 2: Install: haskell-platform-prof

Ater updaing the OS run following command to install the packae:

sudo apt-get install haskell-platform-prof

Package Details

Package:haskell-platform-prof
Version:2012.1.0.0~debian1
Maintainer:Ubuntu Developers
Home page:http://hackage.haskell.org/platform/
Description:Standard Haskell libraries and tools; profiling libraries The Haskell Platform is a suite of tools and libraries that contain the most important and best supported components. It is meant to be a starting point for Haskell developers who are looking for libraries to use. . Installing this meta package will install the profiling data for the libraries as specified in the official Haskell Platform. Homepage: http://hackage.haskell.org/platform/
Distro:Ubuntu 12.04 LTS
Release:
Repo/Section:universe/doc

How to install haskell-platform-prof on Ubuntu 12.04 LTS?

First of all update your system with the command:

sudo apt-get update

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 haskell-platform-prof is not installed on your compter then the command 'dpkg -L haskell-platform-prof' will give followin error.

deepak@deepak-VirtualBox:~$ dpkg -L haskell-platform-prof
Package `haskell-platform-prof' 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 haskell-platform-prof:

After system update use the following command to install haskell-platform-prof:

sudo apt-get install haskell-platform-prof

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.

How to uninstall/remove haskell-platform-prof from Ubuntu 12.04 LTS?

Now we will see the commands for uninstalling the haskell-platform-prof 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 haskell-platform-prof following command is used:

sudo apt-get remove  haskell-platform-prof

Following command is used to remove the haskell-platform-prof package along with its dependencies:

sudo apt-get remove --auto-remove haskell-platform-prof

This will remove haskell-platform-prof and all its dependent packages which is no longer needed in the system.

Completely removing haskell-platform-prof with all configuration files:

Following command should be used with care as it deletes all the configuration files and data:

sudo apt-get purge haskell-platform-prof

or you can use following command also:

sudo apt-get purge --auto-remove haskell-platform-prof

Above command will remove all the configuration files and data associated with haskell-platform-prof package. You can can't recover the delete data, so, use this command with care.

Get our newsletter

Categories