An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

![visualvm logo](visualvm-logo.png)

# 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 31

It 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.