Today, I download a Linux version of QQ, a Deb file, but when I install it, I get an error : “version number does not start with digit”.
I search the internet and Google tells me the solution.
-
cd to the directory of linuxqq_v1.0.2-beta1_i386.deb
-
dpkg-deb -R linuxqq_v1.0.2-beta1_i386.deb linuxqq
-
vi linuxqq/DEBIAN/control
change the line “Version: v1.0.2-beta1” to “Version: 1.0.2-beta1”, ie remove the letter “v”.
save and exit.
-
dpkg-deb -b linuxqq/ linuxqq.deb
The new package linuxqq.deb can be installed successfully now.