Install thoggen on Ubuntu: sudo apt-get install thoggen

Learn how to install thoggen with the command sudo apt-get install thoggen on Ubuntus.


 

Ads

Quick installation of thoggen:

Step 1: Update system:

	sudo apt-get update

Step 2: Install: thoggen

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

	sudo apt-get install thoggen

Package Details

Package:thoggen
Version:0.7.1-1ubuntu1
Maintainer:Ubuntu MOTU Developers
Home page:
Description:DVD backup utility based on GStreamer and Gtk+ Thoggen is designed to be easy and straight-forward to use. It attempts to hide the complexity many other transcoding tools expose and tries to offer sensible defaults that work okay for most people most of the time. Features: * Easy to use, with a nice graphical user interface (GUI) * Supports title preview, picture cropping, and picture resizing. * Language Selection for audio track (no subtitle support yet though) * Encodes into Ogg/Theora video * Can encode from local directory with video DVD files * Based on the GStreamer multimedia framework, which makes it fairly easy to add additional encoding formats/codecs in future. . http://thoggen.net
Distro:Ubuntu 12.04 LTS
Release:
Repo/Section:universe/graphics

How to install thoggen on Ubuntu 12.04 LTS?

Install thoggen on Ubuntu: sudo apt-get install thoggen

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

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

After system update use the following command to install thoggen:

sudo apt-get install thoggen

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

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

sudo apt-get remove  thoggen

Following command is used to remove the thoggen package along with its dependencies:

sudo apt-get remove --auto-remove thoggen

This will remove thoggen and all its dependent packages which is no longer needed in the system.

Completely removing thoggen with all configuration files:

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

sudo apt-get purge thoggen

or you can use following command also:

sudo apt-get purge --auto-remove thoggen

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