Skip to content

Commit

Permalink
Fixed instructions on how to update packages in developer guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Oct 8, 2024
1 parent a379de4 commit 285e584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/developer_guide/updating_packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If the update is very new and not yet displayed on packages.ubuntu.com you can u

```shell
apt-get update
apt-search <package>
apt search <package>
```

Maybe installing the command [chdist](https://manpages.ubuntu.com/manpages/xenial/en/man1/chdist.1.html) could also be helpful, as it allows searching for packages and updates in other versions and distributions of ubuntu than the one installed on your local system.

0 comments on commit 285e584

Please sign in to comment.