Git Product home page Git Product logo

Comments (11)

peterpt avatar peterpt commented on May 14, 2024 2

you can always contribute if you want , like i did .
I am doing for fun because github is an opensource project where everyone collaborate with each others .
All you have to do is clone fatrat repo from streetsec to your github , adapt the script for better and send the pull requests to streetsec main repository .
If the owner of the script like your changes and if your changes had improved the script , and if it is working perfectly as before , then he should merge your changes from your git to the main git of fatrat .
When he merges your changes to main script , your new stuff will be working on everyone that clone the main git to their hdd to run the script , or to other users .

from thefatrat.

peterpt avatar peterpt commented on May 14, 2024

from distro to distro , packages have different names .
try : apt-get install gcc-mingw32
then write here if it works .
The default install works on debian based distros , and in debian based distros te package is called mingw32 .

We do not install that package with kali repositories because it may get issues with your current distribution .

Next time something like this happen , try first : apt-cache search mingw32

https://community.linuxmint.com/software/view/gcc-mingw32

Last note :
write this command on your terminal and write here the output .

awk '{print $1}' /etc/issue

obs : i just want to know how it is identified your linux distro .

from thefatrat.

depetrisemilio avatar depetrisemilio commented on May 14, 2024

that not work for me, i virtalize kali on VB and install thefatrat, i have the same issue bat i agree some repositories and did work, i dont know whathappend with linux mint, but it's okey on kali.

from thefatrat.

peterpt avatar peterpt commented on May 14, 2024

very confusing your response .
" i virtalize kali on VB and install thefatrat, i have the same issue"
Does this mean that you create a Virtual Machine with Kali OS and did not worked ?

" i dont know whathappend with linux mint"
Mint have different packages names in repositories , for now , fatrat will work (install) fine on debian based distributions like Devuan , Debian , Kali , Ubuntu that use same debian package names repositories .
However we have plans to adapt it to others distros like Mint , Arch , etc...
One of the issues is that package names change name from distribution to distribution , and when setup call some package from your current OS repository to install and that package does not exist , then you will be stuck in that package and fatrat will not work .

" but it's okey on kali."
Explain this part , on Virtual machine , the instalation did not worked ?! and on non Virtual Machine worked ?

Note : write slowly and with time , so i can understand what is happening there .

from thefatrat.

depetrisemilio avatar depetrisemilio commented on May 14, 2024

I'm sorry about last answer, i take the neccesary time.

In linux mint it's still not working beacause the problem are the repo of mingw32, exactly what you say, fatrat will work distributions of debian.

However, i take Virtualbox and i install Kali linux x64. Then i clone the repo "git clone xxxxxx" and i install the fat rat.

At the first i had the same problem wich i have with linux mint, i cant install mingw32, so, i check in all internet and i found the solution, to fat rat works on kali.

i modify the file ./etc/apt/source.list and i add this next's repos:

deb http://http.kali.org/kali sana main non-free contrib
deb-src http://http.kali.org/kali sana main non-free contrib
deb http://http.kali.org/kali kali-rolling main contrib non-free
deb-src http://http.kali.org/kali kali-rolling main contrib non-free
deb http://ftp.de.debian.org/debian jessie main

apt-get update

and

apt-get install mingw32

and it's work.

from thefatrat.

peterpt avatar peterpt commented on May 14, 2024

we did not made mingw32 instalation with kali repositories because your OS may get some packages conflicts with the kali repository .

The reason is that some packages needed in fatrat , when you install them , they install all their dependencies , libraries and etc ..
If we use kali repo to install everything in setup , then you Linux may get conflicting packages on other programs and they may not work .

anyway , you forgot to write here the output of the command i wrote before :

write this command in your terminal :
awk '{print $1}' /etc/issue

and post here the output .

from thefatrat.

depetrisemilio avatar depetrisemilio commented on May 14, 2024

the output is:

dino@t430 ~ $ awk '{print $1}' /etc/issue
Linux

i understand what you say. That output it's printed on my linux mint. At this time, i happy to fatrat work in my kali on Virtualbox

from thefatrat.

peterpt avatar peterpt commented on May 14, 2024

sorry to ask you again , but write now this command
awk '{print $2}' /etc/issue

and post here the result .

the reason i am asking this , is for in future we detect automatically witch OS distribution the user is using , and adapt the correct repositories list to setup script .

from thefatrat.

depetrisemilio avatar depetrisemilio commented on May 14, 2024

dino@t430 ~ $ awk '{print $2}' /etc/issue
Mint

i like participate in that project.

from thefatrat.

peterpt avatar peterpt commented on May 14, 2024

Thanks for the reply on this one .
We may in future create a detection of Linux distro by getting OS name using a similar instruction like you did and then make setup to adjust packages to that specific distribution .

For your knowledge , the command you wrote that gave you "Mint" output was , reading the second word for your file in /etc/issue .

if you write on your terminal "cat /etc/issue" , you will get:
Linux Mint ......
...= and other stuff

from thefatrat.

depetrisemilio avatar depetrisemilio commented on May 14, 2024

yeah u right. well if u team or you need help, just send me PM.

cheers and thank 4 ur help

from thefatrat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.