I am trying to install Bulkr, an Adobe AIR application for downloading Flick photos in Ubuntu 11.04 but the installation fails with an error dialogue box that says "The application could not be installed. Try installing it again. If the problem persists, contact the application author. Error #1".
Main highlight of the error log files are:
- Error: Only root can install the application"
- Error: dpkg: error processing /tmp/ (--install)......error in Version string 'v1.4': version number does not start with digit;
I am able to install & run Bulkr in Ubuntu 10.04. So, is this an issue with Bulkr application version number not being compatible for Ubuntu 11.04?
31 Answer
'v1.4' is not a valid version number for a .deb package. Previous versions of dpkg just ignored that but now it's an error. See
Contact the package developer and ask nicely to correct the version number.