#cmdr_zeldark

1 messages ยท Page 1 of 1 (latest)

barren ibexBOT
ruby robin
#

Hello! What version of Ubuntu are you using?

peak vapor
#

20.04

#

Does the "deb" and "debian" in the string need updating? That seems dubious

ruby robin
#

No, Ubuntu is based on Debian.

#

I just went through the steps on a Debian server I have and didn't get a certificate error when I ran sudo apt update. What do you see on your Ubuntu install when you run date?

peak vapor
#

Thu Nov 2 10:54:18 PDT 2023

ruby robin
#

Hm.

#

Try running sudo apt install ca-certificates and then try sudo apt update again.

peak vapor
#

Unable to locate package ca-certificate

ruby robin
#

What? ๐Ÿ˜…

peak vapor
#

Being in the VSCode terminal Vs dedicated Ubuntu terminal woulnd't matter, would it?

ruby robin
#

I don't think so, as long as you're in a terminal session in the Ubuntu environment.

peak vapor
#

oh wait

#

I missed an s on the command

ruby robin
#

Oh!

peak vapor
#

you have certificates being plural

ruby robin
#

I didn't catch that when you pasted the error, sorry.

peak vapor
#

That was much happier

#

TONS of warnings on sudo apt update, all with stripe.list at the end, 0 errors

ruby robin
#

What kinds of errors?

#

Err, what kinds of warnings?

peak vapor
#

Target {somesuch} is configured multiple times in {filepath}/stripe.list

ruby robin
#

You should be able to edit those .list files to remove the duplicates.

peak vapor
#

Vim gives me the changing read only file but I do see the duplicate lines. I just override it anyways yeah or is there a cleaner way? Sorry if that's noob sauce question. Not extensively experienced with Ubuntu command line

ruby robin
#

Try using sudo nano to edit those files instead.

#

I'm not a Vim user, so I can't advise there. ๐Ÿ˜…

peak vapor
#

Fair enough. I don't use nano. How do I save this? ๐Ÿ˜… Append? Embarrassing

ruby robin
#

Hit enter to confirm the filename at that point.

peak vapor
#

Oh

ruby robin
#

At this point you can provide a new filename if you want, but we want to keep the same name and overwrite the file.

peak vapor
#

I didn't know simple enter was an option. That looks clean

#

Going to the next file with dupes

#

Oh I think that's all the same file. I think we're good

#

So should I try sudo apt update or sudo apt install stripe at this point? Door number 2?

#

I elected to update again and then install. stripe -v yields stripe version 1.18.0. Thanks

ruby robin
#

Yep, that's it!