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

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

etckeeper: command not found

by Deepika

etckeeper is a tool that tracks changes made to the configuration files in the /etc directory using a version control system (VCS) such as Git. It allows you to keep a history of changes made to the configuration files and easily revert to a previous version if necessary. The tool automatically commits changes to the repository on a regular basis, such as when the package manager updates packages, or when the system is shut down. It also includes some additional features such as hooks that can be used to automatically run scripts before or after a commit. By using etckeeper, you can easily track and manage the changes made to your system configuration, making it easier to rollback or understand changes made over time.

If you encounter the below error while running the command etckeeper:

etckeeper: command not found

you may try installing the below package as per your choice of distribution:

Distribution Command
Debian apt-get install ncbi-entrez-direct
Ubuntu apt-get install ncbi-entrez-direct
Kali Linux apt-get install ncbi-entrez-direct
Raspbian apt-get install ncbi-entrez-direct

etckeeper Command Examples

1. Search the pubmed database for selective serotonin reuptake inhibitor:

# esearch -db pubmed -query "selective serotonin reuptake inhibitor"

2. Search the protein database using a query and regexp:

# esearch -db protein -query 'Escherichia*'

3. Search the nucleotide database for sequences whose metadata contain insulin and rodents:

# esearch -db nuccore -query "insulin [PROT] AND rodents [ORGN]"

4. Display [h]elp:

# esearch -h

Filed Under: Linux

Some more articles you might also be interested in …

  1. Server Application Getting “connection refused” From Remote Servers [due to firewalld or iptables] – CentOS/RHEL 7
  2. CentOS / RHEL : How to resize (extend) existing Physical Volume (PV)
  3. How to Configure Device File owner/group with udev rules
  4. How to Remove Network Printer in CentOS/RHEL
  5. ansible-playbook: command not found
  6. How to Create a Bridge Interface Using nmcli in CentOS/RHEL 7 and 8
  7. quota Command Examples in Linux
  8. How to Install Oracle Linux (UEK-2) with btrfs as a root filesystem
  9. ssh-add Command Examples in Linux
  10. ncat: command not found

You May Also Like

Primary Sidebar

Recent Posts

  • nixos-rebuild Command Examples in Linux
  • nixos-option: Command Examples in Linux
  • nixos-container : Command Examples in Linux
  • nitrogen Command Examples in Linux

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright