How to Install and Uninstall trscripts Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 18,2024

1. Install "trscripts" package

Please follow the instructions below to install trscripts on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install trscripts

2. Uninstall "trscripts" package

Please follow the steps below to uninstall trscripts on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the trscripts package on Ubuntu 20.10 (Groovy Gorilla)

Package: trscripts
Architecture: all
Version: 1.18
Priority: optional
Section: universe/utils
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Anton Zinoviev
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1711
Filename: pool/universe/t/trscripts/trscripts_1.18_all.deb
Size: 80034
MD5sum: 74e7607144fce393414433ee82b15f7a
SHA1: e6ef322c6b26e13a909d102f94817fdd1503c8a8
SHA256: 00a4ac2b52db0c886bbe9d2d9844a83bb06b885bad6499711816e6b05ad280d3
SHA512: 2d4eef34e8da6ba6e6a01e0d4968f47b0ec7eb9cccd143c1f92870ad438ab75ec03ee227fb6dca671d7b7070716b4246d52660b4406e5da02342d86609db7aa2
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