Removing a Package from a Feed
- Updated2024-08-26
- 1 minute(s) read
Use the command line interface to remove a package from a feed.
- Open a command prompt.
-
Change directories to the location of Package Manager.
The default location is C:\Program Files\National Instruments\NI Package Manager.
-
Run the following command: nipkgfeed-remove-pkg "<location of
feed>" "<name and filepath of
package(s)>".
For example, if you enter C:\Program Files\National Instruments\NI Package Manager> nipkgfeed-remove-pkg "C:\temp\myTestFeed" "C:\temp\myTestPackage\my-test-package.nipkg", Package Manager removes my-test-package.nipkg from the feed manifest files in the C:\temp\myTestFeed directory.
Related Information
- Creating a Feed
Create feeds to distribute multiple packages that have dependencies on one another and consolidate package file updates in one location.
- Package Creation
To create a package using Package Manager, you gather the relevant components into a single directory and build the package using the command line interface.
- Installing Packages from a Feed
To install packages from a feed, you register the feed and install it from the Packages tab.