How to Install and Uninstall libosl-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "libosl-dev" package

In this section, we are going to explain the necessary steps to install libosl-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libosl-dev

2. Uninstall "libosl-dev" package

Learn how to uninstall libosl-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libosl-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libosl-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libosl-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 21320
Maintainer: Ubuntu Developers
Original-Maintainer: Daigo Moriwaki
Architecture: amd64
Source: libosl
Version: 0.6.0-3.3
Depends: libosl1v5 (= 0.6.0-3.3)
Filename: pool/universe/libo/libosl/libosl-dev_0.6.0-3.3_amd64.deb
Size: 2816282
MD5sum: 1a12f17ef6732d36d0740dc54e71b200
SHA1: abdca099a28677a610fad315467d0a12c3ccdda4
SHA256: bd7196538d52b6689b95db615bae6bbb467333690c85fe99e1e858ac1073d8e9
Description-en: library for Shogi playing programs
OpenShogiLib (OSL) provides following features of Shogi playing programs,
especially for Shogi programming study. Shogi is a Japanese two-player board
game like Chess.
1. Board: reading/writing records, generating legal moves etc.
2. Evaluation function: piece values and a lot of features
3. Hash table: hashing boards etc.
4. Checkmate search: concurrent df-pn+ etc.
5. Search framework: full-depth search, realization probability etc.
6. Move category: mate, illegal moves etc.
7. Opening book
8. Gaming: search time control etc.
.
This package contains header files and static libraries for developers.
Description-md5: 4e93264df8e1f4c2a0e4e566aa40d52a
Homepage: http://gps.tanaka.ecc.u-tokyo.ac.jp/gpsshogi/pukiwiki.php
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu