How to install apt-get on Ubuntu Mate
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
I think I accidentally removed my apt-get
and I am getting the error as follows:
sudo apt-get command not found
Can somebody please help me?
raspberry-pi ubuntu-mate
add a comment |Â
up vote
1
down vote
favorite
I think I accidentally removed my apt-get
and I am getting the error as follows:
sudo apt-get command not found
Can somebody please help me?
raspberry-pi ubuntu-mate
1
Welcome to U&L. This is because you haven't told it what to do. Basically you have said to do something, but you need to specify what you want; i.e.apt-get update
orapt-get upgrade
, etc. Have a look at what you can do withapt-get
on Google.
â Kevdog777
Mar 16 at 10:47
1
@Kevdog777 thank you soo much it worked !!
â chanchal pardeshi
Mar 17 at 16:39
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I think I accidentally removed my apt-get
and I am getting the error as follows:
sudo apt-get command not found
Can somebody please help me?
raspberry-pi ubuntu-mate
I think I accidentally removed my apt-get
and I am getting the error as follows:
sudo apt-get command not found
Can somebody please help me?
raspberry-pi ubuntu-mate
edited Mar 16 at 10:44
Kevdog777
2,057113257
2,057113257
asked Mar 16 at 10:05
chanchal pardeshi
111
111
1
Welcome to U&L. This is because you haven't told it what to do. Basically you have said to do something, but you need to specify what you want; i.e.apt-get update
orapt-get upgrade
, etc. Have a look at what you can do withapt-get
on Google.
â Kevdog777
Mar 16 at 10:47
1
@Kevdog777 thank you soo much it worked !!
â chanchal pardeshi
Mar 17 at 16:39
add a comment |Â
1
Welcome to U&L. This is because you haven't told it what to do. Basically you have said to do something, but you need to specify what you want; i.e.apt-get update
orapt-get upgrade
, etc. Have a look at what you can do withapt-get
on Google.
â Kevdog777
Mar 16 at 10:47
1
@Kevdog777 thank you soo much it worked !!
â chanchal pardeshi
Mar 17 at 16:39
1
1
Welcome to U&L. This is because you haven't told it what to do. Basically you have said to do something, but you need to specify what you want; i.e.
apt-get update
or apt-get upgrade
, etc. Have a look at what you can do with apt-get
on Google.â Kevdog777
Mar 16 at 10:47
Welcome to U&L. This is because you haven't told it what to do. Basically you have said to do something, but you need to specify what you want; i.e.
apt-get update
or apt-get upgrade
, etc. Have a look at what you can do with apt-get
on Google.â Kevdog777
Mar 16 at 10:47
1
1
@Kevdog777 thank you soo much it worked !!
â chanchal pardeshi
Mar 17 at 16:39
@Kevdog777 thank you soo much it worked !!
â chanchal pardeshi
Mar 17 at 16:39
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
Download the .deb
package then install it using dpkg
, e,g (Ubuntu Xenial):
wget http://launchpadlibrarian.net/360031361/apt_1.2.26_armhf.deb
sudo dpkg -i apt_1.2.26_armhf.deb
sudo apt update
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
Download the .deb
package then install it using dpkg
, e,g (Ubuntu Xenial):
wget http://launchpadlibrarian.net/360031361/apt_1.2.26_armhf.deb
sudo dpkg -i apt_1.2.26_armhf.deb
sudo apt update
add a comment |Â
up vote
2
down vote
Download the .deb
package then install it using dpkg
, e,g (Ubuntu Xenial):
wget http://launchpadlibrarian.net/360031361/apt_1.2.26_armhf.deb
sudo dpkg -i apt_1.2.26_armhf.deb
sudo apt update
add a comment |Â
up vote
2
down vote
up vote
2
down vote
Download the .deb
package then install it using dpkg
, e,g (Ubuntu Xenial):
wget http://launchpadlibrarian.net/360031361/apt_1.2.26_armhf.deb
sudo dpkg -i apt_1.2.26_armhf.deb
sudo apt update
Download the .deb
package then install it using dpkg
, e,g (Ubuntu Xenial):
wget http://launchpadlibrarian.net/360031361/apt_1.2.26_armhf.deb
sudo dpkg -i apt_1.2.26_armhf.deb
sudo apt update
answered Mar 16 at 10:30
GAD3R
22.4k154892
22.4k154892
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%2f430590%2fhow-to-install-apt-get-on-ubuntu-mate%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
1
Welcome to U&L. This is because you haven't told it what to do. Basically you have said to do something, but you need to specify what you want; i.e.
apt-get update
orapt-get upgrade
, etc. Have a look at what you can do withapt-get
on Google.â Kevdog777
Mar 16 at 10:47
1
@Kevdog777 thank you soo much it worked !!
â chanchal pardeshi
Mar 17 at 16:39