| Hariainm |
2010-07-20 05:11 |
Re: Ovi Store - Instinctiv
Quote:
Originally Posted by andrew_85
(Post 757420)
strange guys because i also tried with the application manager,it says unable to install instinctiv :-( any solutions?
|
As Haus3r said, this is not a help_newbies_on_linux thread, but... :p Weird thing that installing from File Manager doesn't work for you, may be because having a corrupt/incomplete file? try downloading it again, and if it still refuses to install type this:
Code:
sudo gainroot
cd /to_the_path_your_downloads_are_stored
#if you are lost, try find / -name b.deb
dpkg -i b.deb
Should work (if doesn't, you are doing something wrong :p probably specifying wrong path or file name)
|