ogdf on AUR (Arch User Repository)

Last updated: July 07,2024

1. Install "ogdf" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install ogdf on Arch using YAY

$ yay -S ogdf

* (Optional) Uninstall ogdf on Arch using YAY

$ yay -Rns ogdf

2. Manually Install "ogdf" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone ogdf's git locally

$ git clone https://aur.archlinux.org/ogdf.git ~/ogdf

c. Go to ~/ogdf folder and install it

$ cd ~/ogdf $ makepkg -si

3. Information about the ogdf package on Arch User Repository (AUR)

ID: 1419072
Name: ogdf
PackageBaseID: 191682
PackageBase: ogdf
Version: 202309-1
Description: OGDF is a self-contained C++ class library for the automatic layout of diagrams. OGDF offers sophisticated algorithms and data structures to use within your own applications or scientific projects.
URL: https://ogdf.uos.de/
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: RAMChYLD
Submitter: haawda
FirstSubmitted: 1679134416
LastModified: 1709317729
URLPath: /cgit/aur.git/snapshot/ogdf.tar.gz