LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Closed Thread
  Search this Thread
Old 03-23-2023, 06:22 AM   #1
poncedeleon
Member
 
Registered: Jul 2021
Location: Patagonia
Distribution: Linux Mint Debian Enhanced LMDE
Posts: 195

Rep: Reputation: Disabled
Command LIne Interface


As shown in the script there are many "gets" but when I do an "Upgrade" nothing is downloaded, Installed. Why is this?

$ sudo apt-get update
[sudo] password for johnedward:
Ign:1 http://packages.linuxmint.com elsie InRelease
Hit:2 http://security.debian.org bullseye-security InRelease
Hit:3 http://packages.linuxmint.com elsie Release
Hit:5 https://deb.debian.org/debian bullseye InRelease
Get:6 https://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
Hit:7 https://repo.protonvpn.com/debian stable InRelease
Get:8 https://deb.debian.org/debian bullseye-backports InRelease [49.0 kB]
Get:9 https://deb.debian.org/debian bullseye-backports/main i386 Packages.diff/Index [63.3 kB]
Get:10 https://deb.debian.org/debian bullseye-backports/main amd64 Packages.diff/Index [63.3 kB]
Get:11 https://deb.debian.org/debian bullseye-backports/main amd64 Contents (deb).diff/Index [63.6 kB]
Get:12 https://deb.debian.org/debian bullseye-backports/main i386 Contents (deb).diff/Index [63.6 kB]
Get:13 https://deb.debian.org/debian bullseye-backports/main i386 Packages T-2023-03-22-0209.19-F-2023-03-21-2017.15.pdiff [1,066 B]
Get:14 https://deb.debian.org/debian bullseye-backports/main amd64 Packages T-2023-03-22-0209.19-F-2023-03-21-2017.15.pdiff [1,230 B]
Get:13 https://deb.debian.org/debian bullseye-backports/main i386 Packages T-2023-03-22-0209.19-F-2023-03-21-2017.15.pdiff [1,066 B]
Get:14 https://deb.debian.org/debian bullseye-backports/main amd64 Packages T-2023-03-22-0209.19-F-2023-03-21-2017.15.pdiff [1,230 B]
Get:15 https://deb.debian.org/debian bullseye-backports/main amd64 Contents (deb) T-2023-03-21-2017.15-F-2023-03-21-2017.15.pdiff [162 B]
Get:15 https://deb.debian.org/debian bullseye-backports/main amd64 Contents (deb) T-2023-03-21-2017.15-F-2023-03-21-2017.15.pdiff [162 B]
Get:16 https://deb.debian.org/debian bullseye-backports/main i386 Contents (deb) T-2023-03-21-2017.15-F-2023-03-21-2017.15.pdiff [162 B]
Get:16 https://deb.debian.org/debian bullseye-backports/main i386 Contents (deb) T-2023-03-21-2017.15-F-2023-03-21-2017.15.pdiff [162 B]
Fetched 349 kB in 3s (122 kB/s)
Reading package lists... Done

And doing the Upgrade results in this,,,,

$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Again why was nothing upgraded?

Thanks
 
Old 03-23-2023, 07:09 AM   #2
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,491

Rep: Reputation: Disabled
Because your system is up to date....
 
Old 03-23-2023, 07:14 AM   #3
poncedeleon
Member
 
Registered: Jul 2021
Location: Patagonia
Distribution: Linux Mint Debian Enhanced LMDE
Posts: 195

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by fatmac View Post
Because your system is up to date....
fatmac
what I do not understand is all my updates are set to retrieve manually and every morning the updates are checked for availablility and if so they are manually upgraded/installed. Yesterday morning doing an update as shown they are available so I upgraded but the result shows none were upgraded, installed. If such is the case how would my system be up to date?

Thanks for your reply fatmac.

Last edited by poncedeleon; 03-23-2023 at 07:15 AM.
 
Old 03-23-2023, 07:16 AM   #4
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,809
Blog Entries: 1

Rep: Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066
How long before this upgrade attempt was it since your last? If you upgrade too soon there may not be anything to upgrade.
 
Old 03-23-2023, 07:19 AM   #5
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,842

Rep: Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309
Those gets will download the newest package lists, not the packages themselves. And no new packages were found.
 
Old 03-23-2023, 07:20 AM   #6
poncedeleon
Member
 
Registered: Jul 2021
Location: Patagonia
Distribution: Linux Mint Debian Enhanced LMDE
Posts: 195

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by mrmazda View Post
How long before this upgrade attempt was it since your last? If you upgrade too soon there may not be anything to upgrade.
mrmazda
the previous upgrade would have been 2-3 days prior.
 
Old 03-23-2023, 07:21 AM   #7
poncedeleon
Member
 
Registered: Jul 2021
Location: Patagonia
Distribution: Linux Mint Debian Enhanced LMDE
Posts: 195

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by pan64 View Post
Those gets will download the newest package lists, not the packages themselves. And no new packages were found.
thanks pan64
 
Old 03-23-2023, 09:07 AM   #8
boughtonp
Senior Member
 
Registered: Feb 2007
Location: UK
Distribution: Debian
Posts: 3,599

Rep: Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546

(Duplicate of https://www.linuxquestions.org/questions/debian-26/cli-update-question-4175723303)

 
Old 03-23-2023, 09:30 AM   #9
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by boughtonp View Post
Yep..answered yesterday, and last year as well:
https://www.linuxquestions.org/quest...li-4175714451/

Essentially the same question. All the terms were explained in last years thread. Not sure why the OP asked it twice, but perhaps they wanted a different answer.
 
Old 03-23-2023, 11:29 AM   #10
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,882
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. This thread is being closed because it is a duplicate.
 
1 members found this post helpful.
  


Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ILO: Using Virtual Media with the Command-Line Interface command not working on ILO3 LittleMaster Linux - Server 0 10-31-2017 11:44 AM
[SOLVED] Cursor does not move to the bottom line and overwrite to same line on command line mesuutt Linux - Newbie 3 02-25-2012 08:04 AM
Print all PID folders from /proc line-by-line with this format (( PID: command-line )) courteous Linux - Newbie 7 12-12-2010 04:47 PM
awk command line: blank line record sep, new line field sep robertmarkbram Programming 4 02-21-2010 05:25 AM
grab the line below a blank line and the line above the next blank line awk or perl? Pantomime Linux - General 7 06-26-2008 08:13 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:04 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration