Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make local rpms upgrade-able #14

Open
billwheatley opened this issue Oct 19, 2020 · 0 comments
Open

Make local rpms upgrade-able #14

billwheatley opened this issue Oct 19, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@billwheatley
Copy link
Owner

billwheatley commented Oct 19, 2020

Currently updating an RPM in from local dir may not be upgrade-able, you may have to uninstall the old version to install the new version.

Manual work around to uninstall the old version:

search for package

rpm -qa | grep -i some_sort_package_name

Get the actual package name (including version)

Delete the package

rpm -e real_package_name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant