error in Version string 'v1.4': version number does not start with digit;

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:

  1. Error: Only root can install the application"
  2. 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?

3

1 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.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like