How To Install python-sendgrid-examples on Fedora 36
Introduction
In this tutorial we learn how to install python-sendgrid-examples
on Fedora 36.
What is python-sendgrid-examples
This package contains SendGrid library usage examples.
We can use yum
or dnf
to install python-sendgrid-examples
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python-sendgrid-examples.
Install python-sendgrid-examples 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 python-sendgrid-examples
using dnf
by running the following command:
sudo dnf -y install python-sendgrid-examples
Install python-sendgrid-examples 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 python-sendgrid-examples
using yum
by running the following command:
sudo yum -y install python-sendgrid-examples
How To Uninstall python-sendgrid-examples on Fedora 36
To uninstall only the python-sendgrid-examples
package we can use the following command:
sudo dnf remove python-sendgrid-examples
python-sendgrid-examples Package Contents on Fedora 36
/usr/share/doc/python-sendgrid-examples
/usr/share/doc/python-sendgrid-examples/accesssettings
/usr/share/doc/python-sendgrid-examples/accesssettings/accesssettings.py
/usr/share/doc/python-sendgrid-examples/alerts
/usr/share/doc/python-sendgrid-examples/alerts/alerts.py
/usr/share/doc/python-sendgrid-examples/apikeys
/usr/share/doc/python-sendgrid-examples/apikeys/apikeys.py
/usr/share/doc/python-sendgrid-examples/asm
/usr/share/doc/python-sendgrid-examples/asm/asm.py
/usr/share/doc/python-sendgrid-examples/browsers
/usr/share/doc/python-sendgrid-examples/browsers/browsers.py
/usr/share/doc/python-sendgrid-examples/campaigns
/usr/share/doc/python-sendgrid-examples/campaigns/campaigns.py
/usr/share/doc/python-sendgrid-examples/categories
/usr/share/doc/python-sendgrid-examples/categories/categories.py
/usr/share/doc/python-sendgrid-examples/clients
/usr/share/doc/python-sendgrid-examples/clients/clients.py
/usr/share/doc/python-sendgrid-examples/contactdb
/usr/share/doc/python-sendgrid-examples/contactdb/contactdb.py
/usr/share/doc/python-sendgrid-examples/devices
/usr/share/doc/python-sendgrid-examples/devices/devices.py
/usr/share/doc/python-sendgrid-examples/geo
/usr/share/doc/python-sendgrid-examples/geo/geo.py
/usr/share/doc/python-sendgrid-examples/helpers
/usr/share/doc/python-sendgrid-examples/helpers/mail
/usr/share/doc/python-sendgrid-examples/helpers/mail/mail_example.py
/usr/share/doc/python-sendgrid-examples/ips
/usr/share/doc/python-sendgrid-examples/ips/ips.py
/usr/share/doc/python-sendgrid-examples/mail
/usr/share/doc/python-sendgrid-examples/mail/mail.py
/usr/share/doc/python-sendgrid-examples/mailboxproviders
/usr/share/doc/python-sendgrid-examples/mailboxproviders/mailboxproviders.py
/usr/share/doc/python-sendgrid-examples/mailsettings
/usr/share/doc/python-sendgrid-examples/mailsettings/mailsettings.py
/usr/share/doc/python-sendgrid-examples/partnersettings
/usr/share/doc/python-sendgrid-examples/partnersettings/partnersettings.py
/usr/share/doc/python-sendgrid-examples/scopes
/usr/share/doc/python-sendgrid-examples/scopes/scopes.py
/usr/share/doc/python-sendgrid-examples/senders
/usr/share/doc/python-sendgrid-examples/senders/senders.py
/usr/share/doc/python-sendgrid-examples/stats
/usr/share/doc/python-sendgrid-examples/stats/stats.py
/usr/share/doc/python-sendgrid-examples/subusers
/usr/share/doc/python-sendgrid-examples/subusers/subusers.py
/usr/share/doc/python-sendgrid-examples/suppression
/usr/share/doc/python-sendgrid-examples/suppression/suppression.py
/usr/share/doc/python-sendgrid-examples/templates
/usr/share/doc/python-sendgrid-examples/templates/templates.py
/usr/share/doc/python-sendgrid-examples/trackingsettings
/usr/share/doc/python-sendgrid-examples/trackingsettings/trackingsettings.py
/usr/share/doc/python-sendgrid-examples/user
/usr/share/doc/python-sendgrid-examples/user/user.py
/usr/share/doc/python-sendgrid-examples/whitelabel
/usr/share/doc/python-sendgrid-examples/whitelabel/whitelabel.py
References
Summary
In this tutorial we learn how to install python-sendgrid-examples
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).