AM335X-PAC Series User Manual version 2.0.1 Page: 81
Copyright © 2019 ICP DAS Co., Ltd. All Rights Reserved. E-mail: [email protected]
5.
Application for LinPAC AM335x PAC
In this chapter, ICP DAS provides extra module supported and instructions to enhance LinPAC
AM335x PAC functionality and affinity.
5.1. Package management with APT
The ‘
apt-get
’
utility is the Ubuntu package manager used to download and install software
packages from local package repositories or ones located on the Internet. Package management
via apt-get runs hand-in-hand with the /etc/apt/sources.list file. This page describes how to
handle the packages on LinPAC AM335x PAC using apt-get and related commands.
To install a package run the following commands:
# apt-get update
# apt-get install <package>
To
remove a package run the following commands:
# apt-get remove --purge <package>
// Remove the package
# apt-get autoremove --purge <package>
// Rmove the dependencies packages
To search available package run the following commands:
# apt-cache search <package name>