• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / Where To Find Repositories In Ubuntu

Where To Find Repositories In Ubuntu

By Sourabh / August 5, 2025 Category: How To, Ubuntu

If you want to update Ubuntu repository list, you must know where to find repositories in Ubuntu Linux. This blog post explains how to list installed repositories in Ubuntu, Debian and Linux Mint Systems.

In general, repositories contain sets of packages and Ubuntu’s repository is divided into four categories or components – main, restricted, universe and multiverse.

  1. Main: The main Ubuntu’s repository contains applications that are free software and open-source applications which are included by default when you install Ubuntu.
  2. Restricted: Proprietary drivers for devices. Proprietary drivers are kept in the restricted component.
  3. Universe: Community-maintained free and open-source software. It contains the free, open-source softwares derived from a range of public sources and of which Canonical does not provide regular security updates.
  4. Multiverse: Software restricted by copyright or legal issues. It contains softwares which are not free (the software do not meet the Ubuntu main component licence policy). All such softwares are not supported and usually cannot be fixed or updated.

You can see these four main repositories in the “Ubuntu Software” tab which displays a list of repositories or “Channels”.

Ubuntu users can also enable Canonical Partner Repositories using the “Other Software” (Software and Updates) tab, where you can enable Canonical Partner Repositories. To enable a partner repository, tick it, enter your password, click “Close”, and then click “Reload”.

List Installed Repositories In Ubuntu

Every Ubuntu Linux users know that Ubuntu uses apt for package management. Apt stores a list of repositories or software channels in the file /etc/apt/sources.list. The sources.list is the list of configured APT data sources. It also uses any file with the suffix .list under the directory /etc/apt/sources.list.d/

Users can use the following command to list all the configured repositories on apt based system; which is to list installed repositories In Ubuntu:

sudo grep -rhE ^deb /etc/apt/sources.list*

Alternatively, you can use apt-cache command to list all repositories.

Primary Sidebar

Latest Posts

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

Use Locate Command To Find File In Linux Terminal By Name

How To Change Terminal Color In Ubuntu Command Line

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

How To Fix Broken Packages On Ubuntu From Terminal

Re Execute The Previous Command In Linux Ubuntu Command Line

How Much RAM Is Needed For Ubuntu PC

How To Find Large Files And Directories In Linux Command Line

How To Use Clear Command History In Linux Terminal

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap