Installing SwiftFox in Debian etch
If you are like me who is fond of youtube videos or some site which uses youtube or macromedia flash and you are using AMD64 based pc, chances are you cant browse and watch that site without tweaking something in your Debian/Ubuntu. As of now the only the plugin for flash by Adobe/Macromedia is only for 32 bit linux which is available here . Luckily there is Swiftfox but on AMD64 based PC it wont run due to dependecy problem. You need to install the ia32-libs-gtk which is not available in the repository. I’m not really sure anyway but trying to apt-get this one will give me this kind of error
[code]
Building dependency tree... Done
Package ia32-libs-gtk 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
[/code]
Fortunately on the forum of swiftfox, i’ve found the link posted there. Its available in ubuntu repository.
And after doing the following command, my swiftfox is working in which I’ve installed the flash player.
[code]
magdiwangs-pc# dpkg -i ia32-libs-gtk_16.2_amd 64.deb
Selecting previously deselected package ia32-libs-gtk.
(Reading database ... 86460 files and directories currently installed.)
Unpacking ia32-libs-gtk (from ia32-libs-gtk_16.2_amd64.deb) ...
Setting up ia32-libs-gtk (16.2) ...
magdiwangs-pc# dpkg -i swiftfox_2.0.0.3-1_ath lon64.deb
(Reading database ... 86590 files and directories currently installed.)
Preparing to replace swiftfox-athlon64 2.0.0.3-1 (using swiftfox_2.0.0.3-1_athlo n64.deb) ...
Unpacking replacement swiftfox-athlon64 ...
Setting up swiftfox-athlon64 (2.0.0.3-1) ...
[/code]