How To Install CDemu Tray On Ubuntu 13.04, 12.10, 12.04

Hello Linux Geeksters. In this article I will show you how to install CDemu Tray on Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal and Ubuntu 12.04 Precise Pangolin.

Watch Free Movies

http://i.stack.imgur.com/m3AOB.jpg

CDemu Tray is a GUI for cdemu-daemon, a tool for mounting and unmounting disk images. It is a little similar with Daemon Tools.

To use CDemu Tray, we have to install CDEmu-daemon first, from this PPA:

$ sudo add-apt-repository ppa:cdemu/ppa
$ sudo apt-get update
$ sudo apt-get install cdemu-daemon

Next, download the CDEmu Tray packages.

For 32 bit systems:

$ wget -O cdemu-tray.deb -c downloads.sourceforge.net/project/cdemu-tray/debian/cdemu-tray_0.6.2-1_i386.deb?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fcdemu-tray%2Ffiles%2Fdebian%2F&ts=1370198584&use_mirror=kent

For 64 bit systems:

$ wget -O cdemu-tray.deb downloads.sourceforge.net/project/cdemu-tray/debian/cdemu-tray_0.6.2-1_amd64.deb?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fcdemu-tray%2Ffiles%2Fdebian%2F&ts=1370198636&use_mirror=freefr

Install CDemu-Tray:

$ sudo dpkg -i cdemu-tray.deb

Scroll to Top