Views:
20,527β
Votes: 2β
Tags:
command-line
apt
mailutils
Link:
π See Original Answer on Ask Ubuntu β§ π
URL:
https://askubuntu.com/q/887539
Title:
Unable to install mailutils
ID:
/2017/02/26/Unable-to-install-mailutils
Created:
February 26, 2017
Edited: February 26, 2017
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
Use apt policy
to see whatβs wrong :
$ apt policy mailtuils
N: Unable to locate package mailtuils
Aha β¦ now what do I see ? β¦ a typo ! :D
$ apt policy mailutils
mailutils:
Installed: (none)
Candidate: 1:2.99.99-1.1ubuntu3
Version table:
1:2.99.99-1.1ubuntu3 500
500 http://archive.ubuntu.com/ubuntu yakkety/universe amd64 Packages
Double check universe
is in your repositories:
$ sudo add-apt-repository universe
'universe' distribution component is already enabled for all sources.
And here we go β¦
$ sudo apt-get install mailutils
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
libgsasl7 libkyotocabinet16v5 libmailutils4 libntlm0 mailutils-common
Suggested packages:
mailutils-mh mailutils-doc
The following NEW packages will be installed:
libgsasl7 libkyotocabinet16v5 libmailutils4 libntlm0 mailutils
mailutils-common
0 upgraded, 6 newly installed, 0 to remove and 4 not upgraded.
Need to get 1,285 kB of archives.
After this operation, 6,657 kB of additional disk space will be used.
Do you want to continue? [Y/n] n
Abort.