Today, I tried to install Odesk Tracker on by Ubuntu machine but it was throwing a number of errors.
shiv@localhost:~$ sudo dpkg -i ~/Downloads/odeskteam_3.12.9_i386.deb
(Reading database ... 294217 files and directories currently installed.)
Preparing to unpack .../odeskteam_3.12.9_i386.deb ...
Unpacking odeskteam (3.12.9) over (3.12.9) ...
dpkg: dependency problems prevent configuration of odeskteam:
odeskteam depends on libphonon4 (>= 4:4.2.0).
odeskteam depends on phonon.
dpkg: error processing package odeskteam (--install):
dependency problems - leaving unconfigured
Processing triggers for mime-support (3.54ubuntu1.1) ...
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Errors were encountered while processing:
odeskteam
Tried to install dependencies as well but no use. Same list of errors.
After lot of search and brainstorming I was not able to find any answer and contacted Odesk Support. After couple of hours they came up a solution which not at all working out. Finally found a very simple solution, the following chain of commands and it worked:
shiv@localhost:~$ sudo apt-get clean
shiv@localhost:~$ sudo apt-get -f install
shiv@localhost:~$ sudo dpkg -i ~/Downloads/odeskteam_3.12.9_i386.deb
That's it.
Thanks!!!!!!!!!!!!!! Enjoy Programming :)
Reference Link:
http://askubuntu.com/questions/314221/getting-errors-when-installing-packages
shiv@localhost:~$ sudo dpkg -i ~/Downloads/odeskteam_3.12.9_i386.deb
(Reading database ... 294217 files and directories currently installed.)
Preparing to unpack .../odeskteam_3.12.9_i386.deb ...
Unpacking odeskteam (3.12.9) over (3.12.9) ...
dpkg: dependency problems prevent configuration of odeskteam:
odeskteam depends on libphonon4 (>= 4:4.2.0).
odeskteam depends on phonon.
dpkg: error processing package odeskteam (--install):
dependency problems - leaving unconfigured
Processing triggers for mime-support (3.54ubuntu1.1) ...
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Errors were encountered while processing:
odeskteam
Tried to install dependencies as well but no use. Same list of errors.
After lot of search and brainstorming I was not able to find any answer and contacted Odesk Support. After couple of hours they came up a solution which not at all working out. Finally found a very simple solution, the following chain of commands and it worked:
shiv@localhost:~$ sudo apt-get clean
shiv@localhost:~$ sudo apt-get -f install
shiv@localhost:~$ sudo dpkg -i ~/Downloads/odeskteam_3.12.9_i386.deb
That's it.
Thanks!!!!!!!!!!!!!! Enjoy Programming :)
Reference Link:
http://askubuntu.com/questions/314221/getting-errors-when-installing-packages
Comments
Post a Comment
Thanks for your valuable comments.