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… 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

Sometimes when installing or updating something you’ll be told The following packages were automatically installed and are no longer required:

The following packages were automatically installed and are no longer required:


Simply say no (n) and then copy sudo apt autoremove

Copy or Shift+Ctrl+C


And paste where your cursor is, add a space, and repeat with every line

Paste or Shift+Ctrl+V


sudo apt autoremove

sudo apt autoremove


After removing the packages that were no longer required, you may hit the up arrow to repeat the previous command



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

Synaptic Package Manager: Install, remove and upgrade software packages


Click the [Reload] button

Reload the package information to become informed about new, removed or upgraded software packages


Click the [Mark All Upgrades] button

Mark all possible upgrades


Click the [Mark] button

Mark additional required changes


Click the [Apply] button

Apply the following changes


Update SWORD Project modules (Biblical Texts, Commentaries, Dictionaries, etc.) used by Xiphos, Bible Time , Ezra Bible App, and Diathek

Module Manager


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

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 at the selected remote repository


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

Install/Update Modules


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

Installed module version number versus available module version number


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 for this module too


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

Check the box for this module as well


Click the [Install] button

Click the [Install] button


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

Agree to update these modules

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 SWORD Module Add-ins on CrossWire and Xiphos Module Manager on Xiphos Documentation.