# tar zxvf tpad-1.3.tar.gz -C /usr/local
# pkg_add tpad-1.3.tgz
# installpkg tpad-1.3-noarch-1.tgz
# rpm -ivh tpad-1.3-1mdk.noarch.rpm
Important note: if you are upgrading to 1.3 from a previous version, please note that the configuration file (tpad.conf or .tpadrc) has changed a bit starting from version 1.2. You will have to manually merge the differences. It is better to start with the default config file shipped with version 1.3 and remake the changes there. This is also explained in tpad user's documentation.
# pkg_delete tpad-1.2 # pkg_add tpad-1.3.tgzYou can also upgrade by using a single command, pkg_update(1):
# pkg_update tpad-1.3.tgz
Remember to use the new version of the configuration file which gets installed as /usr/local/etc/tpad.conf.sample for the reason noted above, otherwise tpad won't work.
# removepkg tpad-1.2-noarch-1 # installpkg tpad-1.3-noarch-1.tgzor use upgradepkg(8):
# upgradepkg tpad-1.3-noarch-1.tgz
Please remember to backup the global configuration file /etc/tpad.conf before upgrading if you have changed it. You will need to merge the changes into the newly installed configuration file, for the reason noted above.
Last modified: Sunday, 21-Dec-2014 23:31:26 UTC