Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#26 Le 23/04/2023, à 18:40

nany

Re : sous xubuntu mis à jour vers xubuntu 23.04 RESOLIU

herge01 a écrit :

depuis la mise à jour j'ai pu reinstaller vivaldi sans soucis alors que tout à l'heure impossible

Bon eh bien tout est bien qui finit bien.


Pour vérification, donne le retour de :

find /etc/apt -type f -regex ".*\(list\|sources\).*" -exec bash -c 'echo -e "\n\t$1\n" ; [ "${1##*.}" = "list" -o "${1##*.}" = "sources" ] && cat -n "$1"' _ '{}' \;

En ligne

#27 Le 29/04/2023, à 13:29

herge01

Re : sous xubuntu mis à jour vers xubuntu 23.04 RESOLIU

rene@rene-GP72VR-7RF:~$ find /etc/apt -type f -regex ".*\(list\|sources\).*" -exec bash -c 'echo -e "\n\t$1\n" ; [ "${1##*.}" = "list" -o "${1##*.}" = "sources" ] && cat -n "$1"' _ '{}' \;

   

/etc/apt/sources.list

     1    # deb cdrom:[Xubuntu 16.04.2 LTS _Xenial Xerus_ - Release amd64 (20170215)]/ xenial main multiverse restricted universe
     2    
     3    # See [url]http://help.ubuntu.com/community/UpgradeNotes[/url] for how to upgrade to
     4    # newer versions of the distribution.
     5    deb [url]http://fr.archive.ubuntu.com/ubuntu/[/url] lunar main restricted
     6    # deb-src [url]http://fr.archive.ubuntu.com/ubuntu/[/url] kinetic main restricted
     7    
     8    ## Major bug fix updates produced after the final release of the
     9    ## distribution.
    10    deb [url]http://fr.archive.ubuntu.com/ubuntu/[/url] lunar-updates main restricted
    11    # deb-src [url]http://fr.archive.ubuntu.com/ubuntu/[/url] kinetic-updates main restricted
    12    
    13    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    14    ## team. Also, please note that software in universe WILL NOT receive any
    15    ## review or updates from the Ubuntu security team.
    16    deb [url]http://fr.archive.ubuntu.com/ubuntu/[/url] lunar universe
    17    # deb-src [url]http://fr.archive.ubuntu.com/ubuntu/[/url] kinetic universe
    18    deb [url]http://fr.archive.ubuntu.com/ubuntu/[/url] lunar-updates universe
    19    # deb-src [url]http://fr.archive.ubuntu.com/ubuntu/[/url] kinetic-updates universe
    20    
    21    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
    22    ## team, and may not be under a free licence. Please satisfy yourself as to 
    23    ## your rights to use the software. Also, please note that software in 
    24    ## multiverse WILL NOT receive any review or updates from the Ubuntu
    25    ## security team.
    26    deb [url]http://fr.archive.ubuntu.com/ubuntu/[/url] lunar multiverse
    27    # deb-src [url]http://fr.archive.ubuntu.com/ubuntu/[/url] kinetic multiverse
    28    deb [url]http://fr.archive.ubuntu.com/ubuntu/[/url] lunar-updates multiverse
    29    # deb-src [url]http://fr.archive.ubuntu.com/ubuntu/[/url] kinetic-updates multiverse
    30    
    31    ## N.B. software from this repository may not have been tested as
    32    ## extensively as that contained in the main release, although it includes
    33    ## newer versions of some applications which may provide useful features.
    34    ## Also, please note that software in backports WILL NOT receive any review
    35    ## or updates from the Ubuntu security team.
    36    deb [url]http://fr.archive.ubuntu.com/ubuntu/[/url] lunar-backports main restricted universe multiverse
    37    # deb-src [url]http://fr.archive.ubuntu.com/ubuntu/[/url] kinetic-backports main restricted universe multiverse
    38    
    39    
    40    deb [url]http://fr.archive.ubuntu.com/ubuntu/[/url] lunar-security main restricted
    41    # deb-src [url]http://security.ubuntu.com/ubuntu[/url] kinetic-security main restricted
    42    deb [url]http://fr.archive.ubuntu.com/ubuntu/[/url] lunar-security universe
    43    # deb-src [url]http://security.ubuntu.com/ubuntu[/url] kinetic-security universe
    44    deb [url]http://fr.archive.ubuntu.com/ubuntu/[/url] lunar-security multiverse
    45    # deb-src [url]http://security.ubuntu.com/ubuntu[/url] kinetic-security multiverse

    /etc/apt/sources.list.distUpgrade


    /etc/apt/sources.list.d/vivaldi.list

     1    ### THIS FILE IS AUTOMATICALLY CONFIGURED ###
     2    # You may comment out this entry, but any other modifications may be lost.
     3    deb [arch=amd64] [url]https://repo.vivaldi.com/stable/deb/[/url] stable main

Dernière modification par herge01 (Le 29/04/2023, à 13:30)


msi gp72vr 7rf leopard pro
xubuntu 23.10

Hors ligne

#28 Le 29/04/2023, à 13:30

herge01

Re : sous xubuntu mis à jour vers xubuntu 23.04 RESOLIU

désolé je n'avais pas vu smile


msi gp72vr 7rf leopard pro
xubuntu 23.10

Hors ligne

#29 Le 29/04/2023, à 13:36

nany

Re : sous xubuntu mis à jour vers xubuntu 23.04 RESOLIU

herge01 a écrit :

désolé je n'avais pas vu smile

Pas grave.

Pour parfaire la mise à niveau, donne le retour de :

sudo sed -ri "/cdrom/! s/(ubuntu\/* ) *[a-z]*/\1$(lsb_release -sc)/" /etc/apt/sources.list && cat /etc/apt/sources.list

En ligne

#30 Le 29/04/2023, à 16:04

herge01

Re : sous xubuntu mis à jour vers xubuntu 23.04 RESOLIU

rene@rene-GP72VR-7RF:~$ sudo sed -ri "/cdrom/! s/(ubuntu\/* ) *[a-z]*/\1$(lsb_release -sc)/" /etc/apt/sources.list && cat /etc/apt/sources.list
[sudo] Mot de passe de rene :

# deb cdrom:[Xubuntu 16.04.2 LTS _Xenial Xerus_ - Release amd64 (20170215)]/ xenial main multiverse restricted universe

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ lunar main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ lunar main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ lunar-updates main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ lunar-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ lunar universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ lunar universe
deb http://fr.archive.ubuntu.com/ubuntu/ lunar-updates universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ lunar-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://fr.archive.ubuntu.com/ubuntu/ lunar multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ lunar multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ lunar-updates multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ lunar-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ lunar-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ lunar-backports main restricted universe multiverse


deb http://fr.archive.ubuntu.com/ubuntu/ lunar-security main restricted
# deb-src http://security.ubuntu.com/ubuntu lunar-security main restricted
deb http://fr.archive.ubuntu.com/ubuntu/ lunar-security universe
# deb-src http://security.ubuntu.com/ubuntu lunar-security universe
deb http://fr.archive.ubuntu.com/ubuntu/ lunar-security multiverse
# deb-src http://security.ubuntu.com/ubuntu lunar-security multiverse
rene@rene-GP72VR-7RF:~$ 

msi gp72vr 7rf leopard pro
xubuntu 23.10

Hors ligne

#32 Le 29/04/2023, à 16:15

herge01

Re : sous xubuntu mis à jour vers xubuntu 23.04 RESOLIU

super merci beaucoup smile


msi gp72vr 7rf leopard pro
xubuntu 23.10

Hors ligne