-
Notifications
You must be signed in to change notification settings - Fork 1
Misc
Eric Flumerfelt edited this page Jun 17, 2022
·
1 revision
- learn rpm commands
- rpmbuild
- .tar & .spec combine in src.rpm
- rpmbuild
* CENTOS is like an open hat version of RHEL
SL better than CENTOS according to Pat because SL is just enterprise Linux source tree
.cpio achive, install scripts
* they combine in .rpm
* learn how to create linux man pages
* be familiar with the terms kerberos
* be familiar with github
* At one point during these trials it was useful to [[make an alias]] in /.bashrc to remove TRACE files (except TRACE.spec), redownload the archive, and move the archive all at once. Here is one possibility:
alias clearTRACE='rpmbuild -bs ~/rpmbuild/SOURCES/TRACE-* rpmbuild/BUILD/TRACE-* ; wget ???? rpmbuild/SOURCES'