Re: [cochiselinux]

7 messages · started by Charles Breaux on Mar 18, 2020

Re: [cochiselinux]

From Charles Breaux · Mar 18, 2020

this is weird: after I sent my post to cochiselinux@freelists.org  I got this email back....
Be careful with this message

This may be a spoofed message. The message claims to have been sent from your account, but Gmail couldn’t verify the actual source. Avoid clicking links or replying with sensitive information, unless you are sure you actually sent this message. (No need to reset your password, the real sender does not actually have access to your account!)


On Wed, Mar 18, 2020 at 10:27 AM Charles Breaux <chazbreaux@gmail.com> wrote:
Quoted reply (5 lines)
Hope I got this straight, and this is the place to post questions:
Have made a persistent USB of Ubuntu 18.04. Which worked fine until I tried to boot my mac mini (2009) It booted fine for a couple of times then the boot partition got messed up. It won't even boot on a PC now. Here's the error message:
(initramfs) Mount: mounting/cow on/root failed: Invalid argument overlay mount failed.
Hope I got this straight, and this is the place to post questions:
Have made a persistent USB of Ubuntu 18.04. Which worked fine until I tried to boot my mac mini (2009) It booted fine for a couple of times then the boot partition got messed up. It won't even boot on a PC now. Here's the error message:
(initramfs) Mount: mounting/cow on/root failed: Invalid argument overlay mount failed.

I put a lot of time into creating and setting this up with apps etc. Is there a way to rectify this? 
Thanks, Charles

View original on FreeLists

Re: [cochiselinux]

From Devi Garcia · Mar 12, 2024

sudo killall snap-store
sudo snap refresh

Should fix that issue according to the forums 

On Tue, Mar 12, 2024, 6:43 AM Charles Breaux <chazbreaux@gmail.com> wrote:
Quoted reply (3 lines)
 " Has anybody running Ubuntu 22.04 been having trouble updating Snap?"
yes,
20.04, keeps telling me some app is using snap and it can't update..
 " Has anybody running Ubuntu 22.04 been having trouble updating Snap?"
yes,
20.04, keeps telling me some app is using snap and it can't update..

View original on FreeLists

Re: [cochiselinux]

From Charles Breaux · Mar 12, 2024

right on, thanks

On Tue, Mar 12, 2024 at 6:53 AM Devi Garcia <asphyxiated.god@gmail.com> wrote:
Quoted reply (7 lines)
sudo killall snap-store
sudo snap refresh
Should fix that issue according to the forums
sudo killall snap-store
sudo snap refresh
<br>
Should fix that issue according to the forums 

On Tue, Mar 12, 2024, 6:43 AM Charles Breaux <chazbreaux@gmail.com> wrote:
 " Has anybody running Ubuntu 22.04 been having trouble updating Snap?"
yes,
20.04, keeps telling me some app is using snap and it can't update..

View original on FreeLists

Re: [cochiselinux]

From js2makefun @ yahoo . com · Mar 12, 2024

Greetings All,

I hope each of you are well.

Just $0.02 put in for an alternative (fewer bits to type and supports the same goal).

pkill snap-store
sudo snap refresh

Cheers!

On Tuesday, March 12, 2024 at 06:53:04 AM MST, Devi Garcia <asphyxiated.god@gmail.com> wrote:


sudo killall snap-store
sudo snap refresh

Should fix that issue according to the forums 

On Tue, Mar 12, 2024, 6:43 AM Charles Breaux <chazbreaux@gmail.com> wrote:
Quoted reply (3 lines)
 " Has anybody running Ubuntu 22.04 been having trouble updating Snap?"
yes,
20.04, keeps telling me some app is using snap and it can't update..
 " Has anybody running Ubuntu 22.04 been having trouble updating Snap?"
yes,
20.04, keeps telling me some app is using snap and it can't update..

View original on FreeLists

Re: [cochiselinux]

From Devi Garcia · Mar 30, 2024

