Install libreoffice-l10n-tr on Ubuntu: sudo apt-get install libreoffice-l10n-tr
Learn how to install libreoffice-l10n-tr with the command sudo apt-get install libreoffice-l10n-tr on Ubuntus.
Quick installation of libreoffice-l10n-tr:
Step 1: Update system:
sudo apt-get update
Step 2: Install: libreoffice-l10n-tr
Ater updaing the OS run following command to install the packae:
sudo apt-get install libreoffice-l10n-tr
Package Details | |
Package: | libreoffice-l10n-tr |
Version: | 1:3.5.7-0ubuntu12 |
Maintainer: | Ubuntu Developers |
Home page: | http://www.libreoffice.org |
Description: | office productivity suite -- Turkish language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Turkish. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Homepage: http://www.libreoffice.org |
Distro: | Ubuntu 12.04 LTS |
Release: | |
Repo/Section: | localization |
How to install libreoffice-l10n-tr on Ubuntu 12.04 LTS?
First of all update your system with the command:
sudo apt-get update
Above command will download the package lists for Ubuntu 12.04 LTS on your system. This will update the list of newest versions of packages and its dependencies on your system.
After downloading the latest package list with the help of above you can run the installation process.
If libreoffice-l10n-tr is not installed on your compter then the command 'dpkg -L libreoffice-l10n-tr' will give followin error.
deepak@deepak-VirtualBox:~$ dpkg -L libreoffice-l10n-tr Package `libreoffice-l10n-tr' is not installed. Use dpkg --info (= dpkg-deb --info) to examine archive files, and dpkg --contents (= dpkg-deb --contents) to list their contents. deepak@deepak-VirtualBox:~$
Installing libreoffice-l10n-tr:
After system update use the following command to install libreoffice-l10n-tr:
sudo apt-get install libreoffice-l10n-tr
Above command will confirm before installing the package on your Ubuntu 12.04 LTS Operating System. If you are not already logged in as su, installer will ask you the root password. After completion of the installation you can use the package on your system.
How to uninstall/remove libreoffice-l10n-tr from Ubuntu 12.04 LTS?
Now we will see the commands for uninstalling the libreoffice-l10n-tr from Ubuntu 12.04 LTS. For uninstalling this package you can easily use the apt command and remove the package from Linux Operating System.
To remove the libreoffice-l10n-tr following command is used:
sudo apt-get remove libreoffice-l10n-tr
Following command is used to remove the libreoffice-l10n-tr package along with its dependencies:
sudo apt-get remove --auto-remove libreoffice-l10n-tr
This will remove libreoffice-l10n-tr and all its dependent packages which is no longer needed in the system.
Completely removing libreoffice-l10n-tr with all configuration files:
Following command should be used with care as it deletes all the configuration files and data:
sudo apt-get purge libreoffice-l10n-tr
or you can use following command also:
sudo apt-get purge --auto-remove libreoffice-l10n-tr
Above command will remove all the configuration files and data associated with libreoffice-l10n-tr package. You can can't recover the delete data, so, use this command with care.