Apt install automatically says âYesâ when trying to install packages
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
3
down vote
favorite
today I ran:
sudo apt install unrar
and everything was going normal but somehow it skipped the Yes/No stage. Is this normal behaviour after some updates?
The following NEW packages will be installed:
unrar
0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
Need to get 129 kB of archives.
After this operation, 322 kB of additional disk space will be used.
Get:1 http://cz.archive.ubuntu.com/ubuntu artful/multiverse amd64 unrar amd64 1:5.5.8-1 [129 kB]
As you can see there is no Y/N line in there.
apt 17.10
add a comment |Â
up vote
3
down vote
favorite
today I ran:
sudo apt install unrar
and everything was going normal but somehow it skipped the Yes/No stage. Is this normal behaviour after some updates?
The following NEW packages will be installed:
unrar
0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
Need to get 129 kB of archives.
After this operation, 322 kB of additional disk space will be used.
Get:1 http://cz.archive.ubuntu.com/ubuntu artful/multiverse amd64 unrar amd64 1:5.5.8-1 [129 kB]
As you can see there is no Y/N line in there.
apt 17.10
add a comment |Â
up vote
3
down vote
favorite
up vote
3
down vote
favorite
today I ran:
sudo apt install unrar
and everything was going normal but somehow it skipped the Yes/No stage. Is this normal behaviour after some updates?
The following NEW packages will be installed:
unrar
0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
Need to get 129 kB of archives.
After this operation, 322 kB of additional disk space will be used.
Get:1 http://cz.archive.ubuntu.com/ubuntu artful/multiverse amd64 unrar amd64 1:5.5.8-1 [129 kB]
As you can see there is no Y/N line in there.
apt 17.10
today I ran:
sudo apt install unrar
and everything was going normal but somehow it skipped the Yes/No stage. Is this normal behaviour after some updates?
The following NEW packages will be installed:
unrar
0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
Need to get 129 kB of archives.
After this operation, 322 kB of additional disk space will be used.
Get:1 http://cz.archive.ubuntu.com/ubuntu artful/multiverse amd64 unrar amd64 1:5.5.8-1 [129 kB]
As you can see there is no Y/N line in there.
apt 17.10
apt 17.10
asked Mar 28 at 18:15
![](https://i.stack.imgur.com/1IuzW.jpg?s=32&g=1)
![](https://i.stack.imgur.com/1IuzW.jpg?s=32&g=1)
KronwarsCZ
183
183
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
7
down vote
accepted
That's normal. You requested installation of a particular package, and no additional packages were needed as dependencies. APT assumed that you really did want to install the package you asked for, and didn't bother to ask you if you were really sure.
If there were additional packages, you would be prompted to confirm that you were OK with installing them, since you hadn't requested them directly.
Thank you! I didn't know that
â KronwarsCZ
Mar 28 at 18:57
You're welcome @KronwarsCZ it took me a while to figure it out!
â Zanna
Mar 29 at 6:01
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
7
down vote
accepted
That's normal. You requested installation of a particular package, and no additional packages were needed as dependencies. APT assumed that you really did want to install the package you asked for, and didn't bother to ask you if you were really sure.
If there were additional packages, you would be prompted to confirm that you were OK with installing them, since you hadn't requested them directly.
Thank you! I didn't know that
â KronwarsCZ
Mar 28 at 18:57
You're welcome @KronwarsCZ it took me a while to figure it out!
â Zanna
Mar 29 at 6:01
add a comment |Â
up vote
7
down vote
accepted
That's normal. You requested installation of a particular package, and no additional packages were needed as dependencies. APT assumed that you really did want to install the package you asked for, and didn't bother to ask you if you were really sure.
If there were additional packages, you would be prompted to confirm that you were OK with installing them, since you hadn't requested them directly.
Thank you! I didn't know that
â KronwarsCZ
Mar 28 at 18:57
You're welcome @KronwarsCZ it took me a while to figure it out!
â Zanna
Mar 29 at 6:01
add a comment |Â
up vote
7
down vote
accepted
up vote
7
down vote
accepted
That's normal. You requested installation of a particular package, and no additional packages were needed as dependencies. APT assumed that you really did want to install the package you asked for, and didn't bother to ask you if you were really sure.
If there were additional packages, you would be prompted to confirm that you were OK with installing them, since you hadn't requested them directly.
That's normal. You requested installation of a particular package, and no additional packages were needed as dependencies. APT assumed that you really did want to install the package you asked for, and didn't bother to ask you if you were really sure.
If there were additional packages, you would be prompted to confirm that you were OK with installing them, since you hadn't requested them directly.
answered Mar 28 at 18:18
![](https://i.stack.imgur.com/8CW8e.png?s=32&g=1)
![](https://i.stack.imgur.com/8CW8e.png?s=32&g=1)
Zanna
48k13119228
48k13119228
Thank you! I didn't know that
â KronwarsCZ
Mar 28 at 18:57
You're welcome @KronwarsCZ it took me a while to figure it out!
â Zanna
Mar 29 at 6:01
add a comment |Â
Thank you! I didn't know that
â KronwarsCZ
Mar 28 at 18:57
You're welcome @KronwarsCZ it took me a while to figure it out!
â Zanna
Mar 29 at 6:01
Thank you! I didn't know that
â KronwarsCZ
Mar 28 at 18:57
Thank you! I didn't know that
â KronwarsCZ
Mar 28 at 18:57
You're welcome @KronwarsCZ it took me a while to figure it out!
â Zanna
Mar 29 at 6:01
You're welcome @KronwarsCZ it took me a while to figure it out!
â Zanna
Mar 29 at 6:01
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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%2faskubuntu.com%2fquestions%2f1020054%2fapt-install-automatically-says-yes-when-trying-to-install-packages%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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