Missing libxtst6:i386
Open
Enhancement
- Dominant language
- Python
- Stars
- 4
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
Possibly a reincarnation of [this bug](https://bugs.launchpad.net/ubuntu/+source/ia32-libs/+bug/946381).
Oracle Java sometimes will throw exceptions in use if the 32-bit version of libxtst6 cannot be found; this doesn't happen on desktop Ubuntu installs, as there's an assistive technology library that depends on it.
To install, multiarch support must be enabled:
```
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libxtst6:i386
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.