How to Install and Uninstall golang-github-mileusna-useragent-devel.noarch Package on Fedora 34

Last updated: May 07,2024

1. Install "golang-github-mileusna-useragent-devel.noarch" package

This guide let you learn how to install golang-github-mileusna-useragent-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-mileusna-useragent-devel.noarch

2. Uninstall "golang-github-mileusna-useragent-devel.noarch" package

Please follow the step by step instructions below to uninstall golang-github-mileusna-useragent-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-mileusna-useragent-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-mileusna-useragent-devel.noarch package on Fedora 34

Last metadata expiration check: 1:33:33 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-mileusna-useragent-devel
Version : 1.0.2
Release : 2.fc34
Architecture : noarch
Size : 16 k
Source : golang-github-mileusna-useragent-1.0.2-2.fc34.src.rpm
Repository : fedora
Summary : Go parser for user agent strings
URL : https://github.com/mileusna/useragent
License : MIT
Description : Package ua.Parse(userAgent string) function parses browser's and bot's user
: agents strings and determines:
:
: – User agent name and version (Chrome, Firefox, Googlebot, etc.)
: – Operating system name and version (Windows, Android, iOS etc.)
: – Device type (mobile, desktop, tablet, bot)
: – Device name if available (iPhone, iPad, Huawei VNS-L21)
: – URL provided by the bot (http://www.google.com/bot.html etc.)
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/mileusna/useragent