Results 1 to 2 of 2

Thread: Unable to install Mono-complete on Kali Linux

  1. #1
    Join Date
    2015-Oct
    Posts
    1

    Angry Unable to install Mono-complete on Kali Linux

    Hi everybody,

    I followed this webpage (http://www.mono-project.com/docs/get...install/linux/) to install Mono on Kali (I followed the Debian instructions), but I get some errors when I run
    Code:
    sudo apt-get install mono-complete
    .

    I'm new to Linux and I do not exactly know how to solve the error.
    Here's the output of the above command:
    Code:
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:
    
    The following packages have unmet dependencies:
     mono-complete : Depends: mono-devel (= 4.0.4.1-0xamarin1) but it is not going to be installed
                     Depends: libmono-cil-dev (= 4.0.4.1-0xamarin1) but it is not going to be installed
    E: Unable to correct problems, you have held broken packages.
    Could you please help me sorting out this problem?

    Thanks a lot!

    Jymmy097

  2. #2
    Join Date
    2016-Mar
    Posts
    1
    go terminal and write
    dpkg --configure -a
    apt-get install -f
    and then
    apt-get install mono-complete

    if still can not ,write again in terminal

    apt-get install kali-linux-all

Similar Threads

  1. Replies: 1
    Last Post: 2021-01-28, 13:14
  2. Replies: 4
    Last Post: 2017-03-30, 15:07
  3. Replies: 3
    Last Post: 2016-01-02, 02:39
  4. Replies: 1
    Last Post: 2015-07-05, 14:38
  5. Kali Linux custom ISO with mono and ecryptfs
    By aikoflip in forum Building Archive
    Replies: 0
    Last Post: 2014-08-03, 02:52

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •