Install oem-config-slideshow-ubuntu on Ubuntu: sudo apt-get install oem-config-slideshow-ubuntu

Learn how to install oem-config-slideshow-ubuntu with the command sudo apt-get install oem-config-slideshow-ubuntu on Ubuntus.


 

Ads

Quick installation of oem-config-slideshow-ubuntu:

Step 1: Update system:

	sudo apt-get update

Step 2: Install: oem-config-slideshow-ubuntu

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

	sudo apt-get install oem-config-slideshow-ubuntu

Package Details

Package:oem-config-slideshow-ubuntu
Version:58.2
Maintainer:Ubuntu Developers
Home page:https://launchpad.net/ubiquity-slideshow-ubuntu
Description:OEM slideshow for Ubuntu A slideshow intended for the post-OEM-install configuration, designed as a quick introduction to Ubuntu. Homepage: https://launchpad.net/ubiquity-slideshow-ubuntu
Distro:Ubuntu 12.04 LTS
Release:
Repo/Section:x11

How to install oem-config-slideshow-ubuntu on Ubuntu 12.04 LTS?

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 oem-config-slideshow-ubuntu is not installed on your compter then the command 'dpkg -L oem-config-slideshow-ubuntu' will give followin error.

deepak@deepak-VirtualBox:~$ dpkg -L oem-config-slideshow-ubuntu
Package `oem-config-slideshow-ubuntu' 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 oem-config-slideshow-ubuntu:

After system update use the following command to install oem-config-slideshow-ubuntu:

sudo apt-get install oem-config-slideshow-ubuntu

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 oem-config-slideshow-ubuntu from Ubuntu 12.04 LTS?

Now we will see the commands for uninstalling the oem-config-slideshow-ubuntu 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 oem-config-slideshow-ubuntu following command is used:

sudo apt-get remove  oem-config-slideshow-ubuntu

Following command is used to remove the oem-config-slideshow-ubuntu package along with its dependencies:

sudo apt-get remove --auto-remove oem-config-slideshow-ubuntu

This will remove oem-config-slideshow-ubuntu and all its dependent packages which is no longer needed in the system.

Completely removing oem-config-slideshow-ubuntu with all configuration files:

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

sudo apt-get purge oem-config-slideshow-ubuntu

or you can use following command also:

sudo apt-get purge --auto-remove oem-config-slideshow-ubuntu

Above command will remove all the configuration files and data associated with oem-config-slideshow-ubuntu package. You can can't recover the delete data, so, use this command with care.