Linux

Install icedtea-7-plugin on Ubuntu: sudo apt-get install icedtea-7-plugin

Learn how to install icedtea-7-plugin with the command sudo apt-get install icedtea-7-plugin on Ubuntus.

Quick installation of icedtea-7-plugin:

Step 1: Update system:

sudo apt-get update

Step 2: Install: icedtea-7-plugin

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

sudo apt-get install icedtea-7-plugin

Package Details

Package:icedtea-7-plugin
Version:1.2.3-0ubuntu0.12.04.4
Maintainer:Ubuntu Developers
Home page:http://icedtea.classpath.org/wiki/IcedTea-Web
Description:web browser plugin based on OpenJDK and IcedTea to execute Java applets IcedTeaPlugin is a web browser plugin to execute Java applets, supporting LiveConnect/JavaScript. It is targeted for xulrunner-1.9 and compatible browsers that support the NPAPI. Multi-Arch: same Homepage: http://icedtea.classpath.org/wiki/IcedTea-Web Npp-Applications: ec8030f7-c20a-464f-9b0e-13a3a9e97384, 92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a, aa5ca914-c309-495d-91cf-3141bbb04115 Npp-Description: IcedTea Java Web Browser Plugin for OpenJDK 7 (execution of applets on web pages) Npp-Mimetype: application/x-java-vm, application/x-java-applet, application/x-java-applet;version=1.1, application/x-java-applet;version=1.1.1, application/x-java-applet;version=1.1.2, application/x-java-applet;version=1.1.3, application/x-java-applet;version=1.2, application/x-java-applet;version=1.2.1, application/x-java-applet;version=1.2.2, application/x-java-applet;version=1.3, application/x-java-applet;version=1.3.1, application/x-java-applet;version=1.4, application/x-java-applet;version=1.4.1, application/x-java-applet;version=1.4.2, application/x-java-applet;version=1.5, application/x-java-applet;version=1.6, application/x-java-applet;version=1.7, application/x-java-applet;jpi-version=1.7.0_00, application/x-java-bean, application/x-java-bean;version=1.1, application/x-java-bean;version=1.1.1, application/x-java-bean;version=1.1.2, application/x-java-bean;version=1.1.3, application/x-java-bean;version=1.2, application/x-java-bean;version=1.2.1, application/x-java-bean;version=1.2.2, application/x-java-bean;version=1.3, application/x-java-bean;version=1.3.1, application/x-java-bean;version=1.4, application/x-java-bean;version=1.4.1, application/x-java-bean;version=1.4.2, application/x-java-bean;version=1.5, application/x-java-bean;version=1.6, application/x-java-bean;version=1.7, application/x-java-bean;jpi-version=1.7.0_00 Npp-Name: The IcedTea Web Browser Plugin
Distro:Ubuntu 12.04 LTS
Release:
Repo/Section:universe/web

How to install icedtea-7-plugin 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 icedtea-7-plugin is not installed on your compter then the command 'dpkg -L icedtea-7-plugin' will give followin error.

deepak@deepak-VirtualBox:~$ dpkg -L icedtea-7-plugin
Package `icedtea-7-plugin' 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 icedtea-7-plugin:

After system update use the following command to install icedtea-7-plugin:

sudo apt-get install icedtea-7-plugin

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 icedtea-7-plugin from Ubuntu 12.04 LTS?

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

sudo apt-get remove  icedtea-7-plugin

Following command is used to remove the icedtea-7-plugin package along with its dependencies:

sudo apt-get remove --auto-remove icedtea-7-plugin

This will remove icedtea-7-plugin and all its dependent packages which is no longer needed in the system.

Completely removing icedtea-7-plugin with all configuration files:

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

sudo apt-get purge icedtea-7-plugin

or you can use following command also:

sudo apt-get purge --auto-remove icedtea-7-plugin

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

Get our newsletter

Categories