Missing libxtst6:i386
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
- Domain
- devops, infrastructure
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
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from azavea/ansible-java
-
Enhancement
Difficulty 4/5 3-5 days Newbie friendliness 35/100
azavea/ansible-java#29 · 1 reaction ·
-
Enhancement
Difficulty 3/5 1-2 days Newbie friendliness 35/100
azavea/ansible-java#16 ·
-
Defect
Difficulty 3/5 1-2 days Newbie friendliness 30/100
azavea/ansible-java#5 · 1 comment ·
All issues in azavea/ansible-java
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100