How To Install php-sabre-vobject4 on Fedora 36

In this tutorial we learn how to install php-sabre-vobject4 in Fedora 36. php-sabre-vobject4 is Library to parse and manipulate iCalendar and vCard objects

Introduction

In this tutorial we learn how to install php-sabre-vobject4 on Fedora 36.

What is php-sabre-vobject4

The VObject library allows you to easily parse and manipulate iCalendar and vCard objects using PHP. The goal of the VObject library is to create a very complete library, with an easy to use API. This project is a spin-off from SabreDAV, where it has been used for several years. The VObject library has 100% unittest coverage. Autoloader

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

Install php-sabre-vobject4 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 php-sabre-vobject4 using dnf by running the following command:

sudo dnf -y install php-sabre-vobject4

Install php-sabre-vobject4 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 php-sabre-vobject4 using yum by running the following command:

sudo yum -y install php-sabre-vobject4

How To Uninstall php-sabre-vobject4 on Fedora 36

To uninstall only the php-sabre-vobject4 package we can use the following command:

sudo dnf remove php-sabre-vobject4

php-sabre-vobject4 Package Contents on Fedora 36

/usr/bin/generate_vcards
/usr/bin/vobject
/usr/share/doc/php-sabre-vobject4
/usr/share/doc/php-sabre-vobject4/CHANGELOG.md
/usr/share/doc/php-sabre-vobject4/README.md
/usr/share/doc/php-sabre-vobject4/composer.json
/usr/share/licenses/php-sabre-vobject4
/usr/share/licenses/php-sabre-vobject4/LICENSE
/usr/share/php/Sabre/VObject4
/usr/share/php/Sabre/VObject4/BirthdayCalendarGenerator.php
/usr/share/php/Sabre/VObject4/Cli.php
/usr/share/php/Sabre/VObject4/Component
/usr/share/php/Sabre/VObject4/Component.php
/usr/share/php/Sabre/VObject4/Component/Available.php
/usr/share/php/Sabre/VObject4/Component/VAlarm.php
/usr/share/php/Sabre/VObject4/Component/VAvailability.php
/usr/share/php/Sabre/VObject4/Component/VCalendar.php
/usr/share/php/Sabre/VObject4/Component/VCard.php
/usr/share/php/Sabre/VObject4/Component/VEvent.php
/usr/share/php/Sabre/VObject4/Component/VFreeBusy.php
/usr/share/php/Sabre/VObject4/Component/VJournal.php
/usr/share/php/Sabre/VObject4/Component/VTimeZone.php
/usr/share/php/Sabre/VObject4/Component/VTodo.php
/usr/share/php/Sabre/VObject4/DateTimeParser.php
/usr/share/php/Sabre/VObject4/Document.php
/usr/share/php/Sabre/VObject4/ElementList.php
/usr/share/php/Sabre/VObject4/EofException.php
/usr/share/php/Sabre/VObject4/FreeBusyData.php
/usr/share/php/Sabre/VObject4/FreeBusyGenerator.php
/usr/share/php/Sabre/VObject4/ITip
/usr/share/php/Sabre/VObject4/ITip/Broker.php
/usr/share/php/Sabre/VObject4/ITip/ITipException.php
/usr/share/php/Sabre/VObject4/ITip/Message.php
/usr/share/php/Sabre/VObject4/ITip/SameOrganizerForAllComponentsException.php
/usr/share/php/Sabre/VObject4/InvalidDataException.php
/usr/share/php/Sabre/VObject4/Node.php
/usr/share/php/Sabre/VObject4/PHPUnitAssertions.php
/usr/share/php/Sabre/VObject4/Parameter.php
/usr/share/php/Sabre/VObject4/ParseException.php
/usr/share/php/Sabre/VObject4/Parser
/usr/share/php/Sabre/VObject4/Parser/Json.php
/usr/share/php/Sabre/VObject4/Parser/MimeDir.php
/usr/share/php/Sabre/VObject4/Parser/Parser.php
/usr/share/php/Sabre/VObject4/Parser/XML
/usr/share/php/Sabre/VObject4/Parser/XML.php
/usr/share/php/Sabre/VObject4/Parser/XML/Element
/usr/share/php/Sabre/VObject4/Parser/XML/Element/KeyValue.php
/usr/share/php/Sabre/VObject4/Property
/usr/share/php/Sabre/VObject4/Property.php
/usr/share/php/Sabre/VObject4/Property/Binary.php
/usr/share/php/Sabre/VObject4/Property/Boolean.php
/usr/share/php/Sabre/VObject4/Property/FlatText.php
/usr/share/php/Sabre/VObject4/Property/FloatValue.php
/usr/share/php/Sabre/VObject4/Property/ICalendar
/usr/share/php/Sabre/VObject4/Property/ICalendar/CalAddress.php
/usr/share/php/Sabre/VObject4/Property/ICalendar/Date.php
/usr/share/php/Sabre/VObject4/Property/ICalendar/DateTime.php
/usr/share/php/Sabre/VObject4/Property/ICalendar/Duration.php
/usr/share/php/Sabre/VObject4/Property/ICalendar/Period.php
/usr/share/php/Sabre/VObject4/Property/ICalendar/Recur.php
/usr/share/php/Sabre/VObject4/Property/IntegerValue.php
/usr/share/php/Sabre/VObject4/Property/Text.php
/usr/share/php/Sabre/VObject4/Property/Time.php
/usr/share/php/Sabre/VObject4/Property/Unknown.php
/usr/share/php/Sabre/VObject4/Property/Uri.php
/usr/share/php/Sabre/VObject4/Property/UtcOffset.php
/usr/share/php/Sabre/VObject4/Property/VCard
/usr/share/php/Sabre/VObject4/Property/VCard/Date.php
/usr/share/php/Sabre/VObject4/Property/VCard/DateAndOrTime.php
/usr/share/php/Sabre/VObject4/Property/VCard/DateTime.php
/usr/share/php/Sabre/VObject4/Property/VCard/LanguageTag.php
/usr/share/php/Sabre/VObject4/Property/VCard/PhoneNumber.php
/usr/share/php/Sabre/VObject4/Property/VCard/TimeStamp.php
/usr/share/php/Sabre/VObject4/Reader.php
/usr/share/php/Sabre/VObject4/Recur
/usr/share/php/Sabre/VObject4/Recur/EventIterator.php
/usr/share/php/Sabre/VObject4/Recur/MaxInstancesExceededException.php
/usr/share/php/Sabre/VObject4/Recur/NoInstancesException.php
/usr/share/php/Sabre/VObject4/Recur/RDateIterator.php
/usr/share/php/Sabre/VObject4/Recur/RRuleIterator.php
/usr/share/php/Sabre/VObject4/Settings.php
/usr/share/php/Sabre/VObject4/Splitter
/usr/share/php/Sabre/VObject4/Splitter/ICalendar.php
/usr/share/php/Sabre/VObject4/Splitter/SplitterInterface.php
/usr/share/php/Sabre/VObject4/Splitter/VCard.php
/usr/share/php/Sabre/VObject4/StringUtil.php
/usr/share/php/Sabre/VObject4/TimeZoneUtil.php
/usr/share/php/Sabre/VObject4/TimezoneGuesser
/usr/share/php/Sabre/VObject4/TimezoneGuesser/FindFromOffset.php
/usr/share/php/Sabre/VObject4/TimezoneGuesser/FindFromTimezoneIdentifier.php
/usr/share/php/Sabre/VObject4/TimezoneGuesser/FindFromTimezoneMap.php
/usr/share/php/Sabre/VObject4/TimezoneGuesser/GuessFromLicEntry.php
/usr/share/php/Sabre/VObject4/TimezoneGuesser/GuessFromMsTzId.php
/usr/share/php/Sabre/VObject4/TimezoneGuesser/TimezoneFinder.php
/usr/share/php/Sabre/VObject4/TimezoneGuesser/TimezoneGuesser.php
/usr/share/php/Sabre/VObject4/UUIDUtil.php
/usr/share/php/Sabre/VObject4/VCardConverter.php
/usr/share/php/Sabre/VObject4/Version.php
/usr/share/php/Sabre/VObject4/Writer.php
/usr/share/php/Sabre/VObject4/autoload.php
/usr/share/php/Sabre/VObject4/timezonedata
/usr/share/php/Sabre/VObject4/timezonedata/exchangezones.php
/usr/share/php/Sabre/VObject4/timezonedata/lotuszones.php
/usr/share/php/Sabre/VObject4/timezonedata/php-bc.php
/usr/share/php/Sabre/VObject4/timezonedata/php-workaround.php
/usr/share/php/Sabre/VObject4/timezonedata/windowszones.php

References

Summary

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