Popular Ranking
Changedeepin desktop lack permsion mangemnt system from the gui
[25 Preview] Dark Theme
One toggle switch for `Show messages on Lockscreen`
- why cant i login to coinbase 《+1(833) ➽590 ➽0301
- are coinbase and coinbase pro the same login [1]-[833]-[590]-[0301]
- How to Contact Expedia US: Phone, Email, and Care Chat Methods
Popular Events
More
The following content is from the user @deepin-superuser, Thanks for the sharing.
Error Message:
errorwhile loading shared libraries: libusb-1.0.so.0: cannot open sharedobject file: No such file or directory
Solution:
apt-file
:sudo apt install apt-file
sudo apt update
apt-file search libusb-1.0.so.0
libusb-1.0-0
matches the system dependency. Navigate to the program directory, for example, in my case:/home/cloud/Desktop/ll-build/linglong-build/com.itusb1-manager/package/com.itusb1-manager.linyaps
, and run the following command to add the missing dependency:In this case,
/home/cloud/Desktop/ll-build
is my specified build directory, andlinglong-build/com.syntevo.deepgit/package/com.syntevo.deepgit.linyaps
is auto-generated by the script.ll-pica adep -d "libusb-1.0-0"
ll-builder build
ll-builder export
ll-builder run
If everything runs smoothly, you can submit the
xxx.runtime.layer
file from the program directory. If other dependencies are still missing, repeat steps 3 to 5.