Summary
NUU, Network Update Utility, is a graphical user interface which allows a user to make modifications to the installed rpm packages on a system.
Capabilities:
- Install new packages or update existing packages by downloading them from a yum repository
- Remove existing packages.
- Configure set of repositories from which to obtain new and updated packages.
- Examine installed packages or packages available for installation or update
- Install, update, or remove groups of packages
- Install or update suites of packages
Downloading
NUU can be downloaded as a source tarballs.
NUU also can be downloaded as a binary or source rpm for the following linux distributions:
- Red Hat Enterprise Linux 9 / Rocky 9 / Oracle 9
- Red Hat Enterprise Linux 8 / CentOS 8
- Red Hat Enterprise Linux 7 / CentOS 7
- Red Hat Enterprise Linux 6 / CentOS 6
- Red Hat Enterprise Linux 5 / CentOS 5
- Red Hat Enterprise Linux 4 / CentOS 4
- Red Hat Enterprise Linux 3 / CentOS 3
- RedHawk Linux 9.x (package releases say rhel9, and it's OK)
- RedHawk Linux 8.x (package releases say rhel8, and it's OK)
- RedHawk Linux 7.x (package releases say rhel7, and it's OK)
- RedHawk Linux 6.x (package releases say rhel6, and it's OK)
- RedHawk Linux 5.x (package releases say rhel5, and it's OK)
- RedHawk Linux 4.x (package releases say rhel4, and it's OK)
- RedHawk Linux 2.x (package releases say rhel3, and it's OK)
NUU support for other distributions can be found in older distros.
Those locations contain all the packages necessary to build nuu (beyond those provided by the distribution). If you wish only to install the binary package, then only the following packages are necessary:
- nuu
- additionally on RHEL 3/4:
- qt4
- qt4-x11
- yum
NOTE: Some of the rpm packages in the above locations are produced by third parties and are provided here only for convenience.
In the past, NUU was released for various Fedora and SUSE releases, but this no longer is done. The tool almost certainly still works on those releases, however, and NUU could be built for them from the source tarball.
Repository Configuration
For automatic updates of NUU itself, you can create a configuration file named /etc/yum.repos.d/nuu.repo with the appropriate following content:
- Red Hat Enterprise Linux 9 / Rocky 9 / Oracle 9:
[nuu] name=NUU baseurl=http://redhawk.concurrent-rt.com/nuu/rhel9/$basearch/
- Red Hat Enterprise Linux 8 / CentOS 8:
[nuu] name=NUU baseurl=http://redhawk.concurrent-rt.com/nuu/rhel8/$basearch/
- Red Hat Enterprise Linux 7 / CentOS 7:
[nuu] name=NUU baseurl=http://redhawk.concurrent-rt.com/nuu/rhel7/$basearch/
- Red Hat Enterprise Linux 6 / CentOS 6:
[nuu] name=NUU baseurl=http://redhawk.concurrent-rt.com/nuu/rhel6/$basearch/
- Red Hat Enterprise Linux 5 / CentOS 5:
[nuu] name=NUU baseurl=http://redhawk.concurrent-rt.com/nuu/rhel5/$basearch/
- Red Hat Enterprise Linux 4 / CentOS 4:
[nuu] name=NUU baseurl=http://redhawk.concurrent-rt.com/nuu/rhel4/$basearch/
- Red Hat Enterprise Linux 3 / CentOS 3:
[nuu] name=NUU baseurl=http://redhawk.concurrent-rt.com/nuu/rhel3/$basearch/
- RedHawk Linux 9.x:
[nuu] name=NUU baseurl=http://redhawk.concurrent-rt.com/nuu/rhel9/$basearch/
- RedHawk Linux 8.x:
[nuu] name=NUU baseurl=http://redhawk.concurrent-rt.com/nuu/rhel8/$basearch/
- RedHawk Linux 7.x:
[nuu] name=NUU baseurl=http://redhawk.concurrent-rt.com/nuu/rhel7/$basearch/
- RedHawk Linux 6.x:
[nuu] name=NUU baseurl=http://redhawk.concurrent-rt.com/nuu/rhel6/$basearch/
- RedHawk Linux 5.x:
[nuu] name=NUU baseurl=http://redhawk.concurrent-rt.com/nuu/rhel5/$basearch/
- RedHawk Linux 4.x:
[nuu] name=NUU baseurl=http://redhawk.concurrent-rt.com/nuu/rhel4/$basearch/
- RedHawk Linux 2.x:
[nuu] name=NUU baseurl=http://redhawk.concurrent-rt.com/nuu/rhel3/$basearch/