I'm trying to install a deb package offline using apt-get command. From what I understand, I can download a package manually from the internet. Put it in the local repository folder (which is usually /var/cache/apt/archives). Then update the repository using apt-get update. And finally apt-get install myPackage
I tried these steps, but I keep getting the error Unable to locate package uex_15.1.0.8_amd64. What am I missing? or should I use apt-offline? If so, how?
BTW, the package uex_15.1.0.8_amd64 is the package to install UltraEdit.
aptdoesn't know the deb file is in the cache if you do it that way. Please give a specific example of what you are trying to do. And yes, I think you can useapt-offline, assuming you haveaptconfigured correctly./etc/apt/sources.listfile ?/var/cache/apt/archives3- runsudo apt-get update4- runsudo apt-get install uex_15.1.0.8_amd64dpkg -i?