Results 1 to 10 of 14
i am trying to install banshee from source and from apt.......but after install it doesnt show up on menu
didnt try rythmbox but help with any one of them is ...
- 08-18-2010 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 89
Banshee or Rythmbox for Kubuntu 9.04
i am trying to install banshee from source and from apt.......but after install it doesnt show up on menu
didnt try rythmbox but help with any one of them is fine.....
thanks
- 08-18-2010 #2
Menu doesn't get updated sometimes and one has to add an entry of newly installed package manually. Execute banshee command in Terminal and post error message here, if any.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-18-2010 #3Just Joined!
- Join Date
- Mar 2009
- Posts
- 89
banshee
The program 'banshee' is currently not installed. You can install it by typing:
sudo apt-get install banshee
You will have to enable the component called 'universe'
bash: banshee: command not found
ubuntu@ubuntu:~$
ubuntu@ubuntu:~$ sudo apt-get install banshee
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package banshee is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package banshee has no installation candidate
- 08-18-2010 #4
Ubuntu 9.04 support will end on October 2010. Package Manager should install it from sources without any problem. Something is wrong with sources.list.
Post the contents of /etc/apt/sources.list file here.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-18-2010 #5Just Joined!
- Join Date
- Mar 2009
- Posts
- 89
the sources.list file
deb cdrom:[Kubuntu 9.04 _Jaunty Jackalope_ - Release i386 (20090420.1)]/ jaunty main restricted
deb Index of /ubuntu jaunty main restricted
deb-src Index of /ubuntu jaunty main restricted
deb Index of /ubuntu jaunty-security main restricted
deb-src Index of /ubuntu jaunty-security main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb Index of /ubuntu jaunty-updates main restricted
deb-src Index of /ubuntu jaunty-updates main restricted
## Uncomment the following two lines to add software from the 'universe'
## repository.
## 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 Index of /ubuntu jaunty universe
# deb-src Index of /ubuntu jaunty universe
# deb Index of /ubuntu jaunty-updates universe
# deb-src Index of /ubuntu jaunty-updates universe
# deb Index of /ubuntu jaunty-security universe
# deb-src Index of /ubuntu jaunty-security 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 Index of /ubuntu jaunty multiverse
# deb-src Index of /ubuntu jaunty multiverse
# deb Index of /ubuntu jaunty-updates multiverse
# deb-src Index of /ubuntu jaunty-updates multiverse
# deb Index of /ubuntu jaunty-security multiverse
# deb-src Index of /ubuntu jaunty-security multiverse
- 08-18-2010 #6
Press Alt+F2 any type this
Above code will open sources.list file in Gedit with root privileges.Code:gksu gedit /etc/apt/sources.list
Remove # sign before lines having universe, multiverse and restricted words. Put # sign before first line (cdrom).
Save file and execute thisCode:#deb cdrom:[Kubuntu 9.04 _Jaunty Jackalope_ - Release i386 (20090420.1)]/ jaunty main restricted deb Index of /ubuntu jaunty main restricted #deb-src Index of /ubuntu jaunty main restricted deb Index of /ubuntu jaunty-security main restricted #deb-src Index of /ubuntu jaunty-security main restricted ## Major bug fix updates produced after the final release of the ## distribution. deb Index of /ubuntu jaunty-updates main restricted #deb-src Index of /ubuntu jaunty-updates main restricted ## Uncomment the following two lines to add software from the 'universe' ## repository. ## 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 Index of /ubuntu jaunty universe # deb-src Index of /ubuntu jaunty universe deb Index of /ubuntu jaunty-updates universe # deb-src Index of /ubuntu jaunty-updates universe deb Index of /ubuntu jaunty-security universe # deb-src Index of /ubuntu jaunty-security 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 Index of /ubuntu jaunty multiverse # deb-src Index of /ubuntu jaunty multiverse deb Index of /ubuntu jaunty-updates multiverse # deb-src Index of /ubuntu jaunty-updates multiverse deb Index of /ubuntu jaunty-security multiverse # deb-src Index of /ubuntu jaunty-security multiverse
You can use Synaptic Package Manager to install/update/remove packages.Code:sudo apt-get clean all sudo apt-get update sudo apt-get install banshee
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-18-2010 #7Just Joined!
- Join Date
- Mar 2009
- Posts
- 89
- 08-18-2010 #8
Something is wrong in line #2 of sources.list file. Check its contents again and verify with post #5 of this thread.
Did you copy contents of sources.list from my last post? That will not work because links do not appear correctly in posts.
In case you couldn't find out problem, post its contents again.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-18-2010 #9Just Joined!
- Join Date
- Mar 2009
- Posts
- 89
ubuntu@ubuntu:~$ sudo apt-get update
E: Malformed line 5 in source list /etc/apt/sources.list (URI parse)
- 08-18-2010 #10
Problem is in line number 5 now.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First



