{"id":5266,"date":"2020-11-26T14:12:23","date_gmt":"2020-11-26T13:12:23","guid":{"rendered":"https:\/\/rakhesh.com\/?p=5266"},"modified":"2020-11-26T19:02:51","modified_gmt":"2020-11-26T18:02:51","slug":"keeping-openbsd-up-to-date","status":"publish","type":"post","link":"https:\/\/rakhesh.com\/linux-bsd\/keeping-openbsd-up-to-date\/","title":{"rendered":"Keeping OpenBSD up to date"},"content":{"rendered":"

Again, just a note \/ reminder to myself.<\/p>\n

To keep OpenBSD up-to-date on a regular basis:<\/p>\n

# apply OS patches\r\nsyspatch\r\n\r\n# update installed packages and their dependencies\r\npkg_add -Uu<\/pre>\n

And to upgrade between releases:<\/p>\n

# upgrade the OS\r\nsysmerge\r\n\r\n# update the OS config files (-d means ask for approval when merging)\r\nsysmerge -d\r\n\r\n# update installed packages and their dependencies\r\npkg_add -Uu\r\n\r\n# reboot!\r\nreboot<\/pre>\n

This post was inspired by Solene’s blog post<\/a> on why she uses OpenBSD so I’ll put a link to it here if anyone’s interested.<\/p>\n","protected":false},"excerpt":{"rendered":"

Again, just a note \/ reminder to myself. To keep OpenBSD up-to-date on a regular basis: # apply OS patches syspatch # update installed packages and their dependencies pkg_add -Uu And to upgrade between releases: # upgrade the OS sysmerge # update the OS config files (-d means ask for approval when merging) sysmerge -d … Continue reading Keeping OpenBSD up to date<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false}}},"categories":[76],"tags":[268],"jetpack_publicize_connections":[],"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/rakhesh.com\/wp-json\/wp\/v2\/posts\/5266"}],"collection":[{"href":"https:\/\/rakhesh.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/rakhesh.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/rakhesh.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rakhesh.com\/wp-json\/wp\/v2\/comments?post=5266"}],"version-history":[{"count":0,"href":"https:\/\/rakhesh.com\/wp-json\/wp\/v2\/posts\/5266\/revisions"}],"wp:attachment":[{"href":"https:\/\/rakhesh.com\/wp-json\/wp\/v2\/media?parent=5266"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rakhesh.com\/wp-json\/wp\/v2\/categories?post=5266"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rakhesh.com\/wp-json\/wp\/v2\/tags?post=5266"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}