@LabGecko those are not mine. I can't speak for what version lives there, or whether they're still live. If you want mine (which is, I think, the most up to date and well maintained version, although there is a snap installation that is almost on par), you will need to make sure zotero is not currently installed from packages, remove (at least) http://ppa.launchpad.net/bartbes/love-stable/ubuntu (but also any other repo that might supply zotero), and re-do the installation instructions from https://github.com/retorquere/zotero-deb/
Bonjour, je vient d'installer zotero sur mon Chromebook, mais je n'arrive pas à l'utiliser, et je croix que c'est un problème de la manière de téléchargement, puisque zotero est bien installé, pouvez vous m'aidez à l'utiliser.
I have followed the instructions [1] and I have been able to install Zotero in a Chrome OS 84.0.4147.110.
In my case, the Zotero Connector works without port-forwarding (Step 4). Zotero standalone uses port 23119. I have been unable to find where Zotero Connector defines its port. In any case, it works flawlessly.
Hey! I just got zotero installed on my chromebook using this process--including the forwarder--and everything is working fine except for the connection to google docs. When I go to put the citation in everything is fine but the footnote just says {updating} and doesn't change. Is there something I should do? Thanks!
@DFincher: If saving is working it's unlikely that's related. Check for a Zotero window behind your other windows, and start a new thread if you're still having trouble.
sudo apt install zotero Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package zotero
Could you please help me to know what is wrong ? Should I download something somewhere, as the Terminal seems to be looking for a certain package ?
Many thanks in advance.
--- Update : I just ran the uname -m command, and found out that my Chromebook runs on aarch64, so I understand that Zotero is not supported on my machine... So sad :'-(
That's reassuring in a sense; it means that the setup script correctly identified Zotero can't run on your architecture. I'm afraid that for you however that is the end of the road.
I have problem installing zotero on my chromebook x86_64. I never used linux before which probably is the reason. I'm not really sure what I'm doing. I followed the instructions here: https://github.com/retorquere/zotero-deb
And came up with this: sudo apt install zotero Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package zotero
I got the install.sh but I have no idea as of why it's not working. May someone please help me out? I need to run zotero on my chromebook! Thanks!
@dstillman would it be possible to host the debs in the same place the tarballs are hosted (an s3 bucket?)? This problem is an interaction between the new (valid, but very long) urls github releases redirects downloads to and a bug in apt. The sourceforge mirror works without problems, but I'd rather not shift this around too much, and this issue with apt is only going to get worse, as it will take forever for the fix to apt to roll out.
wget -qO- https://github.com/retorquere/zotero-deb/releases/download/apt-get/install.sh | sudo bash
sudo apt update
sudo apt install zotero
and you're getting the error at the last step? I see you've capitalized "Zotero" in your message, did you perhaps type
sudo apt install Zotero
?Package names are case-sensitive, it must be "zotero"
I also have problems installing Zotero. The 3rd command returns this :
sudo apt install zotero
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package zotero
Can you help please ?
Thanks :)
/etc/apt/sources.list.d/zotero.list
?What is the output of
sudo apt update
?et:1 http://ppa.launchpad.net/bartbes/love-stable/ubuntu disco InRelease [20.7 kB]
Ign:2 http://deb.debian.org/debian stretch InRelease
Hit:3 http://deb.debian.org/debian stretch Release
404 Not Found [IP: 91.189.95.83 80]
Get:6 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
Err:1 http://ppa.launchpad.net/bartbes/love-stable/ubuntu disco InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F192197F81992645
Ign:7 https://storage.googleapis.com/cros-packages/80 stretch InRelease
Get:8 http://security.debian.org stretch/updates InRelease [94.3 kB]
Hit:10 https://storage.googleapis.com/cros-packages/80 stretch Release
Hit:11 https://download.sublimetext.com apt/stable/ InRelease
In my case, the Zotero Connector works without port-forwarding (Step 4). Zotero standalone uses port 23119. I have been unable to find where Zotero Connector defines its port. In any case, it works flawlessly.
[1] https://www.zotero.org/support/kb/installing_on_a_chromebook
$ cat /etc/apt/sources.list.d/zotero.list
deb https://github.com/retorquere/zotero-deb/releases/download/apt-get/ ./
Thank you very much for all the help you already provided.
I did everything you just explained, and here is what I get :
wget -qO- https://github.com/retorquere/zotero-deb/releases/download/apt-get/install.sh | sudo bash
OK
deb https://github.com/retorquere/zotero-deb/releases/download/apt-get/ ./
sudo apt update
Hit:1 https://deb.debian.org/debian buster InRelease
Hit:2 https://deb.debian.org/debian-security buster/updates InRelease
Ign:4 https://storage.googleapis.com/cros-packages/85 buster InRelease
Hit:5 https://storage.googleapis.com/cros-packages/85 buster Release
Hit:3 https://github.com/retorquere/zotero-deb/releases/download/apt-get ./ InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
sudo apt install zotero
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package zotero
Could you please help me to know what is wrong ? Should I download something somewhere, as the Terminal seems to be looking for a certain package ?
Many thanks in advance.
---
Update : I just ran the uname -m command, and found out that my Chromebook runs on aarch64, so I understand that Zotero is not supported on my machine...
So sad :'-(
https://github.com/retorquere/zotero-deb/releases/download/apt-get/install.sh
(or checking on https://github.com/retorquere/zotero-deb/releases/tag/apt-get )
I don't see the initial checks in the script.
E: Unable to locate package zotero
can someone help me?
uname -m
show?curl -sL https://github.com/retorquere/zotero-deb/releases/download/apt-get/install.sh | sudo bash
?curl -sL https://github.com/retorquere/zotero-deb/releases/download/apt-get/install.sh | sudo bash
Zotero is only available for architectures i686 and x86_64
I have problem installing zotero on my chromebook x86_64. I never used linux before which probably is the reason. I'm not really sure what I'm doing.
I followed the instructions here: https://github.com/retorquere/zotero-deb
And came up with this:
sudo apt install zotero
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package zotero
I got the install.sh but I have no idea as of why it's not working. May someone please help me out? I need to run zotero on my chromebook! Thanks!
I'm trying to install Zotero on my Chromebook (x86_64) but I'm always at the same point:
sudo apt update
Get:1 https://deb.debian.org/debian buster InRelease [122 kB]
Ign:3 https://storage.googleapis.com/cros-packages/91 buster InRelease
Hit:4 https://deb.debian.org/debian-security buster/updates InRelease
N: Repository 'https://deb.debian.org/debian buster InRelease' changed its 'Version' value from '10.8' to '10.10'
E: Repository 'https://deb.debian.org/debian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
Do you want to accept these changes and continue updating from this repository? [y/N]
Hit:2 https://github.com/retorquere/zotero-deb/releases/download/apt-get ./ InRelease
Hit:5 https://storage.googleapis.com/cros-packages/91 buster Release
Reading package lists... Done
E: Failed to fetch https://deb.debian.org/debian/dists/buster/InRelease
E: Some index files failed to download. They have been ignored, or old ones used instead.
Can you help me?
Err:1 https://github.com/retorquere/zotero-deb/releases/download/apt-get ./ zotero 5.0.96.3
401 Unauthorized [IP: 185.199.108.133 443]
If not I'll try to get cheap hosting somewhere.