Re: question about a .deb file

2021-12-09 Thread David Wright
On Fri 10 Dec 2021 at 00:41:29 (-0500), Cindy Sue Causey wrote: > On 12/9/21, john doe wrote: > > On 12/9/2021 8:55 AM, Tim Woodall wrote: > >> Does that work or is it a typo? I've always used: > >> > >> apt-get autoremove --purge > >> > > $ apt-get --help > > apt 2.3.13 (amd64) > > Usage: apt-get

Re: question about a .deb file

2021-12-09 Thread Cindy Sue Causey
On 12/9/21, john doe wrote: > On 12/9/2021 8:55 AM, Tim Woodall wrote: >> Does that work or is it a typo? I've always used: >> >> apt-get autoremove --purge >> > $ apt-get --help > apt 2.3.13 (amd64) > Usage: apt-get [options] command > apt-get [options] install|remove pkg1 [pkg2 ...] >

Re: question about a .deb file

2021-12-09 Thread David Wright
On Fri 10 Dec 2021 at 05:49:06 (+0100), john doe wrote: > On 12/9/2021 8:55 AM, Tim Woodall wrote: > > On Wed, 8 Dec 2021, john doe wrote: > > > On 12/8/2021 10:16 AM, Piper H wrote: > > > > Thanks, I'll check them out. :) > > > > > > My suggestion would be to do the following commands: > > > $ ap

Re: question about a .deb file

2021-12-09 Thread john doe
On 12/9/2021 8:55 AM, Tim Woodall wrote: On Wed, 8 Dec 2021, john doe wrote: On 12/8/2021 10:16 AM, Piper H wrote: Thanks, I'll check them out. :) My suggestion would be to do the following commands: $ apt-get --autoremove purge mysql-connector-java Does that work or is it a typo? I've al

Re: question about a .deb file

2021-12-08 Thread Tim Woodall
On Wed, 8 Dec 2021, john doe wrote: On 12/8/2021 10:16 AM, Piper H wrote: Thanks, I'll check them out. :) My suggestion would be to do the following commands: $ apt-get --autoremove purge mysql-connector-java Does that work or is it a typo? I've always used: apt-get autoremove --purge

Re: question about a .deb file

2021-12-08 Thread Piper H
Hi David Thanks for the info you provided. The original purpose I asked the question is that I did need that jar file for Mysql connector for Spark. As you see the operations below: $ pyspark --jars mysql-connector-java-8.0.27.jar Python 3.6.9 (default, Jan 26 2021, 15:33:00) [GCC 8.4.0] on linux

Re: question about a .deb file

2021-12-08 Thread David
On Wed, 8 Dec 2021 at 19:21, Piper H wrote: > Hello again, > > Sorry for this silly question. > I downloaded the JDBC drive from mysql website: > https://dev.mysql.com/downloads/connector/j/ > Hi. Just for your information, because you might not realise: Debian is a huge project that attempts

Re: question about a .deb file

2021-12-08 Thread john doe
On 12/8/2021 10:16 AM, Piper H wrote: Thanks, I'll check them out. :) My suggestion would be to do the following commands: $ apt-get --autoremove purge mysql-connector-java $ apt-get update && apt-get install libmariadb-java Add 'sudo' if you need it. -- John Doe

Re: question about a .deb file

2021-12-08 Thread Piper H
Thanks, I'll check them out. :) On Wed, Dec 8, 2021 at 4:35 PM Stanislav Vlasov wrote: > 2021-12-08 13:21 GMT+05:00, Piper H : > > I downloaded the JDBC drive from mysql website: > > https://dev.mysql.com/downloads/connector/j/ > > > > And got a file name: > > (mysql-connector-java_8.0.27-1debia

Re: question about a .deb file

2021-12-08 Thread Stanislav Vlasov
2021-12-08 13:21 GMT+05:00, Piper H : > I downloaded the JDBC drive from mysql website: > https://dev.mysql.com/downloads/connector/j/ > > And got a file name: > (mysql-connector-java_8.0.27-1debian10_all.deb) > Then I run: > sudo dpkg -i mysql-connector-java_8.0.27-1debian10_all.deb > > And what's

question about a .deb file

2021-12-08 Thread Piper H
Hello again, Sorry for this silly question. I downloaded the JDBC drive from mysql website: https://dev.mysql.com/downloads/connector/j/ And got a file name: (mysql-connector-java_8.0.27-1debian10_all.deb) Then I run: sudo dpkg -i mysql-connector-java_8.0.27-1debian10_all.deb And what's the next