How to Install and Uninstall trscripts Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "trscripts" package

Please follow the guidance below to install trscripts on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install trscripts

2. Uninstall "trscripts" package

Please follow the steps below to uninstall trscripts on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove trscripts $ sudo apt autoclean && sudo apt autoremove

3. Information about the trscripts package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: trscripts
Priority: optional
Section: universe/utils
Installed-Size: 1711
Maintainer: Ubuntu Developers
Original-Maintainer: Anton Zinoviev
Architecture: all
Version: 1.17
Filename: pool/universe/t/trscripts/trscripts_1.17_all.deb
Size: 80266
MD5sum: 2c2d906c88c583124b2b94ac98f5fb23
SHA1: 75f12c3f82381c5eedc60346fd98016d323e351d
SHA256: e9f2eb533434faecf5aba64b9a3d6bdd246b266cb3a7423b38a8c34b5743b5a8
Description-en: Scripts for reencoding text files and BDF-fonts
The script `trbdf' can convert a BDF font from one codeset
to another.
.
The script `trcs' reencodes text files from one codeset to another.
It can generate scripts for `tr'. For example the command
trcs --from cp1252 --to latin1 --gen-script
gives you the following output:
#!/bin/sh
.
trap "exit 0" PIPE
.
cat "$@" | tr \
'\200''\201''\202''\203''\204''\205''\206''\207''\210''\211''\212'\
'\213''\214''\215''\216''\217''\220''\221''\222''\223''\224''\225'\
'\226''\227''\230''\231''\232''\233''\234''\235''\236''\237' \
'\105''\77''\47''\146''\42''\267''\53''\77''\136''\77''\123'\
'\253''\117''\77''\132''\77''\77''\47''\47''\42''\42''\267'\
'\-''\-''\176''\77''\163''\273''\157''\77''\172''\131'
.
Both scripts try to approximate the missing from the target codeset
symbols.
.
It is easy to add support of other character sets.
Description-md5: 66eea646d1b45297f7604439a7baf556
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu