apt-offline does not download some specific upgrade packages #153
-
I started with two VirtualMachines with Ubuntu 18.04 server OS - one being a clone of another.
So I try to run 'sudo apt-get upgrade' multiple times on the online machine and it did not do any changes.
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 11 replies
-
For point no 1, there are subtle differences in the behavior of For point no 2, THat's a bit of a surprise. For point no 3, everything looks fine to me. These are all installed packages and candidate for upgrades. Once we look at the verbose logs from point no 2, it should help ascertain the cause. Note: Since you mentioned Ubuntu @ 18.04, it may also possibly be shipping an older version of |
Beta Was this translation helpful? Give feedback.
-
Please see and continue the conversation in this thread. It helps
general public, current and future prospects.
#153
…On Tue, 2022-03-29 at 08:13 +0000, Gerard T. wrote:
Hi,
I really face a big problem in trying to get upgrade packages
collection for ubuntu 20.04.
If I use "apt-get upgrade" I still have packages not upgraded, but
if I use "apt upgrade" everything works nice.
So if I use "apt-offline set apt-offline.sig" this command give me
reference for getting some packages, exactly as "apt-get upgrade" do.
What is the command line for apt-offline to get the whole packages
exactly as the command "apt upgrade" do???
I already tried also this one below but without success:
"apt-offline set --update --upgrade-type dist-upgrade apt-
offline.sig"
Thanks a lot,
Best regards,
Gerard
--
Ritesh Raj Sarraf
RESEARCHUT - http://www.researchut.com
Necessity is the mother of invention
आव्श्यक्ता आविष्कार की जननी है
|
Beta Was this translation helpful? Give feedback.
-
I really want to retry as many times it's necessary but I need some clues from people who did it. Because there is just a confirmation for using dist-upgrade to solve the problem, but not indicated how to use it.
This is why I gave the example how I understood to use it, but not working. I will still try, but if somebody see my request which put this in practice, maybe will help me, because I can't find the solution over internet.
BR,
On Tuesday, 29 March 2022, 12:38:21 EEST, Ritesh Raj Sarraf ***@***.***> wrote:
Please keep retrying until you figure out. As you can see, other users have also confirmed that it works fine on similar Ubuntu systems. There's the howto along with a link to a video tutorial. It should help you figure out what where you are doing wrong.
If you think the documentation isn't obvious enough, patches to the documentation are welcome.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Thank you for suggestion, I'm already there, semaka is me. By the way, your suggested link is for clasical apt-offline use which substitute "apt-get upgrade" but not for special apt-offline which substitute "apt upgrade". Between those two it is a big difference but can't find a practical solution.
Thanks for your trying to help in this,
On Tuesday, 29 March 2022, 14:33:15 EEST, Ritesh Raj Sarraf ***@***.***> wrote:
Please see and continue the conversation in this thread. It helps
general public, current and future prospects.
#153
…On Tue, 2022-03-29 at 08:13 +0000, Gerard T. wrote:
Hi,
I really face a big problem in trying to get upgrade packages
collection for ubuntu 20.04.
If I use "apt-get upgrade" I still have packages not upgraded, but
if I use "apt upgrade" everything works nice.
So if I use "apt-offline set apt-offline.sig" this command give me
reference for getting some packages, exactly as "apt-get upgrade" do.
What is the command line for apt-offline to get the whole packages
exactly as the command "apt upgrade" do???
I already tried also this one below but without success:
"apt-offline set --update --upgrade-type dist-upgrade apt-
offline.sig"
Thanks a lot,
Best regards,
Gerard
--
Ritesh Raj Sarraf
RESEARCHUT - http://www.researchut.com
Necessity is the mother of invention
आव्श्यक्ता आविष्कार की जननी है
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I didn't try the |
Beta Was this translation helpful? Give feedback.
For point no 1, there are subtle differences in the behavior of
apt upgrade
vsapt-get upgrade
.For point no 2, THat's a bit of a surprise.
dist-upgrade
should work. Can you share the output of the.sig
file ? Also, when investigating such cases, you can use the--verbose
option. It'll give a lot more information.For point no 3, everything looks fine to me. These are all installed packages and candidate for upgrades. Once we look at the verbose logs from point no 2, it should help ascertain the cause.
Note: Since you mentioned Ubuntu @ 18.04, it may also possibly be shipping an older version of
apt-offline
. You may want to try with the latest from https://packages.debian.org/search?keywo…