How To Install mediawiki-wikicalendar on Fedora 36
Introduction
In this tutorial we learn how to install mediawiki-wikicalendar on Fedora 36.
What is mediawiki-wikicalendar
The extension adds an
tag to the mediawiki syntax which can show calendars in different formats. The idea was to keep the calendar as simple as possible and leave all the editing and page creation to mediawiki. It doesn’t require any new database tables or files.
We can use yum or dnf to install mediawiki-wikicalendar on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mediawiki-wikicalendar.
Install mediawiki-wikicalendar 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 mediawiki-wikicalendar using dnf by running the following command:
sudo dnf -y install mediawiki-wikicalendar
Install mediawiki-wikicalendar 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 mediawiki-wikicalendar using yum by running the following command:
sudo yum -y install mediawiki-wikicalendar
How To Uninstall mediawiki-wikicalendar on Fedora 36
To uninstall only the mediawiki-wikicalendar package we can use the following command:
sudo dnf remove mediawiki-wikicalendar
mediawiki-wikicalendar Package Contents on Fedora 36
/usr/share/doc/mediawiki-wikicalendar
/usr/share/doc/mediawiki-wikicalendar/ChangeLog
/usr/share/doc/mediawiki-wikicalendar/LICENSE
/usr/share/doc/mediawiki-wikicalendar/README
/usr/share/mediawiki/extensions/calendar
/usr/share/mediawiki/extensions/calendar/Calendar.php
/usr/share/mediawiki/extensions/calendar/CalendarClass.php
/usr/share/mediawiki/extensions/calendar/WikiCalendarClass.php
/usr/share/mediawiki/extensions/calendar/WikiCalendarFormatIcal.php
/usr/share/mediawiki/extensions/calendar/WikiCalendarFormatList.php
/usr/share/mediawiki/extensions/calendar/WikiCalendarFormatTable.php
/usr/share/mediawiki/extensions/calendar/WikiCalendarFormatText.php
References
Summary
In this tutorial we learn how to install mediawiki-wikicalendar on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).