How to install fiddler on Ubuntu

54,553

Solution 1

First things first:

  1. Install mono:

     sudo apt install mono-complete
    
  2. Download fiddler for Linux by clicking here and extract it.

  3. Then with mono installed run it with from the extracted directory:

     mono Fiddler.exe
    
  4. Or run with mono /path/to/extracted/fiddler/Fiddler.exe

enter image description here

Source:

https://www.telerik.com/download/fiddler

http://fiddler.wikidot.com/mono

UPDATE

The fiddler can be gotten from here and installed using the following commands:

  1. chmod a+x progress-telerik-fiddler.AppImage, to make the installer executable, and,

  2. ./progress-telerik-fiddler.AppImage: to install the fiddler.

Solution 2

To install Fiddler on Ubuntu, use this link Fiddler Everywhere. You will be directed to download the AppImage file. Once the AppImage file is downloaded, the only thing you require is to make it executable by changing its permissions (Right-click on the file and selected properties. On the permissions tab, select Allow executing the file as program). To run the application, right-click on the file and select Run.

Share:
54,553

Related videos on Youtube

dullboy
Author by

dullboy

Updated on September 18, 2022

Comments

  • dullboy
    dullboy over 1 year

    Could anybody show me how to install fiddler on Ubuntu? I need to use it for web development.

    • goo
      goo almost 7 years
      What is "fiddler"? It's not a Ubuntu package. Is there a .deb available? Does the "fiddler" website mention Linux?
    • dullboy
      dullboy almost 7 years
      fiddler is a web debugging tool and it is not a ubuntu package. As far as I know, fiddler is indeed supported by linux.
    • George Udosen
      George Udosen almost 7 years
      Is it the telerik version?
  • kwoxer
    kwoxer almost 5 years
    Does not work. Getting this error and Fiddler is crashing. [1] 8102 abort (core dumped) mono /home/curtis/Desktop/vjbl/fiddler-linux/Fiddler.exe Unable to attach: program terminated with signal SIGABRT, Aborted. No threads.
  • Forivin
    Forivin about 4 years
    @George Udosen You should probably update your answer. The version of Fiddler you linked is way outdated (2017). The new way to run Fiddler on Linux is by downloading the AppImage: telerik-fiddler.s3.amazonaws.com/fiddler-latest/… You can then you run ./fiddler.AppImage instead of mono fiddler.exe.
  • George Udosen
    George Udosen about 4 years
    @forivin thanks will do that once I switch to my Ubuntu OS!
  • funder7
    funder7 about 4 years
    Maybe is better to remove the old solution, or at least put the new first and the old later!
  • Gryu
    Gryu almost 4 years
    Old method does not work now, but new fiddler appimage seems much less functional, so let it be. mono FiddlerSetup.exe Cannot open assembly 'FiddlerSetup.exe': File does not contain a valid CIL image.