Main Menu

search

You are here

Linux: Installing/Upgrading

[last updated: 2023-09-17]
Linux home page
(link to:) linuxmint.com/download
Create bootable USB stick
-----

  • Installing Linux means to put a working version on your computer.
    It means overwriting/erasing everything that's on your computer prior to the install.
    However you can use this procedure to load linux onto eg. a Windows computer to test and evaluate the linux version you're interested in.

    -----

  • Upgrading Linux means to go from one version of Linux to another, eg. going from Linux 19 to Linux 20. Doing an upgrade preserves all your personal files. It also (AFAIK) preserves programs and packages that you've installed prior to the upgrade.

  • To install a .deb file:
    Right-click on the .deb file, select Open with GDebi Package Installer, click Install Package
  • Alternatively, you can also install a .deb file by opening a terminal and typing:
    $ sudo dpkg -i package_file.deb

.

.

.

eof