How to Install and Uninstall libfortran-format-perl Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: September 20,2024

1. Install "libfortran-format-perl" package

This guide covers the steps necessary to install libfortran-format-perl on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libfortran-format-perl

2. Uninstall "libfortran-format-perl" package

This is a short guide on how to uninstall libfortran-format-perl on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove libfortran-format-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libfortran-format-perl package on Ubuntu 21.04 (Hirsute Hippo)

Package: libfortran-format-perl
Architecture: all
Version: 0.90-2.1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 53
Depends: perl:any
Filename: pool/universe/libf/libfortran-format-perl/libfortran-format-perl_0.90-2.1_all.deb
Size: 16348
MD5sum: f22f4f95a278e9bf751a040c4f12a9d1
SHA1: 749ef49a6daffaac94790f05d79a4c4c36222fcd
SHA256: a89b5efc0f2dd67bb62789adb401a6c04f2ddc84e6b40a9ec367cb2a1236ff6e
SHA512: a9e913790e6e053f5eeba012366757cb61b5dc760b641a96e37022990dddd3350f739799b116c69787073f4780bd2fce319cd6f6f2a21558864c2a2b923a22ec
Homepage: https://metacpan.org/release/Fortran-Format
Description-en: Package to parse Fortran formats string descriptors in Perl
This is a Perl implementation of the Fortran 77 formatted input/output
facility. One possible use is for producing input files for old Fortran
programs, making sure that their column-oriented records are rigorously
correct. Fortran formats may also have some advantages over printf in some
cases: it is very easy to output an array, reusing the format as needed; and
the syntax for repeated columns is more concise. Unlike printf, for good or
ill, Fortran-formatted fields never exceed their desired width.
.
This implementation was written in pure Perl, with portability and
correctness in mind. It implements the full ANSI standard for Fortran 77
Formats (or at least it should). It was not written with speed in mind, so if
you need to process millions of records it may not be what you need.
Description-md5: f7e53d65568d4a01e7646ccec4026a51