Missing libxtst6:i386

Open
#4 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
42/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
ansible, java, linux, ubuntu

Research direction

Start by reading the role's Java installation tasks and identify where required Ubuntu packages are declared. Check how multiarch packages are handled, then verify that installing the role provides libxtst6:i386 and prevents the reported Oracle Java exception.

Written by the indexing model from the issue text.

Description

Enhancement

Possibly a reincarnation of this bug.

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
Dominant language
Python
Stars
4
Forks
14
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from azavea/ansible-java

All issues in azavea/ansible-java

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.