# Nonportable **Repository Path**: scoop-installer-mirrors/Nonportable ## Basic Information - **Project Name**: Nonportable - **Description**: 📦 Scoop bucket for non-portable applications. - **Primary Language**: Unknown - **License**: Unlicense - **Default Branch**: master - **Homepage**: https://scoop.sh/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-26 - **Last Updated**: 2025-10-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: Scoop, scoop-bucket, scoop-apps ## README # Scoop Nonportable Bucket [![Tests](https://github.com/ScoopInstaller/Nonportable/actions/workflows/ci.yml/badge.svg)](https://github.com/ScoopInstaller/Nonportable/actions/workflows/ci.yml) [![Excavator](https://github.com/ScoopInstaller/Nonportable/actions/workflows/excavator.yml/badge.svg)](https://github.com/ScoopInstaller/Nonportable/actions/workflows/excavator.yml) [Scoop](https://scoop.sh/) bucket for non-portable applications. ``` scoop bucket add nonportable ``` How do I install these packages? --------------------------------- To add this bucket, run `scoop bucket add nonportable`. To install, run `scoop install `. Most of the packages in this bucket requires **admin rights** to install. To install them, you should either: **(1)** Run *windows command line* (cmd) or *Powershell* as admin. or, **(2)** install *sudo*(`scoop install sudo`) or *gsudo* (`scoop install gsudo`), and run `sudo scoop install ` How do I contribute new packages? ---------------------------------- To make a new package contribution, please read the [Contributing Guide](https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md).