# Sync an RPM repository ### Create a remote `pulp rpm remote create --name 'remote-foo' --url 'https://fixtures.pulpproject.org/rpm-unsigned/'` ### Create a repository `pulp rpm repository create --name 'repo-foo' --autopublish --remote remote-foo` ### Create a distribution `pulp rpm distribution create --base-path path/foo --repository repo-foo --name dist-foo` ### Sync the repository `pulp rpm repository sync --name repo-foo` ### Add the repository to your Fedora machine `sudo dnf config-manager --add-repo http://localhost:8080/pulp/content/path/foo/config.repo` ### Install package 'cat' `sudo dnf install cat` ###### tags: `RPM`, `Pulp web-ui`
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up