• 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 / How To Track Coronavirus From Linux Ubuntu Terminal

How To Track Coronavirus From Linux Ubuntu Terminal

By Sourabh / April 21, 2020 Category: How To, Ubuntu

Here is how to track Coronavirus from Linux Ubuntu terminal. Users can get info and track Coronavirus (COVID-19) from Ubuntu Commandline. One can track the COVID-19 worldwide for all countries, for one country, and the US States.

Features:

* Get worldwide Coronavirus disease (COVID-19) reporting
* Active daily reporting of your country’s COVID-19 statistics
* Get US States data for Coronavirus disease reports across the US
* Data: Country, Cases, Deaths, Recovered, Active, Critical, Per Million
* Charts: Plot statistics in the form of line charts both regular and logarithmic
* Sort: cases, cases-today, deaths, deaths-today, recovered, active, critical, per-million

Install Track Coronavirus CLI

Install globally (recommended).


npm install -g corona-cli

Or run directly with npx (installs CLI on every run).


npx corona-cli

Usage – All Countries

Display data for all countries.


corona

Display data for all countries in single color.


corona --xcolor

Alias: Display data for all countries in single color.


corona -x

Usage – Sort Data

Sort data by type


corona --sort country
corona --s cases

All sorting parameters.


corona -s country
corona -s cases
corona -s cases-today
corona -s deaths
corona -s deaths-today
corona -s recovered
corona -s active
corona -s critical
corona -s per-million

Reverse sort data


corona --sort active --reverse
corona -s active -r

Usage – Charts: Regular & Logarithmic

Print a country line chart.


corona usa --chart
corona usa --c

Print a country line chart with logarithmic data.


corona china --chart --log
corona china -c -g

CLI Help

Display the help data.


corona help
corona --help

More Info : https://github.com/ahmadawais/corona-cli

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