cargo-deb
Verified for current stable LTS
Cargo Deb Command: Select Package In Workspace
Use for select package in workspace with Cargo Deb. Exact CLI syntax to select package in workspace using Cargo Deb.
When to use this: Use for select package in workspace with Cargo Deb.
Command Syntax
cargo deb -p <package_name> cargo deb -p <package_name> Command Breakdown
-p- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to select package in workspace using Cargo Deb.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Cargo Deb Command: Create Debian Package
cargo deb Cargo Deb Command: Write Deb File cargo deb -o <path/to/file_or_directory> Cargo Deb Command: Compile For Target Triple cargo deb --target <x86_64-unknown-linux-gnu> Cargo Deb Command: Install Created Package cargo deb --install Cargo Deb Command: Create Debian Package From Project cargo deb