Hello Developers, I would like to share a tip that helped me install Google Chrome Beta 9 successfully. As of today 02/08/11 I performed a Clean Install of Ubuntu 11.04 Alpha 2, and I'm still running into the same error with the aptdaemon package. Instead of complaining about stuff that doesn't work, I wanted to offer a tip to help other folks install Google Chrome Beta 9 successfully. As you can see from Line 1, I used the "sudo dpkg -i PATH-TO-FILE" command, and discovered in Line 8 that the "libcurl3" package was not installed. In kind I would enter "sudo apt-get install libcurl3" into my terminal window, and the package installed successfully. After this process was complete, I issued the "sudo dpkg -i PATH-TO-FILE" command to install Google Chrome Beta 9 and IT WORKED. Thanks again for all that you're doing to help users with the various bugs that are being reported.
1) william@william-Aspire-5516:~/Downloads$ sudo dpkg -i google-chrome-beta_current_i386.deb 2) sudo] password for william: 3) (Reading database ... 139663 files and directories currently installed.) 4) Preparing to replace google-chrome-beta 9.0.597.84-r72991 (using google-chrome-beta_current_i386.deb) ... 5) Unpacking replacement google-chrome-beta ... 6) dpkg: dependency problems prevent configuration of google-chrome-beta: 7) google-chrome-beta depends on libcurl3; however: 8) Package libcurl3 is not installed. ## I HAD TO INSTALL THE "libcurl3" PACKAGE 9) dpkg: error processing google-chrome-beta (--install): 10) dependency problems - leaving unconfigured 11) Processing triggers for man-db ... 12) Processing triggers for bamfdaemon ... 13) Rebuilding /usr/share/applications/bamf.index... 14) Processing triggers for desktop-file-utils ... 15) Processing triggers for python-gmenu ... 16) Rebuilding /usr/share/applications/desktop.en_US.utf8.cache... 17) Processing triggers for python-support ... 18) Errors were encountered while processing: 19) google-chrome-beta 20) william@william-Aspire-5516:~/Downloads$ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/702217 Title: Cannot install local deb package from Software Center -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
