Did you know ...
Search Documentation:
Predicate pack_rebuild/1
HOME
DOWNLOAD
SWI-Prolog
Sources/building
Docker images
Add-ons
Browse GIT
DOCUMENTATION
Manual
Packages
FAQ
Command line
PlDoc
Bluffers
▶
Prolog syntax
PceEmacs
HTML generation
License
Publications
Rev 7 Extensions
TUTORIALS
Beginner
▶
Getting started
Learn Prolog Now!
Simply Logical
Debugger
Development tools
Advanced
▶
Modules
Grammars (DCGs)
clp(fd)
Printing messages
PlDoc
Web applications
▶
Web applications
Let's Encrypt!
Pengines
Semantic web
▶
ClioPatria
RDF namespaces
Graphics
▶
XPCE
GUI options
Machine learning
▶
Probabilistic Logic Programming
External collections
▶
Meta level tutorials
For packagers
▶
Linux packages
COMMUNITY
IRC
Forum & mailing list
Blog
News
Report a bug
Submit a patch
Submit an add-on
Roadmap (on GitHub)
External links
Contributing
Code of Conduct
Contributors
SWI-Prolog items
COMMERCIAL
WIKI
Login
View changes
Sandbox
Wiki help
All tags
Documentation
Reference manual
Packs: community add-ons
library(prolog_pack): A package manager for Prolog
pack_list_installed/0
pack_info/1
pack_list/1
pack_list/2
pack_search/1
pack_install/1
pack_install/2
pack_install_local/3
pack_url_file/2
pack_rebuild/0
pack_rebuild/1
pack_upgrade/1
pack_remove/1
pack_remove/2
pack_publish/2
pack_property/2
Packages
Availability:
:- use_module(
library(prolog_pack)
).
(can be autoloaded)
[det]
pack_rebuild
[det]
pack_rebuild
(
+Pack
)
Rebuild possible foreign components of
Pack
. The predicate
pack_rebuild/0
rebuilds all registered packs.