How to Install and Uninstall libtranslate.i686 Package on Fedora 39

Last updated: November 26,2024

1. Install "libtranslate.i686" package

This guide covers the steps necessary to install libtranslate.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install libtranslate.i686

2. Uninstall "libtranslate.i686" package

Please follow the instructions below to uninstall libtranslate.i686 on Fedora 39:

$ sudo dnf remove libtranslate.i686 $ sudo dnf autoremove

3. Information about the libtranslate.i686 package on Fedora 39

Last metadata expiration check: 3:58:26 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : libtranslate
Version : 0.99
Release : 115.fc39
Architecture : i686
Size : 79 k
Source : libtranslate-0.99-115.fc39.src.rpm
Repository : fedora
Summary : Natural language translation library
URL : http://www.nongnu.org/libtranslate
License : BSD
Description : Libtranslate is a library for translating text and web pages
: between natural languages. Its modular infrastructure allows
: to implement new translation services separately from the core library.
:
: Libtranslate is shipped with a generic module supporting
: web-based translation services such as Babel Fish, Google Language Tools
: and SYSTRAN. Moreover, the generic module allows to add new services
: simply by adding a few lines to a XML file (see libtranslate(5)).
:
: The libtranslate distribution includes a powerful command line interface
: (see translate(1)). GNOME GUI can be found as separate "gnome-translate"
: package at the same web source.