Kan inte installera program via Terminal längre.
Kan inte installera program via Terminal längre.
På den senaste tiden har jag inte kunnat instllera några nya program på terminal. Det gick bra förut, men nu får jag samma felmeddelande om och om igen som lyder såhär "E: kunde inte hitta paketet (namn på program)". Jag använder kommandot "sudo apt-get install" kanske är fel men det har fungerat förut. Som ni kanske märker så är jag en ny ubuntu användare sm nyss har lärt mig terminal. Så hjälp uppskattas.
SV: Kan inte installera program via Terminal längre.
Är du säker på att det paket du vill installera finns i förråden? Och att du skriver rätt? T.ex:
och inte:
Hur ser din sources.list ut?
Klistra in detta i en terminal och kopiera sedan allt som gedit visar:
Kod: Markera allt
sudo apt-get install conky
Kod: Markera allt
sudo apt-get install Conky
Klistra in detta i en terminal och kopiera sedan allt som gedit visar:
Kod: Markera allt
gedit /etc/apt/sources.list
Linuxkompis - En vänlig Linux-gemenskap för alla!
SV: Kan inte installera program via Terminal längre.
Kod: Markera allt
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://se.archive.ubuntu.com/ubuntu/ gutsy main restricted
deb-src http://se.archive.ubuntu.com/ubuntu/ gutsy main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://se.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted
deb-src http://se.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted
## 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
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://se.archive.ubuntu.com/ubuntu/ gutsy universe
deb-src http://se.archive.ubuntu.com/ubuntu/ gutsy universe
deb http://se.archive.ubuntu.com/ubuntu/ gutsy-updates universe
deb-src http://se.archive.ubuntu.com/ubuntu/ gutsy-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://se.archive.ubuntu.com/ubuntu/ gutsy multiverse
deb-src http://se.archive.ubuntu.com/ubuntu/ gutsy multiverse
deb http://se.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse
deb-src http://se.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse
## Uncomment the following two lines to add software from the 'backports'
## repository.
## 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://se.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse
# deb-src http://se.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
# deb http://archive.canonical.com/ubuntu gutsy partner
# deb-src http://archive.canonical.com/ubuntu gutsy partner
deb http://security.ubuntu.com/ubuntu gutsy-security main restricted
deb-src http://security.ubuntu.com/ubuntu gutsy-security main restricted
deb http://security.ubuntu.com/ubuntu gutsy-security universe
Senast redigerad av 1 Hund, redigerad totalt 6 gånger.
SV: Kan inte installera program via Terminal längre.
Din sources.list ser ju okej ut.
Och du har dubbelkollat så det/de paket du vill installera är rättstavat och med enbart små bokstäver?
Och du har dubbelkollat så det/de paket du vill installera är rättstavat och med enbart små bokstäver?
Linuxkompis - En vänlig Linux-gemenskap för alla!