To install local deb packages with apt you need to provide the full path to the deb file. If the file is located in your current working directory instead of typing the absolute path, you can prepend ./ before the package name. Otherwise, apt will try to retrieve and install the package from Ubuntu’s repositories.

sudo apt install ./teamviewer_amd64.deb

On Sat, Mar 30, 2024 at 3:13 PM Charles Breaux <chazbreaux@gmail.com> wrote:
Quoted reply (6 lines)
I have this app to download movies, everytime they update I have to
install the update which I used to do by clicking on the deb file.
But something has changed in ubuntu 20.04, when I click to install

I have this app to download movies, everytime they update I have to install the update which I used to do by clicking on the deb file. But something has changed in ubuntu 20.04, when I click to install the deb package now I get this page, and I can’t install the update.



And I never have been able to install from tar files! attached are the Deb fire and the tar files. I have send the tar file in another email

downloadhelper.png

View original on FreeLists

Re: [cochiselinux]

From Charles Breaux · Mar 30, 2024

thanks Devi,
savanne@savanne-OptiPlex-7010:~$ cd ~/Downloads
savanne@savanne-OptiPlex-7010:~/Downloads$ sudo apt install ./vdhcoapp-linux-x86_64.deb
It worked, be sure to save this for next time. Thanks again.


On Sat, Mar 30, 2024 at 3:27 PM Devi Garcia <asphyxiated.god@gmail.com> wrote:
Quoted reply (8 lines)
To install local deb packages with apt you need to provide the full path to the deb file. If the file is located in your current working directory instead of typing the absolute path, you can prepend ./ before the package name. Otherwise, apt will try to retrieve and install the package from Ubuntu’s repositories.  sudo apt install ./teamviewer_amd64.deb
On Sat, Mar 30, 2024 at 3:13 PM Charles Breaux < chazbreaux@gmail.com > wrote:
I have this app to download movies, everytime they update I have to
To install local deb packages with apt you need to provide the full path to the deb file. If the file is located in your current working directory instead of typing the absolute path, you can prepend ./ before the package name. Otherwise, apt will try to retrieve and install the package from Ubuntu’s repositories.

sudo apt install ./teamviewer_amd64.deb

On Sat, Mar 30, 2024 at 3:13 PM Charles Breaux <chazbreaux@gmail.com> wrote:

I have this app to download movies, everytime they update I have to install the update which I used to do by clicking on the deb file. But something has changed in ubuntu 20.04, when I click to install the deb package now I get this page, and I can’t install the update.



And I never have been able to install from tar files! attached are the Deb fire and the tar files. I have send the tar file in another email

downloadhelper.png

View original on FreeLists

Re: [cochiselinux]

From Teruel deCampo MD · Mar 30, 2024

To install a tar archive you have to extract the content.

# How to install using TAR:

# I download your file vdhcoapp-linux-x86_64.tar.bz2 to one of my
directories the ~/Donwload.

$ cd ~/Download

# there I extracted the archive

$ tar -xvPpf vdhcoapp-linux-x86_64.tar.bz2

# tar will create a child directory (P) within ~/Download directory #
called
# vdhcoapp-2.0.19
# there you will find:
# ffmpeg
# ffprobe
# filepicker
# LICENSE.txt
# README.md
# vdhcoapp
# _xdg-open

# README.md file has all the instructions for installation, just opened
# with any editor like nano

-=terry=-

On Sat, 2024-03-30 at 15:20 -0700, Charles Breaux wrote:
Quoted reply (4 lines)
 vdhcoapp-linux-x86_64.tar.bz2
could someone please write out the commands I need to install the deb
or tar file.
 vdhcoapp-linux-x86_64.tar.bz2
could someone please write out the commands I need to install the deb
or tar file.
they are in my downloads folder. thanks..
--------------------------------------------------------------------
Cochise Linux Users Group Mailing List - cochiselinux@freelists.org
For more information: https://cochiselinuxusergroup.org/
Mailing List Archive: https://www.freelists.org/archive/cochiselinux
To unsubscribe: //www.freelists.org/list/cochiselinux

View original on FreeLists


Previous thread · Next thread

Back to March 2024