How to Install libboost-filesystem1.65.1 in Ubuntu 18.04



Install libboost-filesystem1.65.1 by entering the following commands in the terminal:

sudo apt update
sudo apt install libboost-filesystem1.65.1

Description:

filesystem operations (portable paths, iteration over directories, etc) in C++

This package forms part of the Boost C++ Libraries collection. . The Boost Filesystem Library provides portable facilities to query and manipulate paths, files, and directories. The goal is to facilitate portable script-like operations from within C++ programs.

Homepage: http://boost.org/libs/filesystem/

Version: 1.65.1+dfsg-0ubuntu5

Section: libs