Reading package listsā¦ Done
Building dependency tree
Reading state informationā¦ Done
E: Unable to locate package linux-image-lts
E: Unable to locate package linux-headers-lts
current kernel on PureOS is vmlinuz-4.19.0-5-amd64 which is lts so do I put this kernel name in this command?
A bit more probing gives me some more clue which kernel is needed here
apt-get install linux-image-$(uname -r)
Reading package listsā¦ Done
Building dependency tree
Reading state informationā¦ Done
E: Unable to locate package linux-image-5.4.26-1-lts
E: Couldnāt find any package by glob ālinux-image-5.4.26-1-ltsā
E: Couldnāt find any package by regex ālinux-image-5.4.26-1-ltsā
apt-get install linux-headers-$(uname -r)
Reading package listsā¦ Done
Building dependency tree
Reading state informationā¦ Done
E: Unable to locate package linux-headers-5.4.26-1-lts
E: Couldnāt find any package by glob ālinux-headers-5.4.26-1-ltsā
E: Couldnāt find any package by regex ālinux-headers-5.4.26-1-ltsā
Alternatively I tried another command and it seems to be getting packages required
apt-get install broadcom-sta-dkms
Reading package listsā¦ Done
Building dependency tree
Reading state informationā¦ Done
The following package was automatically installed and is no longer required:
purebrowser
Use āsudo apt autoremoveā to remove it.
The following additional packages will be installed:
build-essential dkms dpkg-dev fakeroot g++ g+Ā±8 libalgorithm-diff-perl libalgorithm-diff-xs-perl
libalgorithm-merge-perl libdpkg-perl libfakeroot libfile-fcntllock-perl libstdc+Ā±8-dev
linux-headers-amd64 patch
Suggested packages:
python3-apport menu debian-keyring g+Ā±multilib g+Ā±8-multilib gcc-8-doc libstdc++6-8-dbg git bzr
libstdc+Ā±8-doc diffutils-doc
The following NEW packages will be installed:
broadcom-sta-dkms build-essential dkms dpkg-dev fakeroot g++ g+Ā±8 libalgorithm-diff-perl
libalgorithm-diff-xs-perl libalgorithm-merge-perl libdpkg-perl libfakeroot libfile-fcntllock-perl
libstdc+Ā±8-dev linux-headers-amd64 patch
0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded.
Need to get 17.1 MB of archives.
After this operation, 65.2 MB of additional disk space will be used.
Do you want to continue? [Y/n]
Many years ago there were times that people wanted Firefox on Debian, so do I. This was (maybe) good reason to add Ubuntu repo to SourcesList but I donāt think that mixing Debian/PureOS and Ubuntu repos (or vice versa) is adequate approach nowadays (as big number of the .deb packages have different names, although they might look like they are the same, but they are not, etc.). Thinking broad is fine, but relying on one distro might make things consequent and consistent.