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
{{ message }}
This repository was archived by the owner on Sep 30, 2025. It is now read-only.
mkdir dockstation
-> download the deb file into that directory
dpkg-deb -x dockstation_1.5.1_amd64.deb dockstation-modify
dpkg-deb -e dockstation_1.5.1_amd64.deb dockstation-modify/DEBIAN
nano dockstation-modify/DEBIAN/control (or use any other editor you like instead of nano)
-> delete the row with the dependencies and save
dpkg -b dockstation-modify dockstation-modified.deb
sudo dpkg -i dockstation-modified.deb