How to Install and Uninstall octave-dataframe Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 30,2024

1. Install "octave-dataframe" package

Please follow the instructions below to install octave-dataframe on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install octave-dataframe

2. Uninstall "octave-dataframe" package

Please follow the instructions below to uninstall octave-dataframe on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove octave-dataframe $ sudo apt autoclean && sudo apt autoremove

3. Information about the octave-dataframe package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: octave-dataframe
Priority: optional
Section: universe/math
Installed-Size: 324
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Octave Group
Architecture: all
Version: 1.1.0-1
Depends: octave (>= 4.0.0)
Filename: pool/universe/o/octave-dataframe/octave-dataframe_1.1.0-1_all.deb
Size: 46052
MD5sum: 2226109966bf546e7d1b1e968a9619f7
SHA1: 08d78439f88fb16551da7f8dc11aa594c8283408
SHA256: 5ae50eea152553d791bd8530b405da004dcdfa22e31a3b8100b7c64bc018150e
Description-en: manipulate data in Octave similar to R data.frame
In the R language, a dataframe object is a way to group tabular data. The
functions in this package allow the manipulation of data in a similar way
in Octave. Dataframe objects in Octave can be created in a variety of
ways (from other objects or from tabular data in a file) and then can be
accessed either as matrix or by column name.
.
This Octave add-on package is part of the Octave-Forge project.
Description-md5: 01f45f2ff9987a3302f6d70dec37f801
Homepage: http://octave.sourceforge.net/dataframe/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu