How to fix Ubuntu upgrade?
Clash Royale CLAN TAG#URR8PPP
up vote
-1
down vote
favorite
Can`t upgrade ubuntu to newest version, get this errors:
I tried to fix the errors through Synaptic, but the program did not see the broken packages. I also tried to fix errors using the terminal command, but it did not help
$ sudo apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
so how to fix this strange error?
ubuntu upgrade
add a comment |Â
up vote
-1
down vote
favorite
Can`t upgrade ubuntu to newest version, get this errors:
I tried to fix the errors through Synaptic, but the program did not see the broken packages. I also tried to fix errors using the terminal command, but it did not help
$ sudo apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
so how to fix this strange error?
ubuntu upgrade
add a comment |Â
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
Can`t upgrade ubuntu to newest version, get this errors:
I tried to fix the errors through Synaptic, but the program did not see the broken packages. I also tried to fix errors using the terminal command, but it did not help
$ sudo apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
so how to fix this strange error?
ubuntu upgrade
Can`t upgrade ubuntu to newest version, get this errors:
I tried to fix the errors through Synaptic, but the program did not see the broken packages. I also tried to fix errors using the terminal command, but it did not help
$ sudo apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
so how to fix this strange error?
ubuntu upgrade
edited Apr 29 at 13:27
Jeff Schaller
31.1k846105
31.1k846105
asked Apr 27 at 9:59
George Lu
11
11
add a comment |Â
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
1
down vote
The first thing to to is to run on a terminal:
# apt-get update
# apt-get dist-upgrade
The output from the upgrade could give a bit more information about what has happened.
If the issue does not get resolved by dist-upgrade then you might have a problem in your source.list files. In that case, we need to know what is in them, so you need to share what's in the /etc/apt/sources.list
file and also what's in every file inside /etc/apt/sources.list.d/
.
add a comment |Â
up vote
0
down vote
Replace the version name with the new Ubuntu version name (e.g trusty to xenial) in /etc/apt/sources.list and any others in /etc/apt/sources.list.d/* feel free to use sed.
Then:
- apt-get update
- apt-get upgrade
- apt-get dist-upgrade
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
The first thing to to is to run on a terminal:
# apt-get update
# apt-get dist-upgrade
The output from the upgrade could give a bit more information about what has happened.
If the issue does not get resolved by dist-upgrade then you might have a problem in your source.list files. In that case, we need to know what is in them, so you need to share what's in the /etc/apt/sources.list
file and also what's in every file inside /etc/apt/sources.list.d/
.
add a comment |Â
up vote
1
down vote
The first thing to to is to run on a terminal:
# apt-get update
# apt-get dist-upgrade
The output from the upgrade could give a bit more information about what has happened.
If the issue does not get resolved by dist-upgrade then you might have a problem in your source.list files. In that case, we need to know what is in them, so you need to share what's in the /etc/apt/sources.list
file and also what's in every file inside /etc/apt/sources.list.d/
.
add a comment |Â
up vote
1
down vote
up vote
1
down vote
The first thing to to is to run on a terminal:
# apt-get update
# apt-get dist-upgrade
The output from the upgrade could give a bit more information about what has happened.
If the issue does not get resolved by dist-upgrade then you might have a problem in your source.list files. In that case, we need to know what is in them, so you need to share what's in the /etc/apt/sources.list
file and also what's in every file inside /etc/apt/sources.list.d/
.
The first thing to to is to run on a terminal:
# apt-get update
# apt-get dist-upgrade
The output from the upgrade could give a bit more information about what has happened.
If the issue does not get resolved by dist-upgrade then you might have a problem in your source.list files. In that case, we need to know what is in them, so you need to share what's in the /etc/apt/sources.list
file and also what's in every file inside /etc/apt/sources.list.d/
.
edited Apr 27 at 12:36
GAD3R
22.2k154891
22.2k154891
answered Apr 27 at 12:18
Francisco
1607
1607
add a comment |Â
add a comment |Â
up vote
0
down vote
Replace the version name with the new Ubuntu version name (e.g trusty to xenial) in /etc/apt/sources.list and any others in /etc/apt/sources.list.d/* feel free to use sed.
Then:
- apt-get update
- apt-get upgrade
- apt-get dist-upgrade
add a comment |Â
up vote
0
down vote
Replace the version name with the new Ubuntu version name (e.g trusty to xenial) in /etc/apt/sources.list and any others in /etc/apt/sources.list.d/* feel free to use sed.
Then:
- apt-get update
- apt-get upgrade
- apt-get dist-upgrade
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Replace the version name with the new Ubuntu version name (e.g trusty to xenial) in /etc/apt/sources.list and any others in /etc/apt/sources.list.d/* feel free to use sed.
Then:
- apt-get update
- apt-get upgrade
- apt-get dist-upgrade
Replace the version name with the new Ubuntu version name (e.g trusty to xenial) in /etc/apt/sources.list and any others in /etc/apt/sources.list.d/* feel free to use sed.
Then:
- apt-get update
- apt-get upgrade
- apt-get dist-upgrade
answered Apr 27 at 14:48
Timothy Frew
20117
20117
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f440380%2fhow-to-fix-ubuntu-upgrade%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password