bash: sudo: apt-get: command not foundI can't get grub menu to show up during bootrails & libpq-dev nasty dependenciesapt-get update successful, but apt-get upgrade failure to connectubuntu machine had postgresql folder blown away manually - can't install or remove any packagessudo and apt-get not foundPostgreSQL 9.4 hangs during installation at “Removing obsolete dictionary files:”sudo: apt-get: command not foundUnmet dependencies issuesudo -i problem - sudo: /bin/bash/asd: command not found
Why does the forward voltage drop in a diode vary slightly when there is a change in the diode current?
Will a falling rod stay in contact with the frictionless floor?
A story in which God (the Christian god) is replaced
How can I deal with my coworkers using unknown jargon and acronyms?
How do you preserve fresh ginger?
What stops one country from issuing another country's passports?
Students requesting to switch partners mid term
extract nth pattern from a file
Does a Buffer Overflow vulnerability always mean a code execution vulnerability?
Why give an android emotions?
How to block a window with plywood for big wall to project a movie?
Test if there exists a integer k to add to one array to make it a subset of another array
What do you call candidates in elections who don't actually have a chance to win and only create an illusion of competition?
How can I plot the two functions below with same color for each value of k?
In academic writing why do some recommend to avoid "announcing" the topic?
Is there an appropriate response to "Jesus Loves You"?
How many cows would you need to drop on Mars to successfully terraform it?
Two voices for a solo singer written in a sheet music
4 Attempts to Guess a Number Between 1-15
Switching road names from uppercase to mixed case in ArcMap?
Origin of the noun "mathematician"
Can you combine DDR3 and DDR4?
Don't let this riddle put you in a foul mood
How will the next Sanhedrin function if we lost the original Semicha?
bash: sudo: apt-get: command not found
I can't get grub menu to show up during bootrails & libpq-dev nasty dependenciesapt-get update successful, but apt-get upgrade failure to connectubuntu machine had postgresql folder blown away manually - can't install or remove any packagessudo and apt-get not foundPostgreSQL 9.4 hangs during installation at “Removing obsolete dictionary files:”sudo: apt-get: command not foundUnmet dependencies issuesudo -i problem - sudo: /bin/bash/asd: command not found
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I'm new using Ubuntu and I'm trying to experiment with pgrouting
Everything went fine until I tried to install posgresql 9.5 on ubuntu 18.04 ... I used the following command:
sudo apt-get install libedit2 libpq5 postgresql-client-common zlib1g libgssapi-krb5-2 libldap-2.4-2 libpam0g libxml2 postgresql-common locales ssl-cert tzdata sysstat
But it wasn't installed correctly, so I thought to remove and reinstall and used this:
sudo apt-get remove libedit2 libpq5 postgresql-client-common zlib1g libgssapi-krb5-2 libldap-2.4-2 libpam0g libxml2 postgresql-common locales ssl-cert tzdata sysstat
But something horrible happened: more things were removed than I wanted and I could no longer use my computer, I did not accept commands like
bash
sudo
apt
sudo apt-get
Even the networks were formatted and now I can't be online. Does anyone know how to install everything again without using those commands?
apt bash package-management sudo postgresql
add a comment
|
I'm new using Ubuntu and I'm trying to experiment with pgrouting
Everything went fine until I tried to install posgresql 9.5 on ubuntu 18.04 ... I used the following command:
sudo apt-get install libedit2 libpq5 postgresql-client-common zlib1g libgssapi-krb5-2 libldap-2.4-2 libpam0g libxml2 postgresql-common locales ssl-cert tzdata sysstat
But it wasn't installed correctly, so I thought to remove and reinstall and used this:
sudo apt-get remove libedit2 libpq5 postgresql-client-common zlib1g libgssapi-krb5-2 libldap-2.4-2 libpam0g libxml2 postgresql-common locales ssl-cert tzdata sysstat
But something horrible happened: more things were removed than I wanted and I could no longer use my computer, I did not accept commands like
bash
sudo
apt
sudo apt-get
Even the networks were formatted and now I can't be online. Does anyone know how to install everything again without using those commands?
apt bash package-management sudo postgresql
3
Yes, but you must be skilled with chrooting, which is not easy for a beginner. It's generally easier (and much faster) for a new user to simply reinstall the entire system. Suggestion: Install 16.04 (instead of 18.04), and simplysudo apt-get install postgresql
. 9.5 is in the 16.04 repositories. Munging an older version onto a newer system is not recommended for new users - bit of a learning curve.
– user535733
Jan 26 at 4:40
Using synaptic or aptitude should alert you to additional packages that will be installed or removed, and allow a final confirmation before making changes
– Xen2050
Jan 27 at 13:14
add a comment
|
I'm new using Ubuntu and I'm trying to experiment with pgrouting
Everything went fine until I tried to install posgresql 9.5 on ubuntu 18.04 ... I used the following command:
sudo apt-get install libedit2 libpq5 postgresql-client-common zlib1g libgssapi-krb5-2 libldap-2.4-2 libpam0g libxml2 postgresql-common locales ssl-cert tzdata sysstat
But it wasn't installed correctly, so I thought to remove and reinstall and used this:
sudo apt-get remove libedit2 libpq5 postgresql-client-common zlib1g libgssapi-krb5-2 libldap-2.4-2 libpam0g libxml2 postgresql-common locales ssl-cert tzdata sysstat
But something horrible happened: more things were removed than I wanted and I could no longer use my computer, I did not accept commands like
bash
sudo
apt
sudo apt-get
Even the networks were formatted and now I can't be online. Does anyone know how to install everything again without using those commands?
apt bash package-management sudo postgresql
I'm new using Ubuntu and I'm trying to experiment with pgrouting
Everything went fine until I tried to install posgresql 9.5 on ubuntu 18.04 ... I used the following command:
sudo apt-get install libedit2 libpq5 postgresql-client-common zlib1g libgssapi-krb5-2 libldap-2.4-2 libpam0g libxml2 postgresql-common locales ssl-cert tzdata sysstat
But it wasn't installed correctly, so I thought to remove and reinstall and used this:
sudo apt-get remove libedit2 libpq5 postgresql-client-common zlib1g libgssapi-krb5-2 libldap-2.4-2 libpam0g libxml2 postgresql-common locales ssl-cert tzdata sysstat
But something horrible happened: more things were removed than I wanted and I could no longer use my computer, I did not accept commands like
bash
sudo
apt
sudo apt-get
Even the networks were formatted and now I can't be online. Does anyone know how to install everything again without using those commands?
apt bash package-management sudo postgresql
apt bash package-management sudo postgresql
edited Jan 26 at 10:35
Thomas
4,5688 gold badges18 silver badges29 bronze badges
4,5688 gold badges18 silver badges29 bronze badges
asked Jan 26 at 3:23
Martha Carmen Vergara TrixMartha Carmen Vergara Trix
111 silver badge2 bronze badges
111 silver badge2 bronze badges
3
Yes, but you must be skilled with chrooting, which is not easy for a beginner. It's generally easier (and much faster) for a new user to simply reinstall the entire system. Suggestion: Install 16.04 (instead of 18.04), and simplysudo apt-get install postgresql
. 9.5 is in the 16.04 repositories. Munging an older version onto a newer system is not recommended for new users - bit of a learning curve.
– user535733
Jan 26 at 4:40
Using synaptic or aptitude should alert you to additional packages that will be installed or removed, and allow a final confirmation before making changes
– Xen2050
Jan 27 at 13:14
add a comment
|
3
Yes, but you must be skilled with chrooting, which is not easy for a beginner. It's generally easier (and much faster) for a new user to simply reinstall the entire system. Suggestion: Install 16.04 (instead of 18.04), and simplysudo apt-get install postgresql
. 9.5 is in the 16.04 repositories. Munging an older version onto a newer system is not recommended for new users - bit of a learning curve.
– user535733
Jan 26 at 4:40
Using synaptic or aptitude should alert you to additional packages that will be installed or removed, and allow a final confirmation before making changes
– Xen2050
Jan 27 at 13:14
3
3
Yes, but you must be skilled with chrooting, which is not easy for a beginner. It's generally easier (and much faster) for a new user to simply reinstall the entire system. Suggestion: Install 16.04 (instead of 18.04), and simply
sudo apt-get install postgresql
. 9.5 is in the 16.04 repositories. Munging an older version onto a newer system is not recommended for new users - bit of a learning curve.– user535733
Jan 26 at 4:40
Yes, but you must be skilled with chrooting, which is not easy for a beginner. It's generally easier (and much faster) for a new user to simply reinstall the entire system. Suggestion: Install 16.04 (instead of 18.04), and simply
sudo apt-get install postgresql
. 9.5 is in the 16.04 repositories. Munging an older version onto a newer system is not recommended for new users - bit of a learning curve.– user535733
Jan 26 at 4:40
Using synaptic or aptitude should alert you to additional packages that will be installed or removed, and allow a final confirmation before making changes
– Xen2050
Jan 27 at 13:14
Using synaptic or aptitude should alert you to additional packages that will be installed or removed, and allow a final confirmation before making changes
– Xen2050
Jan 27 at 13:14
add a comment
|
1 Answer
1
active
oldest
votes
Boot into recovery mode.
Immediately after the BIOS/UEFI splash screen during boot, with BIOS, quickly press and hold the Shift key, which will bring up a GNU GRUB menu screen. With UEFI press (perhaps several times) the Esc key to get to the GNU GRUB menu screen. Sometimes the manufacturer's splash screen is a part of the Windows bootloader, so when you power up the machine it goes straight to the GNU GRUB menu screen, and then pressing Shift is unnecessary.
The timing when to press the left Shift key can be tricky, so sometimes if you miss it you need to try it again. If that doesn't work try the answers to I can't get the GRUB menu to show up during boot.
You will see a GNU GRUB menu screen that looks like this:
Press the down arrow key until you select the 2nd entry from the top (the one with the recovery mode in the description) and then press Enter twice.
Now you should see this recovery menu:
Press the down arrow key until you select network and press Enter. This is the step I'm worried about. Will the network option give you networking? I don't know, but it's worth a try.
Press the down arrow key one more time and select root and press Enter. Now that you are root you can run commands.
wget http://security.ubuntu.com/ubuntu/pool/main/a/apt/apt_1.6.6ubuntu0.1_amd64.deb
dpkg -i apt_1.6.6ubuntu0.1_amd64.deb
reboot
After the computer reboots apt will work, so open the terminal and type:
pkexec apt install sudo
sudo apt install coreutils
sudo apt install libedit2 zlib1g libgssapi-krb5-2 libldap-2.4-2 libpam0g libxml2 locales ssl-cert tzdata sysstat
You can also test the first command by simulating it without installing anything:
pkexec apt install --simulate sudo
Is the reboot needed to install apt, or is it for getting out of the recovery mode's root shell? Or would immediately installing sudo, coreutils, etc... after apt, while still in the recovery root shell be advised?
– Xen2050
Jan 27 at 12:55
The reboot is optional not necessary, but it does have the useful feature that if there are any error messages when runningpkexec apt install sudo
andsudo apt install coreutils
then it will be easier to copy/paste these error messages from the terminal to a .txt file to Ubuntu Pastebin. In case something doesn't work, this will give me another chance to fix it.
– karel
Jan 27 at 14:13
add a comment
|
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
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
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1112980%2fbash-sudo-apt-get-command-not-found%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Boot into recovery mode.
Immediately after the BIOS/UEFI splash screen during boot, with BIOS, quickly press and hold the Shift key, which will bring up a GNU GRUB menu screen. With UEFI press (perhaps several times) the Esc key to get to the GNU GRUB menu screen. Sometimes the manufacturer's splash screen is a part of the Windows bootloader, so when you power up the machine it goes straight to the GNU GRUB menu screen, and then pressing Shift is unnecessary.
The timing when to press the left Shift key can be tricky, so sometimes if you miss it you need to try it again. If that doesn't work try the answers to I can't get the GRUB menu to show up during boot.
You will see a GNU GRUB menu screen that looks like this:
Press the down arrow key until you select the 2nd entry from the top (the one with the recovery mode in the description) and then press Enter twice.
Now you should see this recovery menu:
Press the down arrow key until you select network and press Enter. This is the step I'm worried about. Will the network option give you networking? I don't know, but it's worth a try.
Press the down arrow key one more time and select root and press Enter. Now that you are root you can run commands.
wget http://security.ubuntu.com/ubuntu/pool/main/a/apt/apt_1.6.6ubuntu0.1_amd64.deb
dpkg -i apt_1.6.6ubuntu0.1_amd64.deb
reboot
After the computer reboots apt will work, so open the terminal and type:
pkexec apt install sudo
sudo apt install coreutils
sudo apt install libedit2 zlib1g libgssapi-krb5-2 libldap-2.4-2 libpam0g libxml2 locales ssl-cert tzdata sysstat
You can also test the first command by simulating it without installing anything:
pkexec apt install --simulate sudo
Is the reboot needed to install apt, or is it for getting out of the recovery mode's root shell? Or would immediately installing sudo, coreutils, etc... after apt, while still in the recovery root shell be advised?
– Xen2050
Jan 27 at 12:55
The reboot is optional not necessary, but it does have the useful feature that if there are any error messages when runningpkexec apt install sudo
andsudo apt install coreutils
then it will be easier to copy/paste these error messages from the terminal to a .txt file to Ubuntu Pastebin. In case something doesn't work, this will give me another chance to fix it.
– karel
Jan 27 at 14:13
add a comment
|
Boot into recovery mode.
Immediately after the BIOS/UEFI splash screen during boot, with BIOS, quickly press and hold the Shift key, which will bring up a GNU GRUB menu screen. With UEFI press (perhaps several times) the Esc key to get to the GNU GRUB menu screen. Sometimes the manufacturer's splash screen is a part of the Windows bootloader, so when you power up the machine it goes straight to the GNU GRUB menu screen, and then pressing Shift is unnecessary.
The timing when to press the left Shift key can be tricky, so sometimes if you miss it you need to try it again. If that doesn't work try the answers to I can't get the GRUB menu to show up during boot.
You will see a GNU GRUB menu screen that looks like this:
Press the down arrow key until you select the 2nd entry from the top (the one with the recovery mode in the description) and then press Enter twice.
Now you should see this recovery menu:
Press the down arrow key until you select network and press Enter. This is the step I'm worried about. Will the network option give you networking? I don't know, but it's worth a try.
Press the down arrow key one more time and select root and press Enter. Now that you are root you can run commands.
wget http://security.ubuntu.com/ubuntu/pool/main/a/apt/apt_1.6.6ubuntu0.1_amd64.deb
dpkg -i apt_1.6.6ubuntu0.1_amd64.deb
reboot
After the computer reboots apt will work, so open the terminal and type:
pkexec apt install sudo
sudo apt install coreutils
sudo apt install libedit2 zlib1g libgssapi-krb5-2 libldap-2.4-2 libpam0g libxml2 locales ssl-cert tzdata sysstat
You can also test the first command by simulating it without installing anything:
pkexec apt install --simulate sudo
Is the reboot needed to install apt, or is it for getting out of the recovery mode's root shell? Or would immediately installing sudo, coreutils, etc... after apt, while still in the recovery root shell be advised?
– Xen2050
Jan 27 at 12:55
The reboot is optional not necessary, but it does have the useful feature that if there are any error messages when runningpkexec apt install sudo
andsudo apt install coreutils
then it will be easier to copy/paste these error messages from the terminal to a .txt file to Ubuntu Pastebin. In case something doesn't work, this will give me another chance to fix it.
– karel
Jan 27 at 14:13
add a comment
|
Boot into recovery mode.
Immediately after the BIOS/UEFI splash screen during boot, with BIOS, quickly press and hold the Shift key, which will bring up a GNU GRUB menu screen. With UEFI press (perhaps several times) the Esc key to get to the GNU GRUB menu screen. Sometimes the manufacturer's splash screen is a part of the Windows bootloader, so when you power up the machine it goes straight to the GNU GRUB menu screen, and then pressing Shift is unnecessary.
The timing when to press the left Shift key can be tricky, so sometimes if you miss it you need to try it again. If that doesn't work try the answers to I can't get the GRUB menu to show up during boot.
You will see a GNU GRUB menu screen that looks like this:
Press the down arrow key until you select the 2nd entry from the top (the one with the recovery mode in the description) and then press Enter twice.
Now you should see this recovery menu:
Press the down arrow key until you select network and press Enter. This is the step I'm worried about. Will the network option give you networking? I don't know, but it's worth a try.
Press the down arrow key one more time and select root and press Enter. Now that you are root you can run commands.
wget http://security.ubuntu.com/ubuntu/pool/main/a/apt/apt_1.6.6ubuntu0.1_amd64.deb
dpkg -i apt_1.6.6ubuntu0.1_amd64.deb
reboot
After the computer reboots apt will work, so open the terminal and type:
pkexec apt install sudo
sudo apt install coreutils
sudo apt install libedit2 zlib1g libgssapi-krb5-2 libldap-2.4-2 libpam0g libxml2 locales ssl-cert tzdata sysstat
You can also test the first command by simulating it without installing anything:
pkexec apt install --simulate sudo
Boot into recovery mode.
Immediately after the BIOS/UEFI splash screen during boot, with BIOS, quickly press and hold the Shift key, which will bring up a GNU GRUB menu screen. With UEFI press (perhaps several times) the Esc key to get to the GNU GRUB menu screen. Sometimes the manufacturer's splash screen is a part of the Windows bootloader, so when you power up the machine it goes straight to the GNU GRUB menu screen, and then pressing Shift is unnecessary.
The timing when to press the left Shift key can be tricky, so sometimes if you miss it you need to try it again. If that doesn't work try the answers to I can't get the GRUB menu to show up during boot.
You will see a GNU GRUB menu screen that looks like this:
Press the down arrow key until you select the 2nd entry from the top (the one with the recovery mode in the description) and then press Enter twice.
Now you should see this recovery menu:
Press the down arrow key until you select network and press Enter. This is the step I'm worried about. Will the network option give you networking? I don't know, but it's worth a try.
Press the down arrow key one more time and select root and press Enter. Now that you are root you can run commands.
wget http://security.ubuntu.com/ubuntu/pool/main/a/apt/apt_1.6.6ubuntu0.1_amd64.deb
dpkg -i apt_1.6.6ubuntu0.1_amd64.deb
reboot
After the computer reboots apt will work, so open the terminal and type:
pkexec apt install sudo
sudo apt install coreutils
sudo apt install libedit2 zlib1g libgssapi-krb5-2 libldap-2.4-2 libpam0g libxml2 locales ssl-cert tzdata sysstat
You can also test the first command by simulating it without installing anything:
pkexec apt install --simulate sudo
edited Oct 7 at 5:21
answered Jan 26 at 10:42
karelkarel
71.1k15 gold badges159 silver badges185 bronze badges
71.1k15 gold badges159 silver badges185 bronze badges
Is the reboot needed to install apt, or is it for getting out of the recovery mode's root shell? Or would immediately installing sudo, coreutils, etc... after apt, while still in the recovery root shell be advised?
– Xen2050
Jan 27 at 12:55
The reboot is optional not necessary, but it does have the useful feature that if there are any error messages when runningpkexec apt install sudo
andsudo apt install coreutils
then it will be easier to copy/paste these error messages from the terminal to a .txt file to Ubuntu Pastebin. In case something doesn't work, this will give me another chance to fix it.
– karel
Jan 27 at 14:13
add a comment
|
Is the reboot needed to install apt, or is it for getting out of the recovery mode's root shell? Or would immediately installing sudo, coreutils, etc... after apt, while still in the recovery root shell be advised?
– Xen2050
Jan 27 at 12:55
The reboot is optional not necessary, but it does have the useful feature that if there are any error messages when runningpkexec apt install sudo
andsudo apt install coreutils
then it will be easier to copy/paste these error messages from the terminal to a .txt file to Ubuntu Pastebin. In case something doesn't work, this will give me another chance to fix it.
– karel
Jan 27 at 14:13
Is the reboot needed to install apt, or is it for getting out of the recovery mode's root shell? Or would immediately installing sudo, coreutils, etc... after apt, while still in the recovery root shell be advised?
– Xen2050
Jan 27 at 12:55
Is the reboot needed to install apt, or is it for getting out of the recovery mode's root shell? Or would immediately installing sudo, coreutils, etc... after apt, while still in the recovery root shell be advised?
– Xen2050
Jan 27 at 12:55
The reboot is optional not necessary, but it does have the useful feature that if there are any error messages when running
pkexec apt install sudo
and sudo apt install coreutils
then it will be easier to copy/paste these error messages from the terminal to a .txt file to Ubuntu Pastebin. In case something doesn't work, this will give me another chance to fix it.– karel
Jan 27 at 14:13
The reboot is optional not necessary, but it does have the useful feature that if there are any error messages when running
pkexec apt install sudo
and sudo apt install coreutils
then it will be easier to copy/paste these error messages from the terminal to a .txt file to Ubuntu Pastebin. In case something doesn't work, this will give me another chance to fix it.– karel
Jan 27 at 14:13
add a comment
|
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1112980%2fbash-sudo-apt-get-command-not-found%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
3
Yes, but you must be skilled with chrooting, which is not easy for a beginner. It's generally easier (and much faster) for a new user to simply reinstall the entire system. Suggestion: Install 16.04 (instead of 18.04), and simply
sudo apt-get install postgresql
. 9.5 is in the 16.04 repositories. Munging an older version onto a newer system is not recommended for new users - bit of a learning curve.– user535733
Jan 26 at 4:40
Using synaptic or aptitude should alert you to additional packages that will be installed or removed, and allow a final confirmation before making changes
– Xen2050
Jan 27 at 13:14