Results 1 to 10 of 23
Hi Guy's, I,m Fairly New To Linux & The Forums, And I,ve Encountered A Problem Already! I Know My Way Around The System But Just Dont Know How To Install ...
- 04-21-2009 #1Just Joined!
- Join Date
- Apr 2009
- Location
- Glasgow, Scotland
- Posts
- 10
A Little Help Installing
Hi Guy's, I,m Fairly New To Linux & The Forums, And I,ve Encountered A Problem Already! I Know My Way Around The System But Just Dont Know How To Install Programs, I Know Its Dpkg -i Whatevertheappis.deb, And I Know About Apt-get install iceweasel. i always encounter a problem when installing .. screenshot included below .. what am i doing wrong?
Regards
Jordan
[img=http://img513.imageshack.us/img513/153/screenshot2s.th.png]
- 04-21-2009 #2
try these commands
run as root.
# dpkg -i Desktop/wine-dbg_1.1.19~winehq1-1_i386.deb# dpkg -i Desktop/deluge_1.1.6+dfsg-2_all.deb
hehe
EDIT:
And Welcome to forums
- 04-21-2009 #3Just Joined!
- Join Date
- Apr 2009
- Location
- Glasgow, Scotland
- Posts
- 10
- 04-21-2009 #4
I would suggest you to install packages through default Package Manager, Synaptic ( GUI )or apt-get ( Command Line ).
Code:sudo apt-get update sudo apt-get install wine
Btw, which Linux distro are you using?It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-21-2009 #5
Welcome aboard!
Looks like nothing more than a dependency issue. Have you tried to install with apt-get? If so, any errors?Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 04-21-2009 #6Just Joined!
- Join Date
- Apr 2009
- Location
- Glasgow, Scotland
- Posts
- 10
Argggg!
Yup Errors While Using Apt-Get As Usual, Pulling My Hair Out! Using Debian If It Helps
Screenshots
[img=http://img147.imageshack.us/img147/51/screenshot6h.th.png]
Regards
Jordan
- 04-21-2009 #7
Execute this
In any command throws error, copy/paste error message here instead of posting screenshot.Code:su - apt-get clean all apt-get remove wine exit cd ~ rm -rf .wine su - apt-get install wine
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-21-2009 #8Just Joined!
- Join Date
- Apr 2009
- Location
- Glasgow, Scotland
- Posts
- 10
?
Done As You Said, It Spat This In My Face?
onsight@CommandConsole:~$ su -
Password:
CommandConsole:~# su -
CommandConsole:~# apt-get clean all
CommandConsole:~# apt-get remove wine
Reading package lists... Done
Building dependency tree... Done
E: The package wine-dbg needs to be reinstalled, but I can't find an archive for it.
CommandConsole:~# exit
logout
CommandConsole:~# cd ~
CommandConsole:~# rm -rf .wine
CommandConsole:~# su -
CommandConsole:~# apt-get install wine
Regards Jordan
- 04-21-2009 #9
Alright, execute this now :
Code:su - dpkg --remove --force-remove-reinstreq wine apt-get update apt-get install wine
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-21-2009 #10Just Joined!
- Join Date
- Apr 2009
- Location
- Glasgow, Scotland
- Posts
- 10
Seems Like We're getting Somewhere

onsight@CommandConsole:~$ su -
Password:
CommandConsole:~# su -
CommandConsole:~# dpkg --remove --force-remove-reinstreq wine
dpkg - warning: ignoring request to remove wine which isn't installed.
CommandConsole:~# apt-get update
Ign cdrom://[Debian GNU/Linux 4.0 r5 _Etch_ - Official i386 xfce-CD Binary-1 200 81023-23:44] etch Release.gpg
Ign cdrom://[Debian GNU/Linux 4.0 r5 _Etch_ - Official i386 xfce-CD Binary-1 200 81023-23:44] etch Release
Ign cdrom://[Debian GNU/Linux 4.0 r5 _Etch_ - Official i386 xfce-CD Binary-1 200 81023-23:44] etch/contrib Packages/DiffIndex
Ign cdrom://[Debian GNU/Linux 4.0 r5 _Etch_ - Official i386 xfce-CD Binary-1 200 81023-23:44] etch/main Packages/DiffIndex
Get: 1 Debian -- Security Information etch/updates Release.gpg [197B]
Hit Debian -- Security Information etch/updates Release
Ign Debian -- Security Information etch/updates/main Packages/DiffIndex
Ign Debian -- Security Information etch/updates/contrib Packages/DiffIndex
Ign Debian -- Security Information etch/updates/main Sources/DiffIndex
Ign Debian -- Security Information etch/updates/contrib Sources/DiffIndex
Hit Debian -- Security Information etch/updates/main Packages
Hit Debian -- Security Information etch/updates/contrib Packages
Hit Debian -- Security Information etch/updates/main Sources
Hit Debian -- Security Information etch/updates/contrib Sources
Fetched 1B in 0s (3B/s)
Reading package lists... Done
CommandConsole:~# apt-get install wine
Regards
Jordan


Reply With Quote

