How to Install and Uninstall libassimp3v5 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "libassimp3v5" package

This guide let you learn how to install libassimp3v5 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libassimp3v5

2. Uninstall "libassimp3v5" package

Here is a brief guide to show you how to uninstall libassimp3v5 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libassimp3v5 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libassimp3v5 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libassimp3v5
Priority: extra
Section: universe/libs
Installed-Size: 6738
Maintainer: Ubuntu Developers
Original-Maintainer: IOhannes m zmölnig (Debian/GNU)
Architecture: amd64
Source: assimp
Version: 3.2~dfsg-3
Replaces: libassimp3
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libminizip1 (>= 1.1), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4)
Breaks: libassimp3
Filename: pool/universe/a/assimp/libassimp3v5_3.2~dfsg-3_amd64.deb
Size: 1670656
MD5sum: 4df2fcaab7407eee820c912517114b2c
SHA1: 22f20f2dba6a3e6e1a64aa2e5fb68aa49e67ea06
SHA256: cee8b5f045df138079d9664cb513c7335708d9ce06bab22c57acf2d68c6bfb00
Description-en: 3D model import library
Assimp is a library to import various well-known 3D model formats ("assets") in
a uniform manner.
Assimp aims at providing a full asset conversion pipeline for use in game
engines / realtime rendering systems of any kind but is not limited to this
audience.
.
The library is designed for maximum stability and flexibility. While written in
C++, a pure C API exists, as well as bindings to various other languages,
including Python, D and Blitzmax. Assimp loads models into a straightforward
data structure for easy processing by your application. Various post processing
steps (such as general optimization or computation of extra data like normal or
tangent vectors) can be executed on the imported data to suit your needs.
.
This package provides the shared object necessary to run an application
using Assimp.
Description-md5: 19a3b9c95112bea7e3f3134dbd0cf8eb
Homepage: http://assimp.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu