Software Manager Will Not Open - "Import Error"

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
BandAid91

Software Manager Will Not Open - "Import Error"

Post by BandAid91 »

Hello,

For some time I've had an issue with the Software Manager not opening after password authentication.
I have tried re-installing mintinstall however I do not believe the error that I receive when running "sudo mintinstall" is related directly to the application. At least not from what I can tell.

Error:

Code: Select all

$ sudo mintinstall
Traceback (most recent call last):
  File "/usr/lib/linuxmint/mintinstall/mintinstall.py", line 16, in <module>
    import webkit
  File "/usr/lib/python2.7/dist-packages/webkit/__init__.py", line 21, in <module>
    import webkit
ImportError: libjavascriptcoregtk-1.0.so.0: cannot open shared object file: No such file or directory
I think I am just missing this RPM file but I am not familiar with how to download and install it or if I even need to. I'm not sure if I might be over-complicating the problem either.

Any insight would be greatly appreciated, thank you!
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
shengchieh

Re: Software Manager Will Not Open - "Import Error"

Post by shengchieh »

Use SPM to add this library file.

menu
-> settings
-> synaptic package manager

enter your password.
wait for search bar to show up. (My slow computer takes 1/2 min)
enter libjavascriptcore
check one
click apply

Sheng-Chieh
minitux

Re: Software Manager Will Not Open - "Import Error"

Post by minitux »

rpm packages do not come with mint, use deb packages

however try installing the package libjavascriptcoregtk-1.0-0

Code: Select all

sudo apt-get install libjavascriptcoregtk-1.0-0
BandAid91

Re: Software Manager Will Not Open - "Import Error"

Post by BandAid91 »

shengchieh wrote:Use SPM to add this library file.

menu
-> settings
-> synaptic package manager

enter your password.
wait for search bar to show up. (My slow computer takes 1/2 min)
enter libjavascriptcore
check one
click apply

Sheng-Chieh
Hey! I re-installed the package using this method and it worked flawlessly. Thank you so much for your help!
minitux

Re: Software Manager Will Not Open - "Import Error"

Post by minitux »

Mark the topic as [Solved]

Bye
Locked

Return to “Xfce”