Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install #275

Open
awinborne415 opened this issue Nov 10, 2023 · 3 comments
Open

Can't install #275

awinborne415 opened this issue Nov 10, 2023 · 3 comments

Comments

@awinborne415
Copy link

I have tried to install using the debian package and it shows installed but inksacpe doesn't show any of the features. I.E send to silhouette. I tried to do the manual way because I am using POP OS but it wont allow me to it says "No rule to make target install." Any ideas?

@t0b3
Copy link
Collaborator

t0b3 commented Nov 10, 2023

@awinborne415
WARNING: SNAP packages may cause issues. We use deb file shown later in this section.
what kind of inkscape package / version do you use? and where did it install / would expect plugins? i.e. in which folder? thanks for double checking and reporting back 👍

@mike-brandt
Copy link

i am having the same issue
](https://github.com/fablabnbg/inkscape-silhouette)
DID
Ubuntu
Click to get steps

WARNING: SNAP packages may cause issues. We use deb file shown later in this section.
Install Inkscape and other requirements

Add inkscape dev team's PPA key to APT.

This project require minimum of inkscape V1.0+

But we want to always keep to latest inkscape version

sudo add-apt-repository ppa:inkscape.dev/stable

Install Inkscape

sudo apt-get update
sudo apt install inkscape

Install Inkscape with newer version directly from inkscape dev team

even if newer than what Ubuntu's package management team is willing

to certify at the moment

sudo apt-get --with-new-pkgs upgrade inkscape

Install requirements for usb support

sudo apt-get install python3-usb

Install requirements for Silhouette Multiple Actions

sudo apt install python3-wxgtk4.0

Install all requirements from python package manager

sudo apt-get install python3-pip
python3 -m pip install -U pip
python3 -m pip install -r requirements.txt

  NO PROBLEMS

FINISHED WITH
sudo apt-get install /home/mike/Documents/projects/inkscape-silhouette/inkscape-silhouette_1.28-1_all.deb

mike@mike-XPS-8950:~/Documents/projects/inkscape-silhouette$ sudo apt-get install /home/mike/Documents/projects/inkscape-silhouette/inkscape-silhouette_1.28-1_all.deb
[sudo] password for mike:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'inkscape-silhouette' instead of '/home/mike/Documents/projects/inkscape-silhouette/inkscape-silhouette_1.28-1_all.deb'
The following packages will be upgraded:
inkscape-silhouette
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/132 kB of archives.
After this operation, 36.9 kB of additional disk space will be used.
Get:1 /home/mike/Documents/projects/inkscape-silhouette/inkscape-silhouette_1.28-1_all.deb inkscape-silhouette all 1.28-1 [132 kB]
(Reading database ... 651130 files and directories currently installed.)
Preparing to unpack .../inkscape-silhouette_1.28-1_all.deb ...
Unpacking inkscape-silhouette (1.28-1) over (1.27-1) ...
Setting up inkscape-silhouette (1.28-1) ...
N: Download is performed unsandboxed as root as file '/home/mike/Documents/projects/inkscape-silhouette/inkscape-silhouette_1.28-1_all.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)

ANY help would be apreiciated

@t0b3
Copy link
Collaborator

t0b3 commented Jul 22, 2024

this looks like a permission issue with your Ubuntu setup and no specific issue with inkscape-silhouette. probably you'll be able to google and find similar issues for other packages and hopefully a solution matching your issue...

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

No branches or pull requests

3 participants