How To Install latte-integrale on Fedora 36

In this tutorial we learn how to install latte-integrale in Fedora 36. latte-integrale is Lattice point enumeration

Introduction

In this tutorial we learn how to install latte-integrale on Fedora 36.

What is latte-integrale

LattE (Lattice point Enumeration) is a computer software dedicated to the problems of counting lattice points and integration inside convex polytopes. LattE contains the first ever implementation of Barvinok’s algorithm. The LattE macchiato version (by M. Köppe) incorporated fundamental improvements and speed ups. Now the latest version, LattE integrale, has the ability to directly compute integrals of polynomial functions over polytopes and in particular to do volume computations.

We can use yum or dnf to install latte-integrale on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install latte-integrale.

Install latte-integrale on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install latte-integrale using dnf by running the following command:

sudo dnf -y install latte-integrale

Install latte-integrale on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install latte-integrale using yum by running the following command:

sudo yum -y install latte-integrale

How To Uninstall latte-integrale on Fedora 36

To uninstall only the latte-integrale package we can use the following command:

sudo dnf remove latte-integrale

latte-integrale Package Contents on Fedora 36

/usr/bin/ConvertCDDextToLatte
/usr/bin/ConvertCDDineToLatte
/usr/bin/count-linear-forms-from-polynomial
/usr/bin/ehrhart
/usr/bin/ehrhart3
/usr/bin/hilbert-from-rays
/usr/bin/hilbert-from-rays-symm
/usr/bin/latte-count
/usr/bin/latte-integrate
/usr/bin/latte-maximize
/usr/bin/latte-minimize
/usr/bin/latte-triangulate
/usr/bin/latte2ext
/usr/bin/latte2ine
/usr/bin/polyhedron-to-cones
/usr/bin/top-ehrhart-knapsack
/usr/lib/.build-id
/usr/lib/.build-id/02
/usr/lib/.build-id/02/00eade2a0c29a5dccf04979fcf8d8a5efcd5fe
/usr/lib/.build-id/21
/usr/lib/.build-id/21/bd48a5a5240270efc6691da9c8f7078d165380
/usr/lib/.build-id/23
/usr/lib/.build-id/23/a126ca10bca0ddd8276b260a6a15fd432b3af2
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/d694657892355762033e83da83d7b721627e57
/usr/lib/.build-id/57
/usr/lib/.build-id/57/674d9d3a92ba07719db06a16f13b4d8ea987e8
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/1c9d4b7ea9dd1391a525e3b724e76f6ab9dc18
/usr/lib/.build-id/62
/usr/lib/.build-id/62/494f58b7124f360bacbe14a06189c4a67e102d
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/87ebeefb0c1160242099207ff392d089239b34
/usr/lib/.build-id/70
/usr/lib/.build-id/70/9f43c92c58c0d022d7d0fe5f299010b61daee3
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/42356f68e4bc5bc5085869be5ae91b7953f14a
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/d0f296b6c3f747b36fd434a2d75626ce9b57d6
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/fa42b7673ce9164e9e3206b6690e590b266d2a
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/b7ab6069605dee97a2c2bab524948370e7681f
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/fb7fbcc832350b80a9c5e0c4754d444e030e2f
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/7359929f088082169567a6b43c96aa614fecec
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/bf47aabb1010745278043457543d7caf87ff2c
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/e76ec57c2141cad2ee0082e8ac2f0f095c29e1
/usr/lib/.build-id/e7
/usr/lib/.build-id/e7/e3383b9bcb18f0cb15ba6265c7e517fdcfda4d
/usr/lib/liblatte.so.0
/usr/lib/liblatte.so.0.0.0
/usr/lib/libnormalize.so.0
/usr/lib/libnormalize.so.0.0.0
/usr/share/doc/latte-integrale
/usr/share/doc/latte-integrale/AUTHORS
/usr/share/doc/latte-integrale/NEWS
/usr/share/doc/latte-integrale/README
/usr/share/doc/latte-integrale/manual.pdf
/usr/share/licenses/latte-integrale
/usr/share/licenses/latte-integrale/COPYING
---
title: "How To Install latte-integrale on Fedora 36"

linkTitle: “latte-integrale”

type: “docs”

References

description: “In this tutorial we learn how to install latte-integrale in Fedora 36. latte-integrale is Lattice point enumeration” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/latte-integrale-featured.png

Introduction

In this tutorial we learn how to install latte-integrale on Fedora 36.

What is latte-integrale

LattE (Lattice point Enumeration) is a computer software dedicated to the problems of counting lattice points and integration inside convex polytopes. LattE contains the first ever implementation of Barvinok’s algorithm. The LattE macchiato version (by M. Köppe) incorporated fundamental improvements and speed ups. Now the latest version, LattE integrale, has the ability to directly compute integrals of polynomial functions over polytopes and in particular to do volume computations.

Summary

We can use yum or dnf to install latte-integrale on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install latte-integrale.

In this tutorial we learn how to install latte-integrale on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

Install latte-integrale on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install latte-integrale using dnf by running the following command:

sudo dnf -y install latte-integrale

Install latte-integrale on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install latte-integrale using yum by running the following command:

sudo yum -y install latte-integrale

How To Uninstall latte-integrale on Fedora 36

To uninstall only the latte-integrale package we can use the following command:

sudo dnf remove latte-integrale

latte-integrale Package Contents on Fedora 36

/usr/bin/ConvertCDDextToLatte
/usr/bin/ConvertCDDineToLatte
/usr/bin/count-linear-forms-from-polynomial
/usr/bin/ehrhart
/usr/bin/ehrhart3
/usr/bin/hilbert-from-rays
/usr/bin/hilbert-from-rays-symm
/usr/bin/latte-count
/usr/bin/latte-integrate
/usr/bin/latte-maximize
/usr/bin/latte-minimize
/usr/bin/latte-triangulate
/usr/bin/latte2ext
/usr/bin/latte2ine
/usr/bin/polyhedron-to-cones
/usr/bin/top-ehrhart-knapsack
/usr/lib/.build-id
/usr/lib/.build-id/15
/usr/lib/.build-id/15/b5c9a9193b3e3c4abd2b43ab4f229d78a7eb6f
/usr/lib/.build-id/1e
/usr/lib/.build-id/1e/425261c248585b31ee4db54f1ac9d65e8b8f81
/usr/lib/.build-id/23
/usr/lib/.build-id/23/adcdb8d683b031ce4a06682da375eb46e934c9
/usr/lib/.build-id/24
/usr/lib/.build-id/24/e6b209f9abf047535f37f5ec1104ad2802ef88
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/b2055cc4947c200abbb490f3e3534ef0a287ad
/usr/lib/.build-id/63
/usr/lib/.build-id/63/2ea220aeb4567ea1d5fd8f556a3ed503039170
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/e9f777462fb581368199953f29f08d1192be04
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/54598ab76b295cc7d956ee31c56a7b13555090
/usr/lib/.build-id/83
/usr/lib/.build-id/83/8cf13147f4d0e30918cf695ee98670cb94346b
/usr/lib/.build-id/84
/usr/lib/.build-id/84/462de8dff5452ae2dc422dc2f3c8821d2ea7f3
/usr/lib/.build-id/85
/usr/lib/.build-id/85/281860b522169176f0e00fe07278a3c381762b
/usr/lib/.build-id/96
/usr/lib/.build-id/96/680788315acae771792849df61deb5f7bbee61
/usr/lib/.build-id/97
/usr/lib/.build-id/97/b5452c50cf6cd06b24d7a2e754ab23e8cdea93
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/bf3dd254bbc9ce24b95d2a86dc09711a21abea
/usr/lib/.build-id/b9
/usr/lib/.build-id/b9/e8b209d5d610195a95560ebe6b2c2aa943cf75
/usr/lib/.build-id/bb
/usr/lib/.build-id/bb/b000381e4fabb776150d964e500b5ce85a762c
/usr/lib/.build-id/c2
/usr/lib/.build-id/c2/f81c071281e1a1f6eece6d43a08bb1fe91c6c6
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/17fabc64aeff02ad636056bd22d8863506d30a
/usr/lib64/liblatte.so.0
/usr/lib64/liblatte.so.0.0.0
/usr/lib64/libnormalize.so.0
/usr/lib64/libnormalize.so.0.0.0
/usr/share/doc/latte-integrale
/usr/share/doc/latte-integrale/AUTHORS
/usr/share/doc/latte-integrale/NEWS
/usr/share/doc/latte-integrale/README
/usr/share/doc/latte-integrale/manual.pdf
/usr/share/licenses/latte-integrale
/usr/share/licenses/latte-integrale/COPYING

References

Summary

In this tutorial we learn how to install latte-integrale on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).