I had to reinstall Kubuntu 15.10 (32bit) and when I try to reinstall Guitar Pro 6 (32bit) it failed. The strange thing is that it was working perfectly fine before with same OS, same PC, same Guitar Pro 6 .deb package.
When I try to install it I get :
fr2632v3@fr2632v3:~/Downloads$ sudo dpkg -i gp6-full-linux-r11686.deb
Selecting previously unselected package guitarpro6.
(Reading database ... 215253 files and directories currently installed.)
Preparing to unpack gp6-full-linux-r11686.deb ...
Unpacking guitarpro6 (6.1.9) ...
dpkg: dependency problems prevent configuration of guitarpro6:
guitarpro6 depends on libportaudio0; however:
Package libportaudio0 is not installed.
guitarpro6 depends on libssl0.9.8; however:
Package libssl0.9.8 is not installed.
dpkg: error processing package guitarpro6 (--install):
dependency problems - leaving unconfigured
Processing triggers for mime-support (3.58ubuntu1) ...
Errors were encountered while processing:
guitarpro6
Then I run :
fr2632v3@fr2632v3:~/Downloads$ sudo apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages will be REMOVED:
guitarpro6
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 109 MB disk space will be freed.
Do you want to continue? [Y/n]
(Reading database ... 216527 files and directories currently installed.)
Removing guitarpro6 (6.1.9) ...
Processing triggers for mime-support (3.58ubuntu1) ...
By checking the dependencies :
fr2632v3@fr2632v3:~/Downloads$ sudo dpkg -I gp6-full-linux-r11686.deb
new debian package, version 2.0.
size 55312520 bytes: control archive=34796 bytes.
383 bytes, 10 lines control
111155 bytes, 1206 lines md5sums
Package: GuitarPro6
Version: 6.1.9
Section: non-free/audio
Priority: optional
Architecture: i386
Depends: gksu, libasound2, libc6 (>= 2.1.3), libglu1-mesa, libportaudio0, libportaudio2, libssl0.9.8, libstdc++6, libxml2, libxslt1.1, zlib1g
Installed-Size: 106346
Maintainer: Arobas Music <contact@arobas-music.com>
Description: http://www.guitar-pro.com
Guitar Pro 6, Linux Version.
I found out the the following are installed :
gksu
libasound2
libc6
libglu1-mesa
libportaudio2
libstdc++6
libxml2
libxslt1.1
zlib1g
And the issue is that the following are not found :
libportaudio0
libssl0.9.8
But :
fr2632v3@fr2632v3:~/Downloads$ sudo apt-get install libportaudio0 libssl0.9.8
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libssl0.9.8 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Unable to locate package libportaudio0
E: Package 'libssl0.9.8' has no installation candidate
Any idea how/where can I found and install libssl0.9.8 and libportaudio0 ? Btw I have contacted the Guitar Pro technical support and I have got an horrible support. Besides they are really unqualified and they couldn`t help me on this.
Thanks.