ubuntu里面的libxml

RT,昨天失误操作:sudo apt-get remove libxml ,然后系统就无法启动了。想知道这个 libxml 是什么? 为什么会这样?

阅读 3.1k
3 个回答

显然是系统服务依赖libxml

libxml 是 XML 的相关工具库,解析,构建什么的里面应该都有。(我没直接用过它,但是 Python 下的 lxml 就是对它的封装)

至于为什么会无法启动,得看日志和错误信息。

特征和简介:http://xmlsoft.org/intro.html

说明:Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), it is free software available under the MIT License. XML itself is a metalanguage to design markup languages, i.e. text language where semantic and structure are added to the content using extra "markup" information enclosed between angle brackets. HTML is the most well-known markup language. Though the library is written in C a variety of language bindings make it available in other environments.

楼上的应该已经能够解决你的问题了,如果想详细了解,最好看一看官方的说明,谢谢

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题