Skip to content

Update install to take python packages from repo. - #59

Open
credmp wants to merge 3 commits into
pr0v3rbs:masterfrom
hogeschoolnovi:master
Open

Update install to take python packages from repo.#59
credmp wants to merge 3 commits into
pr0v3rbs:masterfrom
hogeschoolnovi:master

Conversation

@credmp

@credmp credmp commented Apr 4, 2023

Copy link
Copy Markdown
Contributor

Do 1 apt install

The packages are installed using 1 apt install. This ensures that conflicts are nicely managed and the installation procedure is a little bit smoother to the user.

Kali 2023.1

With the new release of Kali a new python setup is encouraged. Take the packages from the repository or install them as user. In this patch all the global python packages (where possible) are installed from the repository packages.

https://www.kali.org/blog/kali-linux-2023-1-release/

Obsolete package?

The fusecram package is no longer available in the repositories. It is removed from the apt installation.

credmp and others added 3 commits April 4, 2023 05:09
Removed redundant $-signs to increase ease of copying for new users.
Comment thread install.sh
python3 -m pip install selenium
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb; sudo apt-get -fy install
rm google-chrome-stable_current_amd64.deb

@dikkefee dikkefee Apr 26, 2024

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably a good idea to add git clone https://www.github.com/threat9/routersploit ./analysis/routersploit or the analysis function won't be working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants