Browse Source

apt: remove full-upgrade example

It's rarely used and beyond the scope of tldr
Angelos Orfanakos 8 years ago
parent
commit
1516784640
1 changed files with 0 additions and 4 deletions
  1. 0 4
      pages/linux/apt.md

+ 0 - 4
pages/linux/apt.md

@@ -25,7 +25,3 @@
 - Upgrade installed packages to the newest available versions:
 
 `apt upgrade`
-
-- Upgrade installed packages and remove no longer needed packages:
-
-`apt full-upgrade`