Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

2.7K
Views
¿Cómo instalar el paquete libwebkitgtk en Ubuntu 20.04 LTS?

Así que estoy tratando de instalar Solar2D (anteriormente conocido como Corona SDK) para hacer un juego móvil. Después de instalar las dependencias, cuando ejecuto Solar 2D me sale el siguiente error:

 /home/user/CoronaSimulator/CoronaSimulator: error while loading shared libraries: libwebkitgtk-3.0.so.0: cannot open shared object file: No such file or directory

Intenté instalar libwebkitgtk usando sudo apt-get install libwebkitgtk-1.0-0 pero recibo el siguiente mensaje en la Terminal:

 Reading package lists... Done Building dependency tree Reading state information... Done Package libwebkitgtk-1.0-0 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 E: Package 'libwebkitgtk-1.0-0' has no installation candidate
over 4 years ago · Santiago Trujillo
3 answers
Answer question

0

Siguiendo los pasos aquí solucionado el problema para mí

Abre la terminal y escribe esto:

  1. sudo nano /etc/apt/sources.list
  2. Agregue esta entrada al archivo y guarde:

deb http://cz.archive.ubuntu.com/ubuntu bionic main universe

  1. sudo apt-obtener actualización

  2. sudo apt-get install libwebkitgtk-1.0-0 -> si está usando Vega y jdk de 64 bits

    sudo apt-get install libwebkitgtk-1.0-0:i386 -> si está usando Vega y jdk de 32 bits

over 4 years ago · Santiago Trujillo Report

0

Esta no es una respuesta completa, pero resolví mi problema similar al descubrir que se necesitaba instalar una dependencia anterior anterior antes de que libwebkitgtk-3 se instalara correctamente. Específicamente, necesitaba que libjavascriptcoregtk estuviera instalado en el sistema antes de poder intentar instalar libwebkitgtk con éxito. No estoy seguro de si libwebkitgtk o el programa que estoy usando necesitaban libjavascriptcoregtk, pero de cualquier manera, aparentemente fue necesario primero.

Por lo tanto, puede haber algunas otras dependencias que debe satisfacer primero antes de que pueda continuar con la instalación.

over 4 years ago · Santiago Trujillo Report

0

KNIME tiene una dependencia similar. En Debian, las nuevas bibliotecas necesarias son:

libwebkit2gtk-4.0-37

libwebkit2gtk-4.0-37-gtk2

(Usando los repositorios estándar)

 sudo apt-get install libwebkit2gtk-4.0-37 sudo apt-get install libwebkit2gtk-4.0-37-gtk2
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!