• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • VCS
  • Interview Questions
  • Database
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

deborphan Command Examples in Linux

by Deepika

deborphan is a command line tool in Linux that can be used to find “orphaned” packages on a Debian-based system. Orphaned packages are packages that are no longer needed by any other package on the system. They can be left behind after upgrading or uninstalling packages, and can take up unnecessary space on the system.

deborphan Command Examples

1. Display library packages (from the “libs” section of the package repository) which are not required by another package:

# deborphan

2. List orphan packages from the “libs” section as well as orphan packages that have a name that looks like a library name:

# deborphan --guess-all

3. Find packages which are only recommended or suggested (but not required) by another package:

# deborphan --nice-mode

Filed Under: Linux

Some more articles you might also be interested in …

  1. fakedata: Generate fake data using a large variety of generators
  2. dlv: Debugger for the Go programming language
  3. vshadowmount: command not found
  4. How to monitor your CPU on debian or ubuntu systems
  5. in2csv Command Examples
  6. htop (interactive process viewer) Linux Performance Monitoring tool
  7. CentOS / RHEL 6 : How to rebuild Initial Ramdisk Image
  8. a2enmod Command Examples in Linux
  9. How to Find Filesystem Inode Utilization in Linux
  10. How to Disable or set SELinux to Permissive mode

You May Also Like

Primary Sidebar

Recent Posts

  • Vanilla OS 2 Released: A New Era for Linux Enthusiasts
  • mk Command Examples
  • mixxx Command Examples
  • mix Command Examples

© 2025 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright