remove libs:

[apt-get purge remove] or [aptitude purge]

 

how to use apt-get and aptitude

https://blog.csdn.net/yili_xie/article/details/4803314

 

some errors related to libs:

1.lack of libs

there is no use to install a required lib after installing opencv, because opencv cannot linked to it

 

2. libs confilct

the error below is mostly because of libs conflicts instead of lack of depending libs. remove all the conflicts libs and install again

linux库冲突解决方法 apt purge / aptitude purge

 

3.spare libs

some libs are spare, remove them

linux库冲突解决方法 apt purge / aptitude purge

相关文章:

  • 2021-11-03
  • 2021-06-28
  • 2022-03-11
  • 2022-12-23
  • 2021-10-03
  • 2021-07-06
  • 2021-12-02
  • 2022-02-27
猜你喜欢
  • 2022-12-23
  • 2021-07-09
  • 2021-06-22
  • 2022-12-23
  • 2022-02-23
  • 2021-12-16
  • 2022-12-23
相关资源
相似解决方案