How to Install and Uninstall makedepf90 Package on Kali Linux

Last updated: May 14,2024

1. Install "makedepf90" package

Learn how to install makedepf90 on Kali Linux

$ sudo apt update $ sudo apt install makedepf90

2. Uninstall "makedepf90" package

In this section, we are going to explain the necessary steps to uninstall makedepf90 on Kali Linux:

$ sudo apt remove makedepf90 $ sudo apt autoclean && sudo apt autoremove

3. Information about the makedepf90 package on Kali Linux

Package: makedepf90
Version: 3.0.1-1
Installed-Size: 72
Maintainer: Alastair McKinstry
Architecture: amd64
Depends: libc6 (>= 2.33)
Size: 30904
SHA256: cbe4d3bf929d8a2b706fcaeef8746b1d91a526ca109a430b7b5d2cb4ce4cd25d
SHA1: 37d55ff3ccd149158ef46ec9b0888d1d2c0fa70c
MD5sum: a1ecfe24b04bb429a44e890f2b6d9e24
Description: Fortran-90 dependency processor for Makefiles
Makedepf90 is a program for automatic creation of Makefile dependency
lists for Fortran source code. Makedepf90 supports MODULE:s, INCLUDE:s,
cpp #include:s, f90ppr $include:s and coco ??include:s and set-files.
.
The original idea was to provide the same functionality for Fortran as
.
gcc -MM *.c
.
does for C.
Description-md5:
Homepage: https://github.com/amckinstry/makedepf90
Section: utils
Priority: optional
Filename: pool/main/m/makedepf90/makedepf90_3.0.1-1_amd64.deb