Ubuntu Sverige https://ubuntu-se.org/phpBB3/ |
|
Nyinstallations problem https://ubuntu-se.org/phpBB3/viewtopic.php?f=200&t=62356 |
Sida 1 av 1 |
Författare: | nisse2 [ 19 nov 2022, 18:48 ] |
Inläggsrubrik: | Nyinstallations problem |
Grafikdrivare spårade ur på min huvuddator (inte första gången) och jag installerade om datorn 22.04 LTS, därefter fick jag problem med snapversionen av Firefox, blev bara en svart liten ruta! Fick installera Chrom för att komma ut på nätet: Denna sida förklarade: https://itsfoss.com/install-chrome-ubuntu/ ****************** To install Google Chrome from the terminal, get the DEB file using the wget command: Kod: wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb Now you can use dpkg to install Chrome from the downloaded DEB file: Kod: sudo dpkg -i google-chrome-stable_current_amd64.deb That’s it. Now you can find Google Chrome in the menu and start it from there. ******************* och därefter hittade jag hur jag skulle installera debversion av firefox, enligt nedan: https://www.omgubuntu.co.uk/2022/04/how-to-install-firefox-deb-apt-ubuntu-22-04 Step 1: Remove the Firefox Snap by running the following command in a new Terminal window eller synaptic eller Ubuntu software Kod: sudo snap remove firefox Step 2: Add the (Ubuntu) Mozilla team PPA to your list of software sources by running the following command in the same Terminal window: Kod: sudo add-apt-repository ppa:mozillateam/ppa Step 3: Next, alter the Firefox package priority to ensure the PPA/deb/apt version of Firefox is preferred. This can be done using a slither of code from FosTips (copy and paste it whole, not line by line): Kod: echo ' Package: * Pin: release o=LP-PPA-mozillateam Pin-Priority: 1001 ' | sudo tee /etc/apt/preferences.d/mozilla-firefox Step 4: Since you’ll (hopefully) want future Firefox upgrades to be installed automatically, Balint Reczey shares a concise command on his blog that ensures it happens: Kod: echo 'Unattended-Upgrade::Allowed-Origins:: "LP-PPA-mozillateam:${distro_codename}";' | sudo tee /etc/apt/apt.conf.d/51unattended-upgrades-firefox Step 5: Finally, install Firefox via apt by running this command: Kod: sudo apt install firefox I fall flera har samma problem och HOPPAS ATT DET INTE ÄR OEGENTLIGHETER FRÅN SIDOR SOM JAG HAR HÄMTAT INFORMATIONEN!! . |
Författare: | anth [ 20 nov 2022, 12:39 ] |
Inläggsrubrik: | Re: Nyinstallations problem |
Hade man kunnat gilla inlägg på det här forumet hade du fått en tumme upp. Nu får du en glad smiley istället. ![]() Allt ser rätt ut. Den "viktigaste" raden i ditt inlägg är: Kod: Pin-Priority: 1001 Utan den återinstallerar man bara snap-versionen av Firefox. Det "värsta" som kan hända är att Mozilla Team skulle sluta uppdatera sin PPA, men det känns extremt osannolikt. |
Författare: | m@ts [ 25 nov 2022, 21:49 ] |
Inläggsrubrik: | Re: Nyinstallations problem |
Hej ! Håller helt med föregående inlägg, Kanon... Samma problem här, hade nästan gett upp. Det finns så f-n mycket fel med Snap bland många andra. Ungefär samma sak men andra fel med Brave. |
Sida 1 av 1 | Alla tidsangivelser är UTC + 1 timme |
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |