Created
January 25, 2011 18:42
-
-
Save jmazzi/795377 to your computer and use it in GitHub Desktop.
How to fix adobe-air apps on Arch Linux x86_64 (Fix Error: HTMLLoader failed to initializeTypeError: Error #1009)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# sync package db | |
pacman -Sy | |
# installed bin32 adobe-air, be sure to remove the old one if you already installed it | |
yaourt -S aur/bin32-adobe-air | |
# Install the missing libs the AURs should depend on. | |
pacman -S lib32-libxt lib32-libxtst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Enable multilib in /etc/pacman.conf | |
[multilib] | |
Include = /etc/pacman.d/mirrorlist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment