Home Command line utilities An Automated Way To Install Essential Applications On Ubuntu

An Automated Way To Install Essential Applications On Ubuntu

By sk
4.1K views

The default Ubuntu installation doesn't come with all essential applications pre-installed . You may need to spend few hours on Internet or ask any Linux user's help to find and install the necessary applications for your Ubuntu box. If you're newbie, then you certainly need to spend more time to learn how to search and install applications either from command line (using apt-get or dpkg) or from the Ubuntu software center. Some users, especially newbies, might want to easily and quickly install every applications they like. If you're one of them, no worries. In this guide, we will see how to install essential applications on Ubuntu using a simple command line utility called "Alfred".

Alfred is a free, open source script written in Python programming language. It uses Zenity to create a simple graphical interface that allows the users to easily select and install the applications of their choice with a few mouse clicks. You need not to spend hours to search for all essential applications, PPAs, debs, AppImage, snaps or flatpaks. Alfred brings all common applications, tools and utilities under one-roof and automatically installs the selected applications. If you're a newbie who is recently migrated from Windows to Ubuntu Linux, Alfred helps you to do an unattended software installation on a freshly installed Ubuntu system, without much user intervention. Please be mindful that there is also a Mac OS app with similar name, but both serves different purposes.

Installing Alfred On Ubuntu

Alfred installation is easy! Just download the script and launch it. It is that simple.

$ wget https://raw.githubusercontent.com/derkomai/alfred/master/alfred.py
$ python3 alfred.py

Alternatively, download the script using wget as shown above and just move the alfred.py file to your $PATH:

$ sudo cp alfred.py /usr/local/bin/alfred

Make it executable:

$ sudo chmod +x /usr/local/bin/alfred

And, launch it using command:

$ alfred

Easily And Quickly Install Essential Applications On Ubuntu Using Alfred Script

Launch Alfred script as described in the installation section above. This is how Alfred default interface looks like.

alfred 1

As you can see, Alfred lists a lot of most commonly used application types such as,

  • Web browsers,
  • Mail clients,
  • Messengers,
  • Cloud storage clients,
  • Hardware drivers,
  • Codecs,
  • Developer tools,
  • Android,
  • Text editors,
  • Git,
  • Kernel update tool,
  • Audio/video players,
  • Screenshot tools,
  • Screen recorders,
  • Video encoders,
  • Streaming apps,
  • 3D modelling and animation tools,
  • Image viewers and editors,
  • CAD software,
  • Pdf tools,
  • Gaming emulators,
  • Disk management tools,
  • Encryption tools,
  • Password managers,
  • Archive tools,
  • Ftp software,
  • System resource monitors,
  • Application launchers and many.

You can pick any one or multiple applications of your choice and install them at once. Here, I am going to install the 'Developer bundle', hence I chose it and click OK button.

alfred 2

Now, Alfred script will automatically add the necessary repositories, ppas on your Ubuntu system and start installing the selected applications.

Once the installation is completed, you will see the following message.

Congratulations! The selected packages have been installed.

You can check recently installed applications on Ubuntu using the following command:

$ grep " install " /var/log/dpkg.log

View recently installed applications on Ubuntu

You may need to reboot your system in-order to use some of the installed applications. Similarly, you can install any applications from the list without much hazzle.

For your information, there is also a similar script named post_install.sh written by different developer. It is exactly same as Alfred, but provides a few different set of applications. Please check the following link for more details.

These two scripts allows the lazy users, especially newbies, to be able to easily and fastly install most common apps, tools, updates, utilities they want to use in their Ubuntu Linux with few mouse clicks away, and stop depending on the help of official or non-official documentations.

And, that's all for now. Hope this was useful. More good stuffs to come. Stay tuned!

Cheers!

Resource:

Thanks for stopping by!

Help us to help you:

Have a Good day!!

You May Also Like

Leave a Comment

* By using this form you agree with the storage and handling of your data by this website.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

This website uses cookies to improve your experience. By using this site, we will assume that you're OK with it. Accept Read More