https://github.com/rpm-outpost/visualvm
RPM Package for bleeding-edge visualvm
https://github.com/rpm-outpost/visualvm
fedora rpm rpm-packages visualvm
Last synced: 2 months ago
JSON representation
RPM Package for bleeding-edge visualvm
- Host: GitHub
- URL: https://github.com/rpm-outpost/visualvm
- Owner: RPM-Outpost
- License: mit
- Created: 2016-11-05T15:04:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-23T11:26:29.000Z (about 5 years ago)
- Last Synced: 2025-01-07T11:47:20.743Z (4 months ago)
- Topics: fedora, rpm, rpm-packages, visualvm
- Language: Shell
- Size: 11.1 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# VisualVM rpm
Unofficial script to create an RPM package of [VisualVM](https://visualvm.github.io/).
## How to use
Open a terminal in the repo directory and run `./create-package.sh`## How to update
When a new version of visualvm is released:1. Download the updated script from github (pull this repository).
2. Run the script to get the updated version.## More informations
### Supported distributions
- Fedora 30
- Fedora 31It may work on other RPM-based distributions but I haven't tested it.
### Requirements
The `rpmdevtools` package is required to build RPM packages and use the script. If it's not installed, the script will offer to install it.### About root privileges
Building an RPM package with root privileges is dangerous, see http://serverfault.com/questions/10027/why-is-it-bad-to-build-rpms-as-root.