shadowsocksrr / electron-ssr

Shadowsocksr client using electron
MIT License
1.73k stars 510 forks source link

error: local database is inconsistent: name mismatch on package electron-ssr-0.3.0 #104

Open DHUer opened 4 years ago

DHUer commented 4 years ago

Your os

OS: Arch Linux x86_64 Host: Inspiron 7590 Kernel: 5.7.4-arch1-1 Uptime: 10 hours, 58 mins Packages: 1221 (pacman) Shell: bash 5.0.17 Resolution: 1920x1080 DE: Plasma WM: KWin WM Theme: Breeze Theme: Breeze Dark [Plasma], Breeze [GTK2/3] Icons: breeze-dark [Plasma], breeze [GTK2/3] Terminal: konsole CPU: Intel i5-9300H (8) @ 4.100GHz GPU: NVIDIA GeForce GTX 1650 Mobile / Max-Q GPU: Intel UHD Graphics 630 Memory: 5163MiB / 15776MiB

The version of electron-ssr

0.3.0

What's the problem

Everytime I use the pacman to install some packages, the terminal will prompt some wrong messages about eletron-ssr. Which said:

error: local database is inconsistent: name mismatch on package electron-ssr-0.3.0 error: local database is inconsistent: version mismatch on package electron-ssr-0.3.0

This error happens since I try to install eletron-ssr by AUR using yay. Then I failed and tried another way to install eletron-ssr, then I make a success. Although my eletron-ssr now is working fine, this error always shows when I use the pacman.

App log here

LWF666 commented 3 years ago

@DHUer you can uninstall the electron-ssr-0.3.0,then try to install electron-ssr-preview

this is the command: sudo pacman -Rscn electron-ssr-0.3.0 yay -S electron-ssr-preview

if you install the other package by "-U" options,you shuold uninstall it by "-Rscn" options,then reinstall by yay

on my machine ,no problem!

good for you!