You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As was reported in e373d8c, the released .deb packages install executables into /usr/local/bin, which is not the normal location for executables installed by packages.
Expected behavior
Executables should be installed in /usr/bin.
To Reproduce
dpkg -i tcconfig_0.28.1_jammy_amd64.deb
which tcshow
Environments
Kubuntu 22.04, tcconfig_0.28.1_jammy_amd64.deb.
The text was updated successfully, but these errors were encountered:
Describe the bug
As was reported in e373d8c, the released .deb packages install executables into
/usr/local/bin
, which is not the normal location for executables installed by packages.Expected behavior
Executables should be installed in
/usr/bin
.To Reproduce
dpkg -i tcconfig_0.28.1_jammy_amd64.deb
which tcshow
Environments
Kubuntu 22.04,
tcconfig_0.28.1_jammy_amd64.deb
.The text was updated successfully, but these errors were encountered: