% eopkg # Add a repository for installing packages (: name of repository to add, : address or repository) eopkg ar # Remove eopkg packages eopkg rmf [ ... ] # Information about the package owner and release eopkg bl # Build an eopkg eopkg bi # Verify all installations eopkg check # Clean stale locks eopkg clean # Configure pending packages eopkg cp # Delete cached packages eopkg dc # Creates a delta package eopkg dt # Disable a repository eopkg dr [ ... ] # Build and install eopkg source packages from repository eopkg em # Enable a repository eopkg er [ ... ] # Fetch a package eopkg fc [ ... ] # Display all avalible eopkg commands eopkg help # Display help for a specific command eopkg help # View package transaction history eopkg hs # Index eopkg files in a given directory eopkg ix # Display package Information eopkg info [ ... ] # Install an eopkg eopkg it [ ... ] # List all available packages in the repositories eopkg la # List all available packages in a specific repository eopkg la [ ... ] # List available components eopkg lc # Print a list of all installed packages eopkg li # List newest packages in all repositories eopkg ln # List newest packages in specific repository eopkg ln [ ... ] # List pending packages eopkg lp # List repositories eopkg lr # List avalible sources eopkg ls # List packages that can be upgraded eopkg lu # Rebuild eopkg databases eopkg rdb # Remove eopkg packages eopkg rm [ ... ] # Remove orphaned packages eopkg rmo # Remove repositories eopkg rr [ ... ] # Search for a package in repositories eopkg sr # Search for the installed package which contains the specified file eopkg sf [ ... ] # Update all repository databases eopkg ur # Update specific repository database eopkg ur [ ... ] # Update all installed eopkg packages eopkg up # Update a specific eopkg package eopkg up [ ... ]