HomeLinuxUnable to find bundle” Error on Ubuntu

Unable to find bundle” Error on Ubuntu


Generally, when putting in a bundle on Ubuntu utilizing the APT bundle supervisor, you may stumble upon the error “E: Unable to find bundle“. This might sound somewhat complicated particularly when you’ve gotten checked your web connection and are positive every part is in place.

On this tutorial, we’ll discover the the reason why this “E: Unable to find bundle” error manifests and attainable options to treatment it in Ubuntu.

1. Test Bundle Spelling/Case-Insensitive in Ubuntu

A typo within the title of the bundle might consequence on this error. In actual fact, that is the very first thing it is best to test. For instance, to put in the Mariadb server on Ubuntu, in the event you sort mariabd-server as an alternative of mariadb-server, you’ll get the error.

$ sudo apt set up mariabd-server
E: Unable to locate package Error
E: Unable to find bundle Error

As well as, typing a bundle title in uppercase characters will even contribute to this error. For instance, typing MARIADB-SERVER will end in the identical error.

Due to this fact, it’s all the time advisable to test the spelling of the software program bundle in case you run into this error. As well as, be sure that the case is true (principally lowercase).

2. Replace Native Bundle Index in Ubuntu

If there’s no typo within the bundle title, and you’re nonetheless experiencing the error, you may need to contemplate refreshing the native bundle index. That is very true in case you are utilizing a contemporary set up of Ubuntu which ships with an empty cache.

To replace the native cache, run the apt replace command as follows.

$ sudo apt replace

As soon as the cache is up to date, the APT bundle supervisor will reference the freshly constructed native cache and eventually set up the bundle in query from the default Ubuntu repository.

3. Test Bundle on Ubuntu Packages Search

One other method you possibly can take is to test the supply of the bundle on Ubuntu Packages Search, which is an internet site that shows details about all packages hosted on the Ubuntu Bundle archive.

It means that you can flick thru an inventory of packages obtainable for any Ubuntu launch and contained in any of the 4 principal repositories offered by Ubuntu [main, multiverse, restricted, and universe].

Earlier than you achieve this, it’s prudent to, initially, test what Ubuntu launch you’re utilizing.

$ hostnamectl 
OR 
$ lsb_release -a

From the output offered, you possibly can see that we’re working Ubuntu 22.04, Jammy JellyFish.

Check Ubuntu Release
Test Ubuntu Launch

Now, head over to the Key phrase search field and kind within the title of the bundle. Subsequent, choose your distribution. If you’re undecided which repository the bundle is contained in, set the ‘Part’ choice to ‘any’ and click on ‘Search’.

On this instance, we’re looking for the supply of the Flameshot bundle.

Ubuntu Package Search
Ubuntu Bundle Search

If the bundle is obtainable, you’ll get a match. In our case, we received an actual match detailing the OS launch, a easy description of the software program bundle, and the repository that gives it (Universe).

A constructive consequence grants you the go-ahead to proceed with the set up of the bundle. If the bundle can’t be discovered, then it’s not but obtainable within the default repositories and can’t the put in straight utilizing the APT bundle supervisor.

Ubuntu Package Information
Ubuntu Bundle Info

4. Set up Lacking Ubuntu Repositories

As now we have already seen, Ubuntu offers 4 repositories –

Every of those offers a set of packages for obtain in your system. If you’re on an older system that’s lacking any of those repositories, you possibly can add them as follows.

$ sudo add-apt-repository principal
$ sudo add-apt-repository multiverse
$ sudo add-apt-repository restricted
$ sudo add-apt-repository universe

After getting added the repository, guarantee to replace the native cache to inform your system of the brand new packages offered by it.

$ sudo apt replace

Now give it one other try to, this time, it is best to have the ability to set up the bundle with out a problem.

5. Test Your Lively Ubuntu Launch

There are two main releases offered by Ubuntu. The LTS (Lengthy Time period Assist) is a launch that’s supported or maintained for five years. Assist consists of bug fixes, patches, and safety updates. The newest LTS launch is Ubuntu 22.04.

The opposite launch is the usual or interim launch, which is supported for 9 months. For the time being, the newest commonplace launch is Ubuntu 23.04.

When a launch reaches end-of-life (EOL) it stops being supported by Canonical and not receives patches, updates, and new software program.

To test in case you are working an energetic Ubuntu launch, run the next command.

$ hwe-support-status --verbose

The command offers the next output. The final sentence will inform in case your system is supported or not. In our case, we’re working Ubuntu 22.04 which shall be supported till April 2027.

Check How Long Ubuntu Supported
Test How Lengthy Ubuntu Supported

In case your system shouldn’t be supported, you’ll most definitely encounter the error.

Conclusion

These are a few of the attainable options to handle the “Unable to find bundle” Error on Ubuntu. If you’re nonetheless experiencing challenges putting in a bundle, contemplate making an attempt to put in it from Snap or flatpak.

You may as well set up packages from third-party repositories generally known as PPAs (Private Bundle Archive). This can be a repository that gives software program packages maintained by people or teams of builders. These packages are usually not avaiable in Official Ubuntu repositories.

And this attracts this information to an in depth. We now have seen numerous ways in which you should use to troubleshoot the “Unable to find bundle” error in Ubuntu.

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments