Home > OS >  After upgrading to Ubuntu18.04 vim doesn't work
After upgrading to Ubuntu18.04 vim doesn't work

Time:10-23

Cannot be used after upgrading to Ubuntu18.04 vim, according to
Vim: error while loading Shared libraries: libruby - 2.3 so. 2.3: always open a Shared object file: No to the file or directory
Pray god to solve

CodePudding user response:

Rely on package libruby - 2.3 there is a problem, update the trouble problem

CodePudding user response:

Here is clear (No to the file or directory) didn't find the corresponding files, install or update libruby - 2.3 so. 2.3

CodePudding user response:

reference 1st floor ojc8882003 response:
dependent package libruby - 2.3 there is a problem, update the trouble problems

Become libruby in 18.04 to 2.5. So. 2.5 the vim will have to rely on libruby - 2.3. So. 2.3, the don't know how to solve the

CodePudding user response:

refer to the second floor Liqinghai058 response:
here is clear (No to the file or directory) didn't find the corresponding files, install or update libruby - 2.3. So the 2.3

Become libruby in 18.04 to 2.5. So. 2.5, vim will have to rely on libruby - 2.3. So. 2.3, this don't know how to solve

CodePudding user response:

Hello, check the vim version, suggest to recompile the vim, so it should rely on is the system's own libruby

CodePudding user response:

My system is 18.04 but does not rely on libruby,

CodePudding user response:

It seems that the VIM is not use of ubuntu repositories, is his own compilation or third party packaging,
In this case, recompile,

CodePudding user response:

refer to 7th floor zssazrael response:
, it seems, the VIM is not use of ubuntu repositories, is his own compilation or third party packaging,
In this case, recompile,

Resolved thank you

CodePudding user response:

refer to 6th floor Liqinghai058 response:
my system is 18.04 but does not rely on libruby,

Resolved thank you

CodePudding user response:

The dynamic library didn't find it

CodePudding user response:

refer to the eighth floor y5492853 response:
Quote: refer to 7th floor zssazrael response:

It seems that the VIM is not use of ubuntu repositories, is his own compilation or third party packaging,
In this case, recompile,

Resolved thank you

Can you tell me how to solve?

CodePudding user response:

refer to the original poster y5492853 response:
after upgrading to Ubuntu18.04 vim cannot use, according to
Vim: error while loading Shared libraries: libruby - 2.3 so. 2.3: always open a Shared object file: No to the file or directory
Pray god to solve

Could you tell me how to solve the last?

CodePudding user response:

The
refer to 12 floor a455477402 reply:
Quote: refer to the original poster y5492853 response:

Cannot be used after upgrading to Ubuntu18.04 vim, according to
Vim: error while loading Shared libraries: libruby - 2.3 so. 2.3: always open a Shared object file: No to the file or directory
Pray god to solve

Could you tell me how to solve the last?

I seem to be installed before the third party plug-ins, I deleted all of the vim related files, and reinstall it

CodePudding user response:

Ubuntu upgrade to 18.04 after starting vim to libruby - 2.3 so. 2.3 the missing error, because before the upgrade vim is manual compiled, the compiler source files after the upgrade start lack of dependence on version

Solution:

1. Remove the/usr/share/vim vim version of the following, the path to compile default installation path, if you have different, can use whereis vim search
2. DPKG -l | grep vim search vim plug-in installation, delete all and confirm delete/usr/bin/vim/etc/vim/* content such as
3. To apt install vim for installation, after installation is back to normal, the default installation is 8 x version

CodePudding user response:

In the terminal input "sudo apt install vim"
  • Related