Download Ubuntu Linux
On this page:
Overview
Ubuntu is a predominantly desktop-oriented Linux distribution based on Debian GNU/Linux. Ubuntu aims to use only free software to provide a stable, modern operating system for the average user; it focuses on usability, regular releases, and ease of installation rather than platform diversity. Ubuntu is sponsored by Canonical Ltd. and includes over 16,000 pieces of software covering all standard desktop applications, such as word processors, spreadsheet applications, web server software, and programming tools.
Ubuntu is suitable for both desktop and server use. The current Ubuntu release supports PC (Intel x86), 64-bit PC (AMD64), and Sun UltraSPARC and T1 (Sun Fire T1000 and T2000) architectures.
Ubuntu releases new versions every 6 months, and supports releases for 18 months with daily security fixes and patches to critical bugs. Long Term Support (LTS) releases offer three years of support for the desktop version and five years for the server version.
For more information or to download Ubuntu, see the Ubuntu home page. You can also download the installation images from the local Indiana University mirror.
Update software with the local Ubuntu apt-get
mirror
To get Ubuntu software updates using the IU mirror, you will need to edit your Apt sources file:
- Click , then , and then .
- Enter the following:
sudo nano /etc/apt/sources.list
- Enter your password.
- The first two lines should start with "deb" and "deb-src". Change the URLs that follow those words from
http://us.archive.ubuntu.com/ubuntu/
tohttp://ftp.ussg.indiana.edu/linux/ubuntu/
. - The last six lines of the file should start with "deb" and "deb-src". Change the URLs that follow those words from
http://security.ubuntu.com/ubuntu/
tohttp://ftp.ussg.indiana.edu/linux/ubuntu/
.
The next time you check for updates using apt-get
, aptitude
, or update-manager
, you should be using the IU mirror.
To check the status of the IU Ubuntu mirror, visit https://launchpad.net/ubuntu/+mirror/ftp.ussg.iu.edu-archive.
Portions of this document were adapted from Wikipedia's article on Ubuntu.
At Indiana University, for personal or departmental Linux or Unix systems support, see Get help for Linux or Unix at IU.
This is document awhr in the Knowledge Base.
Last modified on 2021-06-09 09:17:46.