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
Replace apt install with dpkg -i to install ros2-apt-source package (#5752) (#5755)
When migrating to the updated installation method, `apt install` may ignore the installed deb file and pull from an old version of the ros repos, causing both ros2.list and ros2.source to be installed and `apt update` to return an error. `dpkg -i` will correctly install the curled deb file.
(cherry picked from commit f2e9334)
Co-authored-by: David Sharpe <[email protected]>
0 commit comments