Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Solved]apt in Debian 10.0 Buster won't upgrade to 10.2

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
Hadi_Setayeshgar
Posts: 25
Joined: 2018-03-29 12:28

[Solved]apt in Debian 10.0 Buster won't upgrade to 10.2

#1 Post by Hadi_Setayeshgar »

Hi There
Sorry for not fluent in English

I'm not newbie to Linux but neither a master too
I installed Debian 10.0 Buster several months ago and it has some bugs , I want to upgrade to latest version of Debian Stable ( 10.2 ) by apt , I never edited repositories , Just installed Vivaldi and Opera and they wrote their server repositories to sources.list ..... I only want to know if I full-upgrade to new version ( 10.2 ) will that effect my /home directory ?
I've downloaded a lot of Pictures/Musics/Videos/Documents in my home directory .......

And if it's safe , how should I do that , I tried both sudo apt full-upgrade and sudo apt-get full-dist-upgrade after updating and upgrading , But every time apt returns :
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

and my OS still Debian 10.0

What should I do ?

and other question , Why Debian removed Gnome-Disks from its main repository ?

Thanks A Lot
Last edited by Hadi_Setayeshgar on 2019-11-04 21:39, edited 1 time in total.

User avatar
wizard10000
Global Moderator
Global Moderator
Posts: 595
Joined: 2019-04-16 23:15
Location: southeastern us
Has thanked: 78 times
Been thanked: 89 times

Re: apt in Debian 10.0 Buster won't upgrade to 10.2

#2 Post by wizard10000 »

Hadi_Setayeshgar wrote:I'm not newbie to Linux but neither a master too
I installed Debian 10.0 Buster several months ago and it has some bugs , I want to upgrade to latest version of Debian Stable ( 10.2 ) by apt , I never edited repositories , Just installed Vivaldi and Opera and they wrote their server repositories to sources.list ..... I only want to know if I full-upgrade to new version ( 10.2 ) will that effect my /home directory ?
No, it won't affect anything in your home directory.

But -

Code: Select all

sudo apt-get full-dist-upgrade
really shouldn't do much of anything. It'd be either

Code: Select all

sudo apt-get dist-upgrade
or

Code: Select all

sudo apt full-upgrade
. Take your pick :)
we see things not as they are, but as we are.
-- anais nin

Hadi_Setayeshgar
Posts: 25
Joined: 2018-03-29 12:28

Re: apt in Debian 10.0 Buster won't upgrade to 10.2

#3 Post by Hadi_Setayeshgar »

Hello Sir

Thank You for helping

I did sudo apt full-upgrade and as I wrote it returns :

Code: Select all

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
same goes by dist-upgrade

Is there some problem in my configurations ?

kedaha
Posts: 3521
Joined: 2008-05-24 12:26
Has thanked: 33 times
Been thanked: 77 times

Re: apt in Debian 10.0 Buster won't upgrade to 10.2

#4 Post by kedaha »

Hi,
Please open a terminal and post what the command shows:

Code: Select all

$ cat /etc/apt/sources.list
Thanks
DebianStable

Code: Select all

$ vrms

No non-free or contrib packages installed on debian!  rms would be proud.

Hadi_Setayeshgar
Posts: 25
Joined: 2018-03-29 12:28

Re: apt in Debian 10.0 Buster won't upgrade to 10.2

#5 Post by Hadi_Setayeshgar »

Hello Sir

Code: Select all

# deb cdrom:[Debian GNU/Linux 10.0.0 _Buster_ - Official amd64 DVD Binary-1 20190706-10:24]/ buster contrib main non-free

#deb cdrom:[Debian GNU/Linux 10.0.0 _Buster_ - Official amd64 DVD Binary-1 20190706-10:24]/ buster contrib main non-free

deb http://deb.debian.org/debian/ buster main non-free contrib
deb-src http://deb.debian.org/debian/ buster main non-free contrib

deb http://security.debian.org/debian-security buster/updates main contrib non-free
deb-src http://security.debian.org/debian-security buster/updates main contrib non-free

# buster-updates, previously known as 'volatile'
deb http://deb.debian.org/debian/ buster-updates main contrib non-free
deb-src http://deb.debian.org/debian/ buster-updates main contrib non-free

# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.

kedaha
Posts: 3521
Joined: 2008-05-24 12:26
Has thanked: 33 times
Been thanked: 77 times

Re: apt in Debian 10.0 Buster won't upgrade to 10.2

#6 Post by kedaha »

Looks like your system is fully up-to-date.
Doesn't

Code: Select all

$ cat /etc/debian_version
confirm this?
DebianStable

Code: Select all

$ vrms

No non-free or contrib packages installed on debian!  rms would be proud.

sgage
Posts: 86
Joined: 2013-03-10 21:00
Has thanked: 1 time
Been thanked: 2 times

Re: apt in Debian 10.0 Buster won't upgrade to 10.2

#7 Post by sgage »

As far as I can tell, 10.1 is the latest (and only) point release. Where is 10.2 announced? I don't see it on Debian.org, nor have I seen anything on any news sites.

cuckooflew
Posts: 677
Joined: 2018-05-10 19:34
Location: Some where out west
Been thanked: 1 time

Re: apt in Debian 10.0 Buster won't upgrade to 10.2

#8 Post by cuckooflew »

There is no Debian 10.2 yet, the OP needs to wait a couple of weeks : https://lists.debian.org/debian-live/20 ... 00026.html
Hi,

The next point release for "buster" (10.2) is scheduled for Saturday,
November 16th. Processing of new uploads into buster-proposed-updates
will be frozen during the preceding weekend.

Regards,

Adam
Please Read What we expect you have already Done
Search Engines know a lot, and
"If God had wanted computers to work all the time, He wouldn't have invented RESET buttons"
and
Just say NO to help vampires!

Hadi_Setayeshgar
Posts: 25
Joined: 2018-03-29 12:28

Re: apt in Debian 10.0 Buster won't upgrade to 10.2

#9 Post by Hadi_Setayeshgar »

I'm sorry guys ...... You are right ...... My Debian is 10.1 but I saw as 10.0 in Gnome Settings and I searched how to check Debian version and found a bad way to check version and in terminal it returned 10 ..... I thought it doesn't upgrade ...... and I seen 10.2 announcement in Twitter but guessed it is released ....... Thanks ....... Sorry again for taking Your time .......

Thanks A Lot
Bless You

Post Reply