Aptitude is a front-end to the Advanced Packaging Tool (APT) It was initially created for Debian.
Questions tagged [aptitude]
73 questions
-1
votes
1 answer
Debian: "apt install build-essential" fails because of unmet dependencies
Using Debian Stretch v9.11.
I try to install build-essential, but fails because of unmet dependencies:
sudo apt install build-essential
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not…

klor
- 1,237
- 4
- 12
- 37
-1
votes
1 answer
How can i get rid of "apache2 : Depends: perl but it is not going to be installed" in ubuntu 14.04 desktop?
This is the error message i have at console when running
$sudo apt-get install apache2
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you…

Jaccs
- 1,052
- 3
- 12
- 33
-1
votes
1 answer
Get and install specific php version with aptitude
Today, current PHP version is Php7.0.8 and I would like get and install Php7.0.5 with aptitude. For example, it's possible with the dotdeb repository ?
How I can get specific php version with aptitude on Debian 8 Jessie ?

Dev Loots
- 708
- 9
- 28
-1
votes
1 answer
installation of build-essential fails in Ubuntu
I'm trying to update my gcc, so Linux Forums recommended that I would run sudo apt-get install build-essential. Here's the output when I try to run sudo apt-get install build-essential:
The following packages have unmet
dependencies:
bunch of…

Kevin Meredith
- 41,036
- 63
- 209
- 384
-1
votes
1 answer
Why does aptitude update give me an source.list error?
I'm running a debian (wheezy) Webserver and I'm installing Updates regulary. For that task I use aptitude update followed by aptitude safe-upgrade. Everytime I go through this procedure I get this output which includes an error message at the…

dav
- 9
- 4
-1
votes
2 answers
Linux cant install package of apt-get or aptitude install correct
I would like to install some files on linux.
On my linux pc 64 bit i can install the file normally.
Later on a 32 bit linux workstation that didnt work. I get the faults
on install i get the faults like this....
Err:…

ShbPap
- 45
- 4
-1
votes
1 answer
What is impossible?
Hi recently i appeared in an aptitude,there was a problem that i realy cant understand please provide some idea, how to solve it.(and sorry to for poor English.)
(Question)-> Three candidates, Amar, Birendra and Chanchal stand for the local…

user2725368
- 17
- 3
-1
votes
1 answer
How to install node-sqlserver
I have tried apt-get install aptitude but i got this:
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet…

silvesterprabu
- 1,417
- 10
- 30
- 46
-2
votes
1 answer
While installing mongodb in kali linux, I get errors in apt-get
need help.
Trying to install Mongodb in kali linux 2, using the command
sudo apt-get install mongodb-org
but it always gives me the following error:
The following packages have unmet dependencies:
mongodb-org : Depends: mongodb-org-shell but it is…

faiz-e
- 190
- 4
- 21
-2
votes
1 answer
Number Power , multiple of 3
We have a Number N and Cost C,(range N<10^18 ,C<100)
Now we have to spend maximum of C rupees to convert the number into another.
The rules of conversion of a number to another are as follows:
1)A number can be converted into other number with same…

Nitesh Singh
- 789
- 5
- 24
-3
votes
3 answers
2.9 is 14.5 in a score of 20 for the given 4 entries is it correct
For example number of working days is 4,
7/10=0.7
8/10=0.8
9/10=0.9
5/10=0.5
Total is:
Total =.7+.8+.9+.5=2.9
How can I calculate this total (2.9) as a percentage of the total (20)?
Is my attempt correct below:
Computed to 20% = (sum of values for…

ramu
- 553
- 1
- 4
- 20
-4
votes
1 answer
Aptitude ( Time and work based question (Wipro)) )
A and B can do a piece of work in 30 days while B and C can do the same the work in 24 days and C and A in 20 days. The work all together for 10 days when B and D leaves How many day more will A take to finish the work?
-6
votes
1 answer
Program to remove all the consecutive same letter from a given string
I am trying to develop a logic that will remove all the adjacent duplicate characters from a string.
For example:-
Input: azxxzy
Output: ay
Here is the logic that I have developed in C:
int main()
{
char str1[10], str2[10];
int n, i=0,…

Abhimanyu
- 725
- 1
- 6
- 20