How To Install legofy on Fedora 36
Introduction
In this tutorial we learn how to install legofy
on Fedora 36.
What is legofy
Legofy is a python program that takes a static image or gif and makes it so that it looks as if it was built out of LEGO.
We can use yum
or dnf
to install legofy
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install legofy.
Install legofy 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 legofy
using dnf
by running the following command:
sudo dnf -y install legofy
Install legofy 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 legofy
using yum
by running the following command:
sudo yum -y install legofy
How To Uninstall legofy on Fedora 36
To uninstall only the legofy
package we can use the following command:
sudo dnf remove legofy
legofy Package Contents on Fedora 36
/usr/bin/legofy
/usr/lib/python3.10/site-packages/legofy
/usr/lib/python3.10/site-packages/legofy-1.0.0-py3.10.egg-info
/usr/lib/python3.10/site-packages/legofy-1.0.0-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/legofy-1.0.0-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/legofy-1.0.0-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/legofy-1.0.0-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/legofy-1.0.0-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/legofy-1.0.0-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/legofy/__init__.py
/usr/lib/python3.10/site-packages/legofy/__pycache__
/usr/lib/python3.10/site-packages/legofy/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/legofy/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/legofy/__pycache__/cli.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/legofy/__pycache__/cli.cpython-310.pyc
/usr/lib/python3.10/site-packages/legofy/__pycache__/images2gif_py2.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/legofy/__pycache__/images2gif_py2.cpython-310.pyc
/usr/lib/python3.10/site-packages/legofy/__pycache__/images2gif_py3.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/legofy/__pycache__/images2gif_py3.cpython-310.pyc
/usr/lib/python3.10/site-packages/legofy/__pycache__/legofy_gui.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/legofy/__pycache__/legofy_gui.cpython-310.pyc
/usr/lib/python3.10/site-packages/legofy/__pycache__/palettes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/legofy/__pycache__/palettes.cpython-310.pyc
/usr/lib/python3.10/site-packages/legofy/assets
/usr/lib/python3.10/site-packages/legofy/assets/bricks
/usr/lib/python3.10/site-packages/legofy/assets/bricks/1x1.png
/usr/lib/python3.10/site-packages/legofy/cli.py
/usr/lib/python3.10/site-packages/legofy/images2gif_py2.py
/usr/lib/python3.10/site-packages/legofy/images2gif_py3.py
/usr/lib/python3.10/site-packages/legofy/legofy_gui.py
/usr/lib/python3.10/site-packages/legofy/palettes.py
/usr/share/doc/legofy
/usr/share/doc/legofy/README.md
/usr/share/licenses/legofy
/usr/share/licenses/legofy/LICENSE
/usr/share/man/man1/legofy.1.gz
References
Summary
In this tutorial we learn how to install legofy
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).