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

Last updated: May 09,2024

1. Install "flasm" package

Please follow the steps below to install flasm on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install flasm

2. Uninstall "flasm" package

Learn how to uninstall flasm on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove flasm $ sudo apt autoclean && sudo apt autoremove

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

Package: flasm
Priority: extra
Section: universe/utils
Installed-Size: 276
Maintainer: Ubuntu Developers
Original-Maintainer: Paul Wise
Architecture: amd64
Version: 1.62-7
Depends: libc6 (>= 2.14), zlib1g (>= 1:1.1.4)
Filename: pool/universe/f/flasm/flasm_1.62-7_amd64.deb
Size: 103042
MD5sum: 853407ef551c0682e371ee3dcc962ff3
SHA1: 8648455ba5e4ac9f9eecbf5b69e49fc2b867a512
SHA256: df65ce0253a49fe1b75a3c8eadf5599dfcc3f79b462730d0cacf6a4db8d90183
Description-en: assembler and disassembler for Flash (SWF) bytecode
Flasm disassembles your entire SWF including all the timelines and
events. Looking at disassembly, you learn how the Flash compiler works.
You can also do some optimization on the disassembled code by hand or
adjust the code as you wish. Flasm can then re-assemble the bytecode
into a new SWF.
.
It is also possible to embed Flasm actions in your ActionScript, making
optimization of large projects more comfortable.
.
Flasm is not a decompiler. What you get is the human readable
representation of SWF bytecode, not ActionScript source.
.
Flasm can also compress and decompress SWF files.
.
Flasm does not and may never work with Flash 9 files since Flash 9 is
a new virtual machine and support for it would mean a full rewrite.
Description-md5: 398475129724dc51a5def392bd88b162
Homepage: http://flasm.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu