Software Update

Software source configuration

The configuration files of software source repositories are generally saved in the following two places:

/etc/app/sources.list: Main repository

/etc/app/sources.list.d/*.list: Additional repositories

At present, the Debian system of the Quectel Pi H1 single board computer only has one main warehouse, and additional warehouses can be added according to demand in the future.

pi@QuecPi :~$ cat /etc/apt/sources.list
deb  https://mirrors.tuna.tsinghua.edu.cn/debian  trixie main

Among them, trixie is the operating system code, which can be queried through the following command:

pi@QuecPi :~$ grep VERSION_CODENAME /etc/os-release
VERSION_CODENAME=trixie

China Warehouse Mirror

Please execute the following command to use the Debian repository image provided by a third-party:

Remarks
Quectel cannot guarantee the availability or download speed of third-party images.

Package management tool

It can also be installed through the terminal command line apt tool.

As shown in the following figure, click the corresponding icon in sequence to enter the terminal command window:

Some commonly used commands are as follows:

Update package index

sudo apt update

Upgrade all installed software packages

sudo apt upgrade

Install a new software package

sudo apt install <package-name>

Uninstall software package

sudo apt remove <package-name>

View information on installed software packages

sudo apt show <package-name>

Search for software packages

sudo apt search <package-name>

List all installed software packages

sudo apt list --installed

Installation of deb package

Please refer to Efficiency and Office for the installation method of the deb package

Software Mall

Click on the desktop icons in the following order to enter the software package app. You can click on the search box to find the corresponding software package for installation.



The installed app can be viewed by clicking the Installed button at the top

Upgradeable app can be viewed by clicking the Updates button at the top