hello people,
trying to get nspluginwrapper running on my AMD64. transformed the rpms into deb using alien but when i try to install them i get an error. apparently it did work in previous version as described in http://ubuntuforums.org/showthread.php?t=160318.
Any suggestions? Probably something really stupid that i do not see at the moment cause I'm tired!
trying to get nspluginwrapper running on my AMD64. transformed the rpms into deb using alien but when i try to install them i get an error. apparently it did work in previous version as described in http://ubuntuforums.org/showthread.php?t=160318.
Code:
$ sudo alien -d *.rpm Password: Warning: Skipping conversion of scripts in package nspluginwrapper: postinst prerm Warning: Use the --scripts parameter to include the scripts. nspluginwrapper_0.9.91.2-2_amd64.deb generated nspluginwrapper-i386_0.9.91.2-2_amd64.deb generated $ sudo dpkg -i nsplginwrapper-i386_0.9.91.2-2_amd64.deb dpkg: error processing nsplginwrapper-i386_0.9.91.2-2_amd64.deb (--install): cannot access archive: No such file or directory Errors were encountered while processing: nsplginwrapper-i386_0.9.91.2-2_amd64.deb $ sudo dpkg -i nsplginwrapper_0.9.91.2-2_amd64.deb dpkg: error processing nsplginwrapper_0.9.91.2-2_amd64.deb (--install): cannot access archive: No such file or directory Errors were encountered while processing: nsplginwrapper_0.9.91.2-2_amd64.deb
Comment