Terms you often see in Ubuntu


Today's blog will be on Terms which we  often see while using Ubuntu but we usually ignore them as they are not of our use and doesn't bother us with anything.
Terms which will be discussed today will be:
  • purge
  • saucy
  • yannubuntu
  • IGN
  • HIT
  • GET
  • PPA
  • launchpad
  • i386
  • amd64
  • x86_64
  • Backports
Purge, purge is a package that is used to remove applications completely and removing all the instances of it. We can do that by using one of the following commmands:
    • > sudo apt-get purge
    • > sudo apt-get --purge remove
Whether they should or shouldn't both exist is perhaps a debating point.
However - they are absolutely identical. You can also check that by going through the man page of apt-get.

Saucy is basically Saucy Salamander who provides two images for ubuntu where one is the desktop version, the desktop image allows you to try Ubuntu without changing your computer at all, and at your option to install it permanently later.
Second is the server image, the server install image allows you to install Ubuntu permanently on a computer for use as a server.
IGN, HIT and GET are the terms which we often see while performing our favourite command i.e. >sudo apt-get update .
so what basically all these are:
IGN stands for Ignored, this seems to say you have an entry in sources and there is no need to update the link of it.
HIT says that what you have is the latest version of archive and you don't need to update it.
GET means that there is a newer version of the archive and the link is updated to it so that you can upgrade it.

PPA PPA stands for Personal Package Archive. These are the package archives that are created by open source communities and must be added only after getting through the checks and with that these are added to install additional applications and packages.

Launchpad is basically a software collaboration platform which provides many services like:
  • Bug Tracking
  • Code Hosting
  • Ubuntu Package building and hosting
  • Code reviews
  • Translations
  • Mailing Lists
  • Specification Tracking  
i386 refers to the 32-bit edition and amd64 (or x86_64) refers to the 64-bit edition for Intel and AMD processors.

Wikipedia's i386 entry:
The Intel 80386, also known as the i386, or just 386, was a 32-bit microprocessor introduced by Intel in 1985... This is termed x86, IA-32, or the i386-architecture, depending on context.
Wikipedia's x86_64 entry:
x86-64 is an extension of the x86 instruction set. It supports vastly larger virtual and physical address spaces than are possible on x86, thereby allowing programmers to conveniently work with much larger data sets... After launching the architecture under the "x86-64" name, AMD renamed it AMD64... x86-64 is still used by many in the industry as a vendor-neutral term, while others, notably Sun Microsystems (now Oracle Corporation) and Microsoft, use x64.
Even if you have an intel CPU, you should use AMD64 to install 64-bit on your computer (it uses the same instruction sets).
Backports
When Ubuntu releases a new version of its OS every 6 months, that release is largely frozen in time. While the software that is part of that release will get bug fixes and security patches, new major releases of software and the new features that come with them will not be available.
That’s where Ubuntu Backports comes in. Backports offers a way to selectively provide newer versions of software for older Ubuntu releases. Most commonly, the Backports team will provide new versions of standalone applications which can be safely updated without impacting the rest of the system.
So that's all regarding the Terms which you often see while using Ubuntu
Next Blog: I.D.K. ;-)
Till then,
Adios Lactores
Happy Blogging!!!

Comments

Popular posts from this blog

A Brief about RDMA, RoCE v1 vs RoCE v2 vs iWARP

Cryptocurrency & Blockchain

Repairing your Ubuntu or Linux Dist. manually