im having issues extracting .DEB and other like packages/files (Debian specific and correct architecture) from the Debian packages site most often and they need to be extracted/uncompressed, im not doing it correctly!, i use apt-get apt install in "what i think" is the proper way of doing so, once the download is complete i apt-get update, then i try apt install files while on the directory path the file is in, the output is unfortunate:
-
root@Ron-mans-iMac:/var/cache/apt/archives# sudo apt install bzip2_1.0.6-9.2~deb10u1_amd64.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package bzip2_1.0.6-9.2~deb10u1_amd64.deb
E: Couldn't find any package by glob 'bzip2_1.0.6-9.2~deb10u1_amd64.deb'
E: Couldn't find any package by regex 'bzip2_1.0.6-9.2~deb10u1_amd64.deb'
what am i doin wrong you guys?, apart from getting other dependancies im going to need as well but i fear i will be faced with the same issue with the dependancies, thank you all for the help and apologys for the length of my question, its my 1st post
-
root@Ron-mans-iMac:/var/cache/apt/archives# sudo apt install bzip2_1.0.6-9.2~deb10u1_amd64.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package bzip2_1.0.6-9.2~deb10u1_amd64.deb
E: Couldn't find any package by glob 'bzip2_1.0.6-9.2~deb10u1_amd64.deb'
E: Couldn't find any package by regex 'bzip2_1.0.6-9.2~deb10u1_amd64.deb'
what am i doin wrong you guys?, apart from getting other dependancies im going to need as well but i fear i will be faced with the same issue with the dependancies, thank you all for the help and apologys for the length of my question, its my 1st post