Screen lock issue

Post your general questions or comments about GhostBSD here!
User avatar
Casper
Posts: 28
Joined: Sun Jun 24, 2018 6:59 pm
Location: Houston, Texas, USA

Re: Screen lock issue

Post by Casper »

ericbsd wrote: Mon Sep 03, 2018 11:40 am Hi @Casper I have just send a new update with a fix for the Update Manager that would probably better for you to update just do an update by hand.

Code: Select all

pkg upgrade -y pkg
pkg upgrade -y update-station
Done. Thank you. It shows that I've upgraded from from 1.10.5_1 to 1.10.5_2.
User avatar
Casper
Posts: 28
Joined: Sun Jun 24, 2018 6:59 pm
Location: Houston, Texas, USA

Re: Screen lock issue

Post by Casper »

Eric, after I did the above listed upgrade, a notification came on for the Update Station. I did the update, restarted, and it wiped the Chromium Browser right off of my machine. I had to install Firefox, which I cannot stand, and am unable to find Chromium again in the repository. Is there a way to get my Chromium back?
Last edited by Casper on Mon Sep 03, 2018 4:25 pm, edited 1 time in total.
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: Screen lock issue

Post by ericbsd »

ah

Code: Select all

cd /var/cache/pkg
ls  | grep chromium
chromium-67.0.3396.87-93a418843a.txz
chromium-67.0.3396.87.txz
chromium-68.0.3440.84_1-14e279b6cf.txz
chromium-68.0.3440.84_1.txz
pkg install chromium-68.0.3440.84_1.txz
User avatar
Casper
Posts: 28
Joined: Sun Jun 24, 2018 6:59 pm
Location: Houston, Texas, USA

Re: Screen lock issue

Post by Casper »

Excellent. Thank you! I hate Firefox.
Post Reply