I just upgraded my ubuntu 9.04 to ubuntu 9.10. Before recompiling wine, we needed to install all the dependencies. I grabbed the newest dependencies installation script from http://winezeug.googlecode.com/svn/trunk/install-wine-deps.sh However, when I ran it, it stopped with an error: Reading package lists... Done Building dependency tree Reading state information... Done Package libcupsys2-dev is a virtual package provided by: libcups2-dev 1.4.1-5ubuntu2.1 You should explicitly select one to install. E: Package libcupsys2-dev has no installation candidate From the error message, the solution is clear, edit the script and replace libcupsys2-dev with libcups2-dev ... and we can enjoy the wine again now
Personal notes of Bambang Pranoto of various computing topics especially programming