Friday, April 26, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 1883  / 1 Year ago, wed, february 1, 2023, 5:39:53

When I start synaptic, it throws the following:



$ sudo synaptic
[sudo] password for xxxxx:
synaptic: error while loading shared libraries: libept.so.1.aptpkg4.12: cannot open shared object file: No such file or directory


What is the reason and what is its solution?


More From » synaptic

 Answers
5

You should reinstall libept1.4.2 since for some reason or other is not present in the /usr/lib directory. For doing so:



sudo apt-get --reinstall install libept1.4.12


You may check if it exist or not doing:



$ ls -l /usr/lib/libept.so.1.aptpkg4.12
-rw-r--r--. 1 root root 596740 jun 21 2012 /usr/lib/libept.so.1.aptpkg4.12

[#29656] Friday, February 3, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
lishrag

Total Points: 306
Total Questions: 109
Total Answers: 125

Location: Saint Lucia
Member since Wed, Feb 8, 2023
1 Year ago
;