Wrong package name in documentation section Migrating to systemd #3554

Closed
opened 2025-12-29 18:29:51 +01:00 by adam · 0 comments
Owner

Originally created by @qaxi on GitHub (Apr 9, 2020).

Change Type

[ ] Addition
[x ] Correction
[ ] Deprecation
[ ] Cleanup (formatting, typos, etc.)

Area

[x ] Installation instructions
[ ] Configuration parameters
[ ] Functionality/features
[ ] REST API
[ ] Administration/development
[ ] OtherThis does not work

Wrong package name for Ubuntu 18.04 in documentation section Migrating to systemd

root@netbox:/opt/netbox# apt-get remove -y supervisord
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package supervisord

This is correct

root@netbox:/opt/netbox# apt-get remove -y supervisor
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  python-meld3 python-pkg-resources
Use 'apt autoremove' to remove them.
The following packages will be REMOVED:
  supervisor
0 upgraded, 0 newly installed, 1 to remove and 33 not upgraded.
After this operation, 1428 kB disk space will be freed.
(Reading database ... 40168 files and directories currently installed.)
Removing supervisor (3.3.1-1.1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...

Proposed Changes

change Ubuntu remove package from apt-get remove -y supervisord to apt-get remove -y supervisor (last d removed)

Originally created by @qaxi on GitHub (Apr 9, 2020). Change Type [ ] Addition [x ] Correction [ ] Deprecation [ ] Cleanup (formatting, typos, etc.) Area [x ] Installation instructions [ ] Configuration parameters [ ] Functionality/features [ ] REST API [ ] Administration/development [ ] OtherThis does not work Wrong package name for Ubuntu 18.04 in documentation section Migrating to systemd ```no-highlight root@netbox:/opt/netbox# apt-get remove -y supervisord Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package supervisord ``` This is correct ``` root@netbox:/opt/netbox# apt-get remove -y supervisor Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: python-meld3 python-pkg-resources Use 'apt autoremove' to remove them. The following packages will be REMOVED: supervisor 0 upgraded, 0 newly installed, 1 to remove and 33 not upgraded. After this operation, 1428 kB disk space will be freed. (Reading database ... 40168 files and directories currently installed.) Removing supervisor (3.3.1-1.1) ... Processing triggers for man-db (2.8.3-2ubuntu0.1) ... ``` ### Proposed Changes change Ubuntu remove package from ` apt-get remove -y supervisord` to ` apt-get remove -y supervisor` (last `d` removed)
adam added the status: acceptedtype: documentation labels 2025-12-29 18:29:51 +01:00
adam closed this issue 2025-12-29 18:29:51 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#3554