linux - 找不到包 'libxml++-2.6'

标签 linux ubuntu

我想使用 ./configure 安装一些东西但在此过程中我收到此错误:

configure: error: Package requirements (libxml++-2.6 >= 2.20) were not met:

No package 'libxml++-2.6' found
我已经尝试过这两个命令但没有成功:
$sudo apt-get install libxml2
$sudo apt-get install libxml2-dev

最佳答案

# apt-get update
# apt-cache search libxml++
......
libxml++2.6-2v5 - C++ interface to the GNOME XML library (libxml2)
libxml++2.6-dev - C++ interface to the GNOME XML library (libxml2) - dev files

# apt-get install libxml++2.6-2v5 libxml++2.6-dev

关于linux - 找不到包 'libxml++-2.6',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63830156/

相关文章:

.net 开源和运行平台的选择

linux - Kubernetes Pod 报告的内存使用量多于实际进程消耗量

Bash 脚本 : Turn on errors?

ubuntu - 磁带归档器和 gnuzip

ubuntu - 无法让 Golang 在 Ubuntu 中工作

c - Linux 用户空间 DMA 访问(用于内存-内存复制)

linux - 设置 Apache 用户的 umask

c - 如果 2 个不同的进程同时对同一个文件调用写系统调用会发生什么

linux - Bash - 使用 socat 的代理服务器

c++ - Qt 5.8(ubuntu 16.04)在Linux上的应用部署