Skip to content

Docs should suggests using apt and dnf for package install #2186

@xlionjuan

Description

@xlionjuan

Most of times, user should install packages with the frontend(In here means apt and dnf) to install packages, because it has the ability to query the repo data if additional deps are needed.

```console
$ sudo dpkg -i /path/to/deb/file.deb
```
On a red hat based linux, the `.rpm` package can be installed with
```console
$ sudo rpm -ivh /path/to/rpm/file.rpm
$ sudo systemctl start ntpd-rs
```

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions