Package
Everything on SkillVeris tagged Package — collected across the glossary, study notes, blog, and cheat sheets.
16 resources across 1 library
Study Notes(16)
MSIX Packaging
MSIX is Microsoft's modern Windows app packaging format that unifies MSI, APPX, ClickOnce, and App-V into a single container with clean install/uninstall and d…
NuGet Package Management
How .NET Core projects declare, resolve, and centrally manage third-party dependencies through NuGet.
dbt Packages
dbt packages let you install and reuse pre-built models, macros, and tests published by others, from the dbt Hub or a private Git repo, via a simple packages.y…
Quicklisp and Package Management
How Quicklisp and ASDF work together to define, load, and distribute Common Lisp systems and their dependencies.
Writing R Packages
Learn how to structure, document, and build a distributable R package using usethis, roxygen2, and devtools.
The Julia Package Manager (Pkg)
How to use Julia's built-in Pkg to create reproducible environments, add and version packages, and understand Project.toml and Manifest.toml.
DUB Package Management
DUB is D's official build tool and package manager -- it resolves dependencies, drives builds across configurations, and publishes reusable packages to the DUB…
Pub and Package Management
How Dart's pub tool, pubspec.yaml, and the pub.dev registry work together to manage dependencies and publish reusable packages.
LuaRocks and Package Management
How LuaRocks, Lua's standard package manager, installs, versions, and distributes reusable Lua modules and rockspec-defined C extensions.
Cabal and Package Management
Learn how Cabal defines, builds, and resolves dependencies for Haskell projects, and how it works alongside Stack and Hackage.
Packages and Namespaces
Understand how Perl's 'package' keyword partitions global symbol tables to avoid naming collisions and how namespaces underpin every module and class.
The sync Package in Go
The sync package provides primitives like WaitGroup, Mutex, and Once for coordinating goroutines and protecting shared state.
npm and Package Management
Learn how npm manages dependencies, scripts, and versioning for Node.js projects via package.json.
Helm Package Manager
Understand how Helm charts template and version Kubernetes manifests, and how to install, upgrade, and roll back releases.
Composer and Package Management
Learn how Composer manages PHP project dependencies, autoloading, versioning, and the composer.json/composer.lock files that define a project's package graph.
Package Management (apt and yum)
Learn how Debian/Ubuntu's apt and RHEL/CentOS's yum/dnf install, update, and remove software, resolve dependencies, and manage repositories.