linux pkg解压工具,Pkg 1.3.0 发布,FreeBSD 的包管理工具
Pkg 是 FreeBSD 下一代的打包管理工具,用來替代當前的 pkg_info/pkg_create/pkg_add 工具,可以本地打包,也提供遠程打包,主要是為了方便遠程二進制包升級。
Pkg 1.3.0 發布,此版本是 29 個貢獻者 9 個月辛苦開發的成果,包括 373 個文件修改。
推薦閱讀:
Debian編譯內核時err: line 65 dpkg-gencontrol command not found http://www.linuxidc.com/Linux/2014-03/98783.htm
主要更新內容如下:
- New solver, now pkg has a real SAT solver able to automatically handle
conflicts and dynamically discover them. (yes pkg set -o is deprecated now)
- pkg install now able to install local files as well and resolve their
dependencies from the remote repositories
- Lots of parts of the code has been sandboxed
- Lots of rework to improve portability
- Package installation process has been reworked to be safer and handle properly
the schg flags
- Important modification of the locking system for finer grain locks
- Massive usage of libucl
- Simplification of the API
- Lots of improvements on the UI to provide a better user experience.
- Lots of improvements in multi repository mode
- pkg audit code has been moved into the library
- pkg -o A=B that will overwrite configuration file from cli
- The ui now support long options
- The unicity of a package is not anymore origin
- Tons of bug fixes
- Tons of behaviours fixes
- Way more!
此版本現已提供下載,更多內容請看這里。
總結
以上是生活随笔為你收集整理的linux pkg解压工具,Pkg 1.3.0 发布,FreeBSD 的包管理工具的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: VMWare的安装和虚拟机的新建
- 下一篇: Behavior