• Latest
  • Trending
  • All
  • Market Updates
  • Cryptocurrency
  • Blockchain
  • Investing
  • Commodities
  • Personal Finance
  • Technology
  • Business
  • Real Estate
  • Finance
8 powerful apt commands every Linux user should know – or else you’re missing out

8 powerful apt commands every Linux user should know – or else you’re missing out

March 11, 2026
investingLive Asia-Pacific FX news wrap: Brent surge over $100 as Iran intensified attacks

investingLive Asia-Pacific FX news wrap: Brent surge over $100 as Iran intensified attacks

March 12, 2026
MediaTek Patches Bug Allowing Attackers To Steal Crypto Seeds

MediaTek Patches Bug Allowing Attackers To Steal Crypto Seeds

March 12, 2026
A major security flaw could affect 1 in 4 Android phones – here’s how to check yours

A major security flaw could affect 1 in 4 Android phones – here’s how to check yours

March 12, 2026
New Zealand Regulator to Broaden FinTech Sandbox, Develop New “On-Ramp” License

New Zealand Regulator to Broaden FinTech Sandbox, Develop New “On-Ramp” License

March 11, 2026
IEA launches largest-ever release of oil reserves to counter Middle East energy shock

IEA launches largest-ever release of oil reserves to counter Middle East energy shock

March 11, 2026
Oil price leaps higher on news of 2 tankers attacked in the Gulf

Oil price leaps higher on news of 2 tankers attacked in the Gulf

March 11, 2026
What happened in crypto today – West Asia crisis stalls Bitcoin & more

What happened in crypto today – West Asia crisis stalls Bitcoin & more

March 11, 2026
Ripple to Buy Back $750M in Shares through April: Report

Ripple to Buy Back $750M in Shares through April: Report

March 11, 2026
Personal loan use grows as consumers tackle high-rate credit card debt

Personal loan use grows as consumers tackle high-rate credit card debt

March 11, 2026
How Does Compound Interest Work? Simple Examples That Show Its Power

How Does Compound Interest Work? Simple Examples That Show Its Power

March 11, 2026
What Smart Money Knows and a Broker Would Never Tell You

What Smart Money Knows and a Broker Would Never Tell You

March 11, 2026
Bluesky CEO Jay Graber will step aside

Bluesky CEO Jay Graber will step aside

March 11, 2026
Thursday, March 12, 2026
No Result
View All Result
InvestorNewsToday.com
  • Home
  • Market
  • Business
  • Finance
  • Investing
  • Real Estate
  • Commodities
  • Crypto
  • Blockchain
  • Personal Finance
  • Tech
InvestorNewsToday.com
No Result
View All Result
Home Blockchain

8 powerful apt commands every Linux user should know – or else you’re missing out

by Investor News Today
March 11, 2026
in Blockchain
0
8 powerful apt commands every Linux user should know – or else you’re missing out
491
SHARES
1.4k
VIEWS
Share on FacebookShare on Twitter


8 powerful Apt commands I use to unlock hidden features - and why they're so handy
Elyse Betters Picaro / ZDNET

Observe ZDNET: Add us as a most well-liked supply on Google.


ZDNET’s key takeaways

  • Apt is greater than only a software program installer.
  • The Debian/Ubuntu bundle supervisor can do way more.
  • With these instructions at your disposal, apt turns into extra highly effective.

I’ve used Debian/Ubuntu-based distributions for many years. Due to that, I am fairly acquainted with the Apt bundle supervisor. I’ve at all times discovered this command-line instrument to be fairly straightforward and environment friendly to make use of.

Additionally: Tips on how to set up Linux functions from the command line

Though you will get away with simply utilizing the fundamental instructions, there’s way more to Apt than simply set up, take away, replace, and improve. In reality, there are a number of lesser-known choices for Apt, and I will introduce you to them.

1. apt listing

If you wish to know which packages are accessible, put in, and upgradeable, you need to use apt listing. If you wish to get a whole listing of packages, run:

apt listing

That can present each accessible bundle, whether or not put in or not. You in all probability will not assume that is very helpful, so you will wish to use a couple of useful choices, similar to:

  • apt listing –upgradable – lists all put in functions that may be upgraded.
  • apt listing –installed – lists all put in functions

2. apt purge

While you take away a bundle with sudo apt take away <packagename>, you are solely eradicating the software program. That leaves behind configurations, cache recordsdata, and different bits. If you wish to uninstall an software, together with all the pieces it would in any other case go away behind, use the purge choice.

The purge choice works like this:

sudo apt purge <bundle>

Additionally: I set up these 11 apps on each new Linux system, and you must, too – here is why

The place <bundle> is the title of the software program to be eliminated.

3. apt search

You may wish to verify whether or not any app you wish to set up is on the market within the default Apt repository. For instance, you may wish to set up Spotify, and also you’re undecided if you happen to can set up it with Apt. To search out out, difficulty the command:

apt search spotify

You in all probability will not see Spotify listed. As a substitute, you will see plenty of different choices. As soon as you’ve got run that command, you may both set up the app in query or you may transfer on to a different bundle supervisor to put in the software program. Within the case of Spotify, it may be put in by way of Flatpak or Snap.

One factor to remember is that the outcomes of an apt search might be fuzzy. If you wish to view solely actual matches, the command could be:

apt search spotify | grep -i -w spotify

The above command would run the usual fuzzy search, however would restrict the outcomes to solely the search string used within the grep command.

4. apt present

While you wish to view the main points a few bundle, you employ apt present, which shows writer, obtain dimension, dependencies, supply repository, conflicts, and extra. This selection might be useful whenever you wish to know what’s being put in earlier than working the set up command. 

Additionally: Putting in apps on Linux? 4 methods it is completely different than some other OS – and errors to keep away from

To make use of apt present, the command is:

apt present <packagename>

For instance, you may difficulty:

apt present geary

The above command would show all the particulars in regards to the Geary e-mail software.

5. apt autoremove

Typically, whenever you uninstall an software, it would go away behind dependencies which can be not wanted and take up area. After eradicating a number of apps, the gathering of unneeded software program can get quite giant.

To eliminate all of these packages which can be not wanted, difficulty the command:

sudo apt autoremove

6. apt clear

Apt retains cached recordsdata, which might additionally take up room in your drive. Earlier than you take away them, perceive that the cache recordsdata serve the needs of allowing rollbacks, successfully dealing with dependencies, enabling offline set up, dashing up bundle installations, and saving area.

Nevertheless, if area is a matter, you may clear the Apt cache with the instructions:

sudo apt clear
sudo apt autoclean

7. apt mark

There could be an event when you do not need an software to improve. As an example, you might need learn {that a} explicit improve breaks a characteristic you want. Should you run apt improve, that software goes to be upgraded. 

To keep away from that, you may mark an app in order that it is blocked from being upgraded. To illustrate you do not need VirtualBox to be upgraded. To try this, the command could be:

sudo apt-mark maintain virtualbox

You may view an inventory of all held packages with:

sudo apt-mark showhold

If you wish to unhold a bundle, the command is:

sudo apt-mark unhold <packagename>

8. apt obtain

To illustrate you wish to obtain a bundle however not set up it but. You may wish to obtain the .deb file to be put in on a machine that does not have entry to the exterior community (say, for safety functions), however you continue to want that app. You may obtain the installer file and transfer it to the air-gapped machine.

Additionally: Snap vs. Flatpak: Tips on how to resolve which Linux bundle supervisor is best for you

To illustrate you wish to obtain the VirtualBox installer file. To try this, the command could be:

sudo apt obtain virtualbox

The .deb file can be saved to the present working listing.



Source link

Tags: APTcommandsLinuxmissingPowerfulUserYoure
Share196Tweet123
Previous Post

#EURUSD: Bearish Move After News – Analytics & Forecasts – 11 March 2026

Next Post

Bluesky CEO Jay Graber will step aside

Investor News Today

Investor News Today

Next Post
Bluesky CEO Jay Graber will step aside

Bluesky CEO Jay Graber will step aside

  • Trending
  • Comments
  • Latest
Want a Fortell Hearing Aid? Well, Who Do You Know?

Want a Fortell Hearing Aid? Well, Who Do You Know?

December 3, 2025
Private equity groups prepare to offload Ensemble Health for up to $12bn

Private equity groups prepare to offload Ensemble Health for up to $12bn

May 16, 2025
Lars Windhorst’s Tennor Holding declared bankrupt

Lars Windhorst’s Tennor Holding declared bankrupt

June 18, 2025
The human harbor: Navigating identity and meaning in the AI age

The human harbor: Navigating identity and meaning in the AI age

July 14, 2025
Why America’s economy is soaring ahead of its rivals

Why America’s economy is soaring ahead of its rivals

0
Dollar climbs after Donald Trump’s Brics tariff threat and French political woes

Dollar climbs after Donald Trump’s Brics tariff threat and French political woes

0
Nato chief Mark Rutte’s warning to Trump

Nato chief Mark Rutte’s warning to Trump

0
Top Federal Reserve official warns progress on taming US inflation ‘may be stalling’

Top Federal Reserve official warns progress on taming US inflation ‘may be stalling’

0
investingLive Asia-Pacific FX news wrap: Brent surge over $100 as Iran intensified attacks

investingLive Asia-Pacific FX news wrap: Brent surge over $100 as Iran intensified attacks

March 12, 2026
MediaTek Patches Bug Allowing Attackers To Steal Crypto Seeds

MediaTek Patches Bug Allowing Attackers To Steal Crypto Seeds

March 12, 2026
A major security flaw could affect 1 in 4 Android phones – here’s how to check yours

A major security flaw could affect 1 in 4 Android phones – here’s how to check yours

March 12, 2026
New Zealand Regulator to Broaden FinTech Sandbox, Develop New “On-Ramp” License

New Zealand Regulator to Broaden FinTech Sandbox, Develop New “On-Ramp” License

March 11, 2026

Live Prices

© 2024 Investor News Today

No Result
View All Result
  • Home
  • Market
  • Business
  • Finance
  • Investing
  • Real Estate
  • Commodities
  • Crypto
  • Blockchain
  • Personal Finance
  • Tech

© 2024 Investor News Today