Skip to content

Update

And, “You, Lord, in the beginning, laid the foundation of the earth. The heavens are the works of your hands. They will perish, but you continue. They all will grow old like a garment does. You will roll them up like a mantle, and they will be changed; but you are the same. Your years will not fail.”

Hebrews 1:10-12 (WEB)


Ubuntu should be updated often; to squash bugs, keep up with new features, plug security holes… Updates to Snaps happen automatically. All other update settings (security, feature, software, etc.) are managed in Menu > Settings > Software & Updates

Software & Updates


Update from the command-line
Open a Terminal [Ctrl]+[Alt]+[T] and type:

sudo apt update
will update apt’s knowledge about what’s changed in the repositories

sudo apt update


apt list --upgradable
will show what’s available to be upgraded

apt list --upgradable


sudo apt upgrade
will upgrade everything available to be upgraded – after confirmation

sudo apt upgrade


sudo apt upgrade -y
will upgrade everything available to be upgraded – without confirmation

sudo apt upgrade -y


sudo apt update && sudo apt upgrade
will combine two commands; updating apt’s knowledge about what’s changed in the repositories and then upgrading everything available to be upgraded – after confirmation

sudo apt update && sudo apt upgrade


sudo apt update && sudo apt upgrade -y
will combine two commands; updating apt’s knowledge about what’s changed in the repositories and then upgrading everything available to be upgraded – without confirmation

sudo apt update && sudo apt upgrade -y


Update with Software
Go to Menu > Settings > Software


Update with Software Updater
Go to Menu > Settings > Software Updater

Software Updater


If updated software is available, install now!

Updated software is available


Update with Synaptic Package Manager
Go to Menu > System > Synaptic Package Manager

Synaptic in Menu


Click the [Reload] button

Reload


Click the [Mark All Upgrades] button

Mark All Upgrades


Click the [Mark] button

Mark


Click the [Apply] button

Apply


Update The SWORD Project modules (Biblical Texts, Commentaries, Dictionaries, etc.) used by both Xiphos and Bible Desktop

Update The SWORD Project modules


Go to Menu > Education > Xiphos Bible Guide and in Xiphos, go to Edit > Module Manager

Go to Menu > Education > Xiphos Bible Guide and in Xiphos, go to Edit > Module Manager


Under Module Sources, click Choose and then select the first Remote Module Source from the drop-down menu; CrossWire. Note, the same instructions below apply to other remote sources / repositories, Xiphos and eBible, and any others you add.

Under Module Sources, click Choose and then select a Remote module source


Refresh Xiphos’ knowledge of what modules are available

Refresh Xiphos' knowledge of what modules are available


Under Modules, click Install/Update and then choose Biblical Texts

Under Modules, click Install/Update and then choose Biblical Texts


Notice in this example, the installed version of the KJV Bible is 2.9 but 2.10.2 is available

Notice the installed version of the KJV


Check the check box next to the installed version of this module

Check the check box next to this module


Under Commentaries, check the check box next to MHC

check the check box under Matthew Henry's Complete Commentary on the Whole Bible


Under Dictionaries, check the check box next to Robinson’s Morphological Analysis Codes

check box next to Robinson's Morphological Analysis Codes


Click the [Install] button

Click the [Install] button


Click the [Yes] button to update KJV, MHC and Robinson to the newest versions

update KJV, MHC and Robinson

UPDATING UBUNTU How to List Installed Packages on Ubuntu on phoenixNAP, How to Update Ubuntu 20.04 from the Command Line Interface on Linux Hint, How to update Ubuntu using APT in the terminal on PragmaticLinux and How to Use the apt Command to Manage Ubuntu Packages on hostadvice. SWORD MODULES Bible Desktop How-To on CrossWire, SWORD Module Add-ins on CrossWire and Xiphos Module Manager on Xiphos Documentation